Releases: IBM/cloudant-python-sdk
Releases · IBM/cloudant-python-sdk
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.
0.0.31
0.0.29
0.0.28
Note: APIs may be subject to change.
Changes:
- Added endpoints for capacity and audit event types.
- Fixed missing doc property from changes result item model.
- Documentation improvements.
- Updated SDK core dependency.
- Enhanced testing pipeline.
Breaking Changes:
- Added required parameters to response models.
- Model name changes for CORS APIs.
0.0.27
Note: APIs may be subject to change.
Changes:
- Fixed URL path handling and escaping issues.
- Updated SDK core dependency.
- Minor style and refactoring changes from latest source code generator.
Breaking Changes:
- Added validation of required parameters on requests.
- Removed some models and operations not needed in the SDK.
0.0.26
Beta release
Note: APIs may be subject to change.
Changes:
- Added
fieldsproperty toPOST_changesoperation to allow projection when using include_docs and selector filter. - Added documents to view result rows for
include_docscase. - Corrected response model for Cloudant API keys endpoint.
Breaking Changes:
- Updated/corrected naming for:
- Cloudant security operations.
- Design document view index models.
_missing_revsand_revs_diff.