Releases: IBM/cloudant-python-sdk
Releases · IBM/cloudant-python-sdk
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.
 
0.0.35
0.0.34
0.0.33
Beta release
Note: APIs may be subject to change.
Changes:
- Updated SDK core dependency.
 - Documentation updates.
 
Breaking changes:
- Names changed for 
/_api/v2/user/activity_tracker/eventsoperations and models. - Names changed for 
PUT /_api/v2/user/capacity/throughputoperation and model. - Removed 
atts_sinceandopen_revsoptions from single document operations.
SeeKNOWN_ISSUES; the workaround is to use_bulk_get. 
0.0.32
Beta release
Note: APIs may be subject to change.
Changes:
- Updated SDK core dependency.
 - Documentation improvements.
 
Breaking changes:
- Moved 
partial_filter_selectorto correct location in index APIs. - Excluded 
/{db}/_local_docsand/{db}/_local_docs/queriesAPI endpoints.