Releases: IBM/cloudant-python-sdk
Releases · IBM/cloudant-python-sdk
0.1.3
0.1.2
0.1.1
Note: APIs may be subject to change.
Breaking Changes:
- Corrected view names to match langauge casing style
startkey
startkey_docid
endkey
endkey_docid
are replaced respectively withstart_key
start_key_doc_id
end_key
end_key_doc_id
- Removed
account
from database information (this field was included in error and never populated).
Changes:
- Modified the User-Agent header.
- Updated dependencies.
- Changed the format of the User-Agent header.
- Documentation improvements.
0.0.43
0.0.42
0.0.41
0.0.40
0.0.39
0.0.38
Note: APIs may be subject to change.
Changes:
- Set 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.