Skip to content

Releases: IBM/cloudant-java-sdk

0.4.1

Choose a tag to compare

@tomblench tomblench released this 30 Nov 10:47

Note: APIs may be subject to change.

Changes:

  • Updated dependencies

0.4.0

Choose a tag to compare

@eiri eiri released this 27 Oct 15:39

Note: APIs may be subject to change.

Breaking Changes:

  • Corrected path validation on document requests using raw IO or alternative Content-Type operations.

Changes:

  • Updated dependencies.
  • Improved documentation.
  • Added missing "isDeleted" optional property to docs result row value.
  • Added new "useBulkGet" replicator options to model.
  • Improved validation on required request bodies.

0.3.1

Choose a tag to compare

@mojito317 mojito317 released this 30 Sep 09:30

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.3.0

Choose a tag to compare

@tomblench tomblench released this 23 Aug 15:55

Note: APIs may be subject to change.

Breaking Changes:

  • Removed deprecated geospatial APIs.

Changes:

  • Added winning_revs_only option to replication documents (usable with Cloudant build 8335 or newer).
  • Updated dependencies.
  • Improved documentation.

0.2.0

Choose a tag to compare

@mojito317 mojito317 released this 01 Jul 16:10

Note: APIs may be subject to change.

Breaking Changes:

  • Reduce the default constructor visibility from public to protected for model classes where options could only be set by a Builder. Model objects instantiated using the public default constructor serve no purpose so although it is an API change it should have no impact on existing code.. (#307) 5b86e36

Changes:

  • Updated dependencies.
  • Documentation fixes.

0.1.4

Choose a tag to compare

@eiri eiri released this 30 May 15:41

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.1.3

Choose a tag to compare

@ricellis ricellis released this 27 May 09:56

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Added example code.
  • Documentation fixes.
  • Support for Java 17.

0.1.2

Choose a tag to compare

@mojito317 mojito317 released this 28 Apr 11:11

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.1.1

Choose a tag to compare

@mojito317 mojito317 released this 29 Mar 16:16

Note: APIs may be subject to change.

Breaking Changes:

  • Corrected view names to match langauge casing style
    • startkey startkeyDocid endkey endkeyDocid are replaced respectively with startKey startKeyDocId endKey endKeyDocId
  • Removed account from database information (this field was included in error and never populated).

Changes:

  • Modified the User-Agent header.
  • Updated dependencies.
  • Documentation improvements.

0.1.1-dev1648461050661+605a0d8.1

Pre-release

Choose a tag to compare

@mojito317 mojito317 released this 28 Mar 10:19

Breaking Changes:

  • Corrected view names to match langauge casing style
    • startkey startkeyDocid endkey endkeyDocid are replaced respectively with startKey startKeyDocId endKey endKeyDocId
  • Remove account from database information (this field was included in error and never populated).

Changes:

  • Modified the User-Agent header.
  • Updated dependencies.
  • Documentation improvements.