Skip to content

Releases: IBM/cloudant-java-sdk

0.7.0

Choose a tag to compare

@eiri eiri released this 25 Sep 17:32

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

Choose a tag to compare

@ricellis ricellis released this 13 Sep 15:52

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

Choose a tag to compare

@ricellis ricellis released this 30 Aug 11:30

Note: APIs may be subject to change.

New features:

Changes:

  • Updated dependencies.
  • Updated documentation.

0.5.4

Choose a tag to compare

@ricellis ricellis released this 13 Jul 12:15

Note: APIs may be subject to change.

Changes:

  • Updated known issues documentation.

0.5.3

Choose a tag to compare

@mojito317 mojito317 released this 21 Jun 09:35

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.5.2

Choose a tag to compare

@ricellis ricellis released this 24 May 10:55

Note: APIs may be subject to change.

Changes:

  • Added covered attribute to _explain results.
  • Updated dependencies.
  • Docmentation updates.

0.5.1

Choose a tag to compare

@mojito317 mojito317 released this 25 Apr 10:24

Note: APIs may be subject to change.

Changes:

  • Added updates_pending for get design document information response model.
  • Updated dependencies.

0.5.0

Choose a tag to compare

@ricellis ricellis released this 27 Mar 14:34

Note: APIs may be subject to change.

Breaking Changes:

  • Removed the stable parameter from partitioned view queries. The parameter is not valid on this type of request.
  • The status and task properties are removed from the _active_tasks response model. These properties were included in error and are not returned.

Changes:

  • Added additional properties that were missing from the _active_tasks response model.
  • Updated dependencies.

0.4.3

Choose a tag to compare

@tomblench tomblench released this 09 Feb 18:10

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.4.2

Choose a tag to compare

@mojito317 mojito317 released this 05 Jan 16:03

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.