Releases: IBM/cloudant-java-sdk
Releases · IBM/cloudant-java-sdk
0.9.3
Note: APIs may be subject to change.
Changes:
- Added new allow fallback option to find query options models.
- Fixed setting of
since
parameter in changes follower.
- Improved error message output and added trace ID to error responses.
- Updated dependencies.
- Updated documentation.
0.9.2
Note: APIs may be subject to change.
Changes:
- Improved session authenticator client reuse.
- Updated dependencies.
- Updated documentation.
0.9.1
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.8.6
Note: APIs may be subject to change.
Changes:
- Add
getInstanceStartTime
to detect database recreation in database information model.
- Updated dependencies.
0.8.5
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.8.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.8.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.8.2
Note: APIs may be subject to change.
Changes:
0.8.1
Note: APIs may be subject to change.
Changes:
Full Changelog: v0.8.0...v0.8.1
0.8.0
Note: APIs may be subject to change.
Changes:
- Updated dependencies.
- Updated documentation.