Skip to content

Releases: IBM/cloudant-java-sdk

0.10.8

Choose a tag to compare

@ricellis ricellis released this 12 Sep 10:22
v0.10.8
059e741

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Updated documentation.

0.10.7

Choose a tag to compare

@Kornel-Toth Kornel-Toth released this 28 Aug 07:30
v0.10.7
8f79eb6

Note: APIs may be subject to change.

Changes:

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

0.10.6

Choose a tag to compare

@ricellis ricellis released this 21 Jul 09:12
v0.10.6
5f6e784

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.10.5

Choose a tag to compare

@ricellis ricellis released this 18 Jul 10:44
v0.10.5
794c81a

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

Choose a tag to compare

@ricellis ricellis released this 04 Jun 15:18
v0.10.4
515deef

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.10.3

Choose a tag to compare

@ricellis ricellis released this 24 Apr 11:08
v0.10.3
7d38a4c

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

Choose a tag to compare

@eiri eiri released this 10 Mar 17:17
v0.10.2
b722525

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

Choose a tag to compare

@ricellis ricellis released this 10 Feb 10:11
v0.10.1
e8bd994

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.10.0

Choose a tag to compare

@ricellis ricellis released this 15 Jan 11:34
v0.10.0
1838831

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

Choose a tag to compare

@ricellis ricellis released this 08 Nov 11:17
v0.9.3
a25b871

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.