Releases: IBM/cloudant-go-sdk
Releases · IBM/cloudant-go-sdk
0.9.1
Note: APIs may be subject to change.
Changes:
- Added new allow fallback option to find query options models.
- Improved error message output and added trace ID to error responses.
- Updated dependencies.
- Updated documentation.
0.9.0
Note: APIs may be subject to change.
Changes:
- Fixed session authenticator error format.
- Updated dependencies.
- Updated documentation.
Language changes:
- Updated Go version to 1.22.
0.8.0
Note: APIs may be subject to change.
Breaking Changes:
- The default service URL changed from
http://localhost:5984
to https://~replace-with-cloudant-host~.cloudantnosqldb.appdomain.cloud
. This change is only breaking for users that do not configure the client with a URL and connect to a local server running on port 5984
(for example a test CouchDB server).
Changes:
- Add missing
owner
field for replication documents.
- Allow retrieval of additional vendor properties from server information model.
- Update dependencies.
- Update documentation.
0.7.7
Note: APIs may be subject to change.
Changes:
- Add
InstanceStartTime
to detect database recreation in database information model.
- Updated dependencies.
0.7.6
Note: APIs may be subject to change.
Changes:
- New model extensions for
_explain
index analysis.
- Removed incorrect
accept
header parameter from POST /{db}/_design_docs
.
- Updated dependencies.
- Updated documentation.
0.7.5
Note: APIs may be subject to change.
Changes:
- Fix: return an error when reading from a closed changes follower's channel (#471).
- Use new
go-sdk-core
problem types for errors.
- Improve error handling in changes follower when using contexts.
- Updated dependencies.
0.7.4
Note: APIs may be subject to change.
Changes:
- Fix unexpected
401
responses from infrequent requests occuring close to an IAM token expiry time (via updated core dependency).
- Updated dependencies.
0.7.3
Note: APIs may be subject to change.
Changes:
- Added missing parameters for CouchDB global changes (not applicable to Cloudant).
- Updated dependencies.
- Updated documentation.
0.7.2
Note: APIs may be subject to change.
Changes:
0.7.1
Note: APIs may be subject to change.
Changes:
Full Changelog: v0.7.0...v0.7.1