Releases: IBM/cloudant-node-sdk
Release list
0.2.1
0.2.0
Note: APIs may be subject to change.
Breaking Changes:
- Removed deprecated geospatial APIs.
Changes:
- Added
winning_revs_onlyoption to replication documents (usable with Cloudant build 8335 or newer). - Updated dependencies.
- Improved documentation.
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
Note: APIs may be subject to change.
Breaking Changes:
-
Corrected view parameter names to match language casing style:
startkeystartkeyDocidendkeyendkeyDocidare replaced respectively withstartKeystartKeyDocIdendKeyendKeyDocIdfor the operations:Note that this does not apply to these operations (where
start_key,startkey,end_key,endkey,startkey_docid,start_key_doc_id,endkey_docidandend_key_doc_idremain valid for now):
-postViewQueries
-postViewQueriesAsStream -
Corrected view-like parameter names to match language casing style:
startkeyendkeyare replaced respectively withstartKeyendKeyfor the operations:Note that this does not apply to these operations (where
start_key,startkey,end_keyandendkeyremain valid for now):
-postAllDocsQueries
-postAllDocsQueriesAsStream -
Removed
accountfrom database information (this field was included in error and never populated).
Changes:
- Modified the User-Agent header.
- Updated dependencies.
- Documentation improvements.
- Fixed types for cookie jars in CouchDB session auth
0.1.1-dev1648460925773
Note: APIs may be subject to change.
Breaking Changes:
-
Corrected view parameter names to match language casing style:
startkeystartkeyDocidendkeyendkeyDocidare replaced respectively withstartKeystartKeyDocIdendKeyendKeyDocIdfor the operations:Note that this does not apply to these operations (where
start_key,startkey,end_key,endkey,startkey_docid,start_key_doc_id,endkey_docidandend_key_doc_idremain valid for now):
-postViewQueries
-postViewQueriesAsStream -
Corrected view-like parameter names to match language casing style:
startkeyendkeyare replaced respectively withstartKeyendKeyfor the operations:Note that this does not apply to these operations (where
start_key,startkey,end_keyandendkeyremain valid for now):
-postAllDocsQueries
-postAllDocsQueriesAsStream -
Remove
accountfrom database information (this field was included in error and never populated).
Changes:
- Modified the User-Agent header.
- Updated dependencies.
- Documentation improvements.
- Fixed types for cookie jars in CouchDB session auth
0.0.25
Note: APIs may be subject to change.
Breaking Changes:
- Validates presence of required parameters in request objects.
Changes:
- Updated dependencies.
- Downgrade @types/node from 17 major version to 12 to maintain compatibility with Node 12.x LTS.