Skip to content

Releases: IBM/cloudant-java-sdk

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.

0.7.1

03 Oct 11:27
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated com.ibm.cloud:sdk-core to 9.18.6.

0.7.0

25 Sep 17:32
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Breaking Changes:

  • Corrected model for _explain responses
    • Renamed covered to covering in line with Apache CouchDB changes.
    • Removed range member that does not exist in server responses.
    • Added models for opts and mrargs members.
  • Removed unused def member from _index request models; the correct member index was already present. The def member is used only on response models and was already correctly included there.

Changes:

  • Added missing partitioned member to _index information model.
  • Added missing partitioned_indexes member to database information model.
  • Marked _db_updates deprecated as the endpoint is not available in IBM Cloudant.
  • Marked proxy related properties in replication documents deprecated as they are not available in IBM Cloudant.
  • Added partition _explain operation.
  • Updated dependencies.
  • Updated documentation.

0.6.1

13 Sep 15:52
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated com.ibm.cloud:sdk-core to 9.18.5.
  • Updated other dependencies.
  • Documentation updates.

0.6.0

30 Aug 11:30
Compare
Choose a tag to compare

Note: APIs may be subject to change.

New features:

Changes:

  • Updated dependencies.
  • Updated documentation.

0.5.4

13 Jul 12:15
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated known issues documentation.