Releases: IBM/cloudant-node-sdk
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:
startkey
startkeyDocid
endkey
endkeyDocid
are replaced respectively withstartKey
startKeyDocId
endKey
endKeyDocId
for 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_docid
andend_key_doc_id
remain valid for now):
-postViewQueries
-postViewQueriesAsStream
-
Corrected view-like parameter names to match language casing style:
startkey
endkey
are replaced respectively withstartKey
endKey
for the operations:Note that this does not apply to these operations (where
start_key
,startkey
,end_key
andendkey
remain valid for now):
-postAllDocsQueries
-postAllDocsQueriesAsStream
-
Removed
account
from 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:
startkey
startkeyDocid
endkey
endkeyDocid
are replaced respectively withstartKey
startKeyDocId
endKey
endKeyDocId
for 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_docid
andend_key_doc_id
remain valid for now):
-postViewQueries
-postViewQueriesAsStream
-
Corrected view-like parameter names to match language casing style:
startkey
endkey
are replaced respectively withstartKey
endKey
for the operations:Note that this does not apply to these operations (where
start_key
,startkey
,end_key
andendkey
remain valid for now):
-postAllDocsQueries
-postAllDocsQueriesAsStream
-
Remove
account
from 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
0.0.24
0.0.23
0.0.22
0.0.21
0.0.20
Note: APIs may be subject to change.
Changes:
- Introduce 2.5 minutes default read timeout.
- Updated dependencies.
- Fixed made
error
available in_dbs_info
response. - Added new
Basic
auth sections to replication source and target schemas. - Documentation updates.
Breaking changes
- Removed function accessing
_missing_revs
endpoint (superseded by_revs_diff
). - Remove 'updates' property from the design document schema.