Releases: IBM/cloudant-go-sdk
Releases · IBM/cloudant-go-sdk
0.0.32
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/events
operations and models. - Names changed for
PUT /_api/v2/user/capacity/throughput
operation and model. - Removed
atts_since
andopen_revs
options from single document operations.
SeeKNOWN_ISSUES
; the workaround is to use_bulk_get
.
0.0.31
0.0.30
Beta release
Note: APIs may be subject to change.
Changes:
- Updated SDK core dependency.
- Documentation improvements.
Breaking changes:
- Moved
partial_filter_selector
to correct location in index APIs. - Excluded
/{db}/_local_docs
and/{db}/_local_docs/queries
API endpoints.
0.0.29
0.0.28
0.0.27
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.
- Enabled transparent compression of request bodies.
- Documentation improvements.
- Updated SDK core dependency.
- New
WithContext
versions of each API call to allow passing ofcontext.Context
. - Enhanced testing pipeline.
Breaking Changes:
- Added required parameters to response models.
- Model name changes for CORS APIs.
0.0.26
Note: APIs may be subject to change.
Changes:
- Fixed URL path handling and escaping issues.
- Updated SDK core dependency.
- Added operation IDs to request headers for debugging.
- 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.24
Beta release
Note: APIs may be subject to change.
Changes:
- Added
fields
property toPOST
_changes
operation to allow projection when using include_docs and selector filter. - Added documents to view result rows for
include_docs
case. - Corrected response model for Cloudant API keys endpoint.
Breaking Changes:
- Updated/corrected naming for:
- Cloudant security operations.
- Design document view index models.
_missing_revs
and_revs_diff
.