Releases: IBM/cloudant-java-sdk
Releases · IBM/cloudant-java-sdk
Release list
0.4.1
0.4.0
Note: APIs may be subject to change.
Breaking Changes:
- Corrected path validation on document requests using raw IO or alternative
Content-Typeoperations.
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
0.3.0
Note: APIs may be subject to change.
Breaking Changes:
- Removed deprecated geospatial APIs.
Changes:
- Added
winning_revs_onlyoption to replication documents (usable with Cloudant build 8335 or newer). - Updated dependencies.
- Improved documentation.
0.2.0
Note: APIs may be subject to change.
Breaking Changes:
- Reduce the default constructor visibility from
publictoprotectedfor model classes where options could only be set by aBuilder. 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
0.1.3
0.1.2
0.1.1
Note: APIs may be subject to change.
Breaking Changes:
- Corrected view names to match langauge casing style
startkeystartkeyDocidendkeyendkeyDocidare replaced respectively withstartKeystartKeyDocIdendKeyendKeyDocId
- Removed
accountfrom 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
Breaking Changes:
- Corrected view names to match langauge casing style
startkeystartkeyDocidendkeyendkeyDocidare replaced respectively withstartKeystartKeyDocIdendKeyendKeyDocId
- Remove
accountfrom database information (this field was included in error and never populated).
Changes:
- Modified the User-Agent header.
- Updated dependencies.
- Documentation improvements.