Skip to content

Commit

Permalink
Merge branch 'v2dev' into master
Browse files Browse the repository at this point in the history
Fix CHANGES.md with latest releases
  • Loading branch information
MatteoGuadrini committed Nov 11, 2020
2 parents 41575f2 + 3c18134 commit bc1a758
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Release notes

## 2.2.0
Sep 19, 2020

- Rewrite **Import-CouchDBDatabase** cmdlet.
- Fix _RequestAsJob_ method for Linux machine.
- Add _SetDocumentId_ method on **PSCouchDBDocument** class.
- Add _SetSelector_ override method on **PSCouchDBReplication** class.
- Add **Search-CouchDBAnalyze**, **Get-CouchDBReshards**, **Set-CouchDBReshards**, **Remove-CouchDBReshards** cmdlet.
- Add CouchDB response to **PSCouchDBRequestException** class.

## 2.1.0
Sep 12, 2020

- Merge **New-CouchDBDatabasePartition** in **New-CouchDBDatabase** cmdlet.
- Fix **Send-CouchDBRequest** cmdlet.
- Add *ProxyServer*, *ProxyCredential* parameter on **Send-CouchDBRequest** cmdlet.
- Add parameter support on various cmdlet.
- Add **Set-CouchDBProxy** and **Remove-CouchDBProxy** cmdlet.
- Add *ProxyServer* and *ProxyCredential* params on all cmdlet.

## 2.0.0
Aug 03, 2020

Expand Down

0 comments on commit bc1a758

Please sign in to comment.