Releases: IBM/cloudant-node-sdk
Releases · IBM/cloudant-node-sdk
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
errorTolerance
fornull
value 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
_explain
responses- Renamed
covered
tocovering
in line with Apache CouchDB changes. - Removed
range
member that does not exist in server responses. - Added models for
opts
andmrargs
members.
- Renamed
- Removed unused
def
member from_index
request models; the correct memberindex
was already present. Thedef
member is used only on response models and was already correctly included there.
Changes:
- Added missing
partitioned
member to_index
information model. - Added missing
partitioned_indexes
member to database information model. - Marked
_db_updates
deprecated as the endpoint is not available in IBM Cloudant. - Marked
proxy
related properties in replication documents deprecated as they are not available in IBM Cloudant. - Added partition
_explain
operation. - Updated dependencies.
- Updated documentation.
Runtime changes:
- Removed Node 16 that reached EOL.
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:
- Improved performance for
Basic
authentication by upgrading to session cookie authentication with servers that return cookies onBasic
authentication requests. - Updated dependencies.
- Updated documentation.