Releases: IBM/cloudant-java-sdk
Releases · IBM/cloudant-java-sdk
Release list
0.7.0
Note: APIs may be subject to change.
Breaking Changes:
- Corrected model for
_explainresponses- Renamed
coveredtocoveringin line with Apache CouchDB changes. - Removed
rangemember that does not exist in server responses. - Added models for
optsandmrargsmembers.
- Renamed
- Removed unused
defmember from_indexrequest models; the correct memberindexwas already present. Thedefmember is used only on response models and was already correctly included there.
Changes:
- Added missing
partitionedmember to_indexinformation model. - Added missing
partitioned_indexesmember to database information model. - Marked
_db_updatesdeprecated as the endpoint is not available in IBM Cloudant. - Marked
proxyrelated properties in replication documents deprecated as they are not available in IBM Cloudant. - Added partition
_explainoperation. - Updated dependencies.
- Updated documentation.
0.6.1
0.6.0
Note: APIs may be subject to change.
New features:
- Changes follower (beta) - a convenience API for consuming a database changes feed.
Changes:
- Updated dependencies.
- Updated documentation.
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
Note: APIs may be subject to change.
Breaking Changes:
- Removed the
stableparameter from partitioned view queries. The parameter is not valid on this type of request. - The
statusandtaskproperties are removed from the_active_tasksresponse model. These properties were included in error and are not returned.
Changes:
- Added additional properties that were missing from the
_active_tasksresponse model. - Updated dependencies.