Releases: IBM/cloudant-python-sdk
Releases · IBM/cloudant-python-sdk
0.1.2
0.1.1
Note: APIs may be subject to change.
Breaking Changes:
- Corrected view names to match langauge casing style
startkeystartkey_docidendkeyendkey_docidare replaced respectively withstart_keystart_key_doc_idend_keyend_key_doc_id
- Removed
accountfrom 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
erroravailable in_dbs_inforesponse. - Added new
Basicauth sections to replication source and target schemas. - Documentation updates.
Breaking changes
- Removed function accessing
_missing_revsendpoint (superseded by_revs_diff). - Remove 'updates' property from the design document schema.
0.0.37
0.0.36
Note: APIs may be subject to change.
Changes:
- Document IDs and attachment names are now rejected if they could cause an unexpected Cloudant request. We have seen that some applications pass unsanitized document IDs to SDK functions (e.g. direct from user requests). In response to this we have updated many functions to reject obviously invalid paths. However, for complete safety applications must still validate that document IDs and attachment names match expected patterns.
- Updated dependencies.