Skip to content

Releases: IBM/cloudant-java-sdk

0.2.0

01 Jul 16:10

Choose a tag to compare

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

30 May 15:41

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.1.3

27 May 09:56

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

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

0.1.2

28 Apr 11:11

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.1.1

29 Mar 16:16

Choose a tag to compare

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

28 Mar 10:19

Choose a tag to compare

Pre-release

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.

0.0.36

16 Feb 10:28

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.0.34

25 Jan 15:50

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Align with core support of env var AUTH_TYPE alias AUTHTYPE.

0.0.32

17 Dec 10:10

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.0.31

03 Dec 13:47

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Improved documentation.