Releases: IBM/cloudant-java-sdk
Releases · IBM/cloudant-java-sdk
0.10.4
0.10.3
Note: APIs may be subject to change.
Changes:
- Added constant for the
simple_asciifoldingtext analyzer. - Improved changes follower to avoid polling waits in one-off usage case.
- Updated dependencies (see note below).
- Updated documentation.
Notes:
- This release includes an update of
com.ibm.cloud:sdk-coreto9.23.1which includes a transitive dependency update ofcom.google.code.gson:gsonto a minimum of2.13.0. This change is incompatible with oldergsonversions.
0.10.2
0.10.1
0.10.0
Note: APIs may be subject to change.
Breaking Changes:
- Corrected mapping level of faceted search ranges API model. The existing model was incorrect and resulted in unsuccessful requests. As such this API change should have no impact.
- Corrected sort direction values in explain map reduce options model. This is unlikely to break callers as the string value is returned.
Changes:
- Added
GET/{db}/_design/{ddoc}/_search_disk_size/{index}operation. - Added
POST_replicatoroperation. - Updated dependencies.
- Updated documentation.
0.9.3
Note: APIs may be subject to change.
Changes:
- Added new allow fallback option to find query options models.
- Fixed setting of
sinceparameter in changes follower. - Improved error message output and added trace ID to error responses.
- Updated dependencies.
- Updated documentation.
0.9.2
0.9.1
Note: APIs may be subject to change.
Breaking Changes:
- The default service URL changed from
http://localhost:5984tohttps://~replace-with-cloudant-host~.cloudantnosqldb.appdomain.cloud. This change is only breaking for users that do not configure the client with a URL and connect to a local server running on port5984(for example a test CouchDB server).
Changes:
- Add missing
ownerfield for replication documents. - Allow retrieval of additional vendor properties from server information model.
- Update dependencies.
- Update documentation.