Skip to content

Releases: IBM/cloudant-node-sdk

0.8.0

21 Nov 10:48
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Fixed memory leak in changes follower.
  • Updated dependencies.

Breaking Changes:

  • Fixed errorTolerance for null value in changes follower

Full Changelog: v0.7.2...v0.8.0

0.7.2

31 Oct 17:56
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Updated documentation.

0.7.1

28 Sep 08:39
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated ibm-cloud-sdk-core to 4.1.2 - resolves the error TypeError: Cannot read properties of undefined (reading 'headers') when processing some other errors.

0.7.0

25 Sep 17:10
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Breaking Changes:

  • Corrected model for _explain responses
    • Renamed covered to covering in line with Apache CouchDB changes.
    • Removed range member that does not exist in server responses.
    • Added models for opts and mrargs members.
  • Removed unused def member from _index request models; the correct member index was already present. The def 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

30 Aug 10:42
Compare
Choose a tag to compare

Note: APIs may be subject to change.

New features:

Changes:

  • Improved performance for Basic authentication by upgrading to session cookie authentication with servers that return cookies on Basic authentication requests.
  • Updated dependencies.
  • Updated documentation.

0.5.5

13 Jul 12:15
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated known issues documentation.
  • Updated dependencies.

0.5.4

26 Jun 09:27
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.5.3

21 Jun 09:35
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.5.2

24 May 10:07
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Added covered attribute to _explain results.
  • Updated dependencies.
  • Docmentation updates.

0.5.1

25 Apr 10:24
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Added updates_pending for get design document information response model.
  • Updated dependencies.