Skip to content

Releases: IBM/cloudant-java-sdk

0.10.4

04 Jun 15:18
v0.10.4
515deef

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.10.3

24 Apr 11:08
v0.10.3
7d38a4c

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Added constant for the simple_asciifolding text analyzer.
  • Improved changes follower to avoid polling waits in one-off usage case.
  • Updated dependencies (see note below).
  • Updated documentation.

Notes:

  • This release includes an update of com.ibm.cloud:sdk-core to 9.23.1 which includes a transitive dependency update of com.google.code.gson:gson to a minimum of 2.13.0. This change is incompatible with older gson versions.

0.10.2

10 Mar 17:17
v0.10.2
b722525

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Add operations for /_api/v2/user/current/databases and /_api/v2/user/capacity/databases APIs.

0.10.1

10 Feb 10:11
v0.10.1
e8bd994

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.10.0

15 Jan 11:34
v0.10.0
1838831

Choose a tag to compare

Note: APIs may be subject to change.

Breaking Changes:

  • Corrected mapping level of faceted search ranges API model. The existing model was incorrect and resulted in unsuccessful requests. As such this API change should have no impact.
  • Corrected sort direction values in explain map reduce options model. This is unlikely to break callers as the string value is returned.

Changes:

  • Added GET /{db}/_design/{ddoc}/_search_disk_size/{index} operation.
  • Added POST _replicator operation.
  • Updated dependencies.
  • Updated documentation.

0.9.3

08 Nov 11:17
v0.9.3
a25b871

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

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

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

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

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.