Releases: IBM/cloudant-node-sdk
Releases · IBM/cloudant-node-sdk
Release list
0.9.2
0.9.1
0.9.0
Note: APIs may be subject to change.
Breaking Changes:
- For the full list of code changes needed for this version see
0.9.0API changes. - Unify parameter and property name case conventions across models.
- Preserve leading
_metadata names in models that also accept user-defined properties (i.e. documents) to eliminate the risk of clashing e.g._idand a user-definedid.
Changes:
- Fix unexpected
401responses from infrequent requests occuring close to an IAM token expiry time (via updated core dependency). - Updated dependencies.
0.8.3
0.8.2
0.8.1
Note: APIs may be subject to change.
Changes:
- Updated node-sdk-core to 4.2.1 to avoid ReDOS vulnerability in its axios dependency.
- Updated dependencies.
Full Changelog:
0.8.0
Note: APIs may be subject to change.
Changes:
- Fixed memory leak in changes follower.
- Updated dependencies.
Breaking Changes:
- Fixed
errorTolerancefornullvalue in changes follower
Full Changelog: v0.7.2...v0.8.0
0.7.2
0.7.1
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.
Runtime changes:
- Removed Node 16 that reached EOL.