Skip to content

PSCouchDB v1.8

Compare
Choose a tag to compare
@MatteoGuadrini MatteoGuadrini released this 14 Nov 10:58
· 466 commits to master since this release

Release notes

New cmdlet

  • Get-CouchDBDatabaseSecurity
  • Grant-CouchDBDatabaseSecurity
  • Get-CouchDBBulkDocument
  • Get-CouchDBDatabaseDesignDocument
  • Get-CouchDBMissingRevision
  • Compress-CouchDBDesignDocument
  • Set-CouchDBBulkDocument
  • Get-CouchDBServer
  • Get-CouchDBDatabaseInfo
  • Get-CouchDBDatabaseUpdates
  • Get-CouchDBReplicationDocument
  • Get-CouchDBRevisionDifference
  • Get-CouchDBRevisionLimit
  • Copy-CouchDBDocument
  • Search-CouchDBHelp
  • Set-CouchDBRevisionLimit
  • Request-CouchDBReplication

Cover all APIs

Now all command line operation are available.
This mean that work with Server, Databases, Documents, Permissions on server or on databases,
DesignDoc, Filter, Limit, Find data (with Mango engine), Shows, Server replication and Database replication,
Configuratation of server and replication, Work with node of cluster and more...

Fix

  • fix Get-CouchDBDocument with Revision for select specific revision
  • fix Get-CouchDBDocument with History for getting all operation of specific document
  • fix Get-CouchDBDocument with Revisions for getting all revision of specific document
  • fix replication operations
  • other fix

New description

For some cmdlet re-write help description, compliant to the official CouchDB documentation

New help system

Now to find the right cmdlet for the right operation, just one word:

Search-CouchDBHelp -Pattern Database
Search-CouchDBHelp -Pattern Document | Get-Help $_.Name -Example
Search-CouchDBHelp -Pattern Replica | Get-Help $_.Name -Full

Code of conduct

For those wishing to contribute to this project, I have released the code of conduct.