Skip to content

Releases: IBM/cloudant-java-sdk

0.9.3

08 Nov 11:17
v0.9.3
a25b871
Compare
Choose a tag to compare

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

20 Sep 09:56
v0.9.2
22fa0d1
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Improved session authenticator client reuse.
  • Updated dependencies.
  • Updated documentation.

0.9.1

09 Jul 16:20
v0.9.1
596c35e
Compare
Choose a tag to compare

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

05 Jun 10:08
v0.8.6
90f6296
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Add getInstanceStartTime to detect database recreation in database information model.
  • Updated dependencies.

0.8.5

07 May 11:22
Compare
Choose a tag to compare

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

13 Mar 12:27
Compare
Choose a tag to compare

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

13 Feb 10:48
Compare
Choose a tag to compare

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

05 Jan 15:43
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.8.1

21 Nov 11:09
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

Full Changelog: v0.8.0...v0.8.1

0.8.0

30 Oct 13:54
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Updated documentation.