Skip to content

Releases: IBM/cloudant-java-sdk

0.10.9

08 Oct 14:00
v0.10.9
92034df

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Updated documentation.

Runtime changes:

  • Added Java 25 LTS to supported runtime list.

0.10.8

12 Sep 10:22
v0.10.8
059e741

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Updated documentation.

0.10.7

28 Aug 07:30
v0.10.7
8f79eb6

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Fixed design docs pagination.
  • Updated dependencies.
  • Updated documentation.

0.10.6

21 Jul 09:12
v0.10.6
5f6e784

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.10.5

18 Jul 10:44
v0.10.5
794c81a

Choose a tag to compare

Note: APIs may be subject to change.

New features:

  • Pagination (beta) - convenience APIs for paginating documents, queries, searches and views.

Changes:

  • Changes follower feature is no longer considered beta.
  • Updated dependencies.
  • Updated documentation.

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.