Skip to content

Releases: IBM/cloudant-node-sdk

0.1.2

28 Apr 11:10
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.1.1

29 Mar 16:16
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Breaking Changes:

Changes:

  • Modified the User-Agent header.
  • Updated dependencies.
  • Documentation improvements.
  • Fixed types for cookie jars in CouchDB session auth

0.1.1-dev1648460925773

28 Mar 10:19
Compare
Choose a tag to compare
Pre-release

Note: APIs may be subject to change.

Breaking Changes:

Changes:

  • Modified the User-Agent header.
  • Updated dependencies.
  • Documentation improvements.
  • Fixed types for cookie jars in CouchDB session auth

0.0.25

16 Feb 10:28
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Breaking Changes:

  • Validates presence of required parameters in request objects.

Changes:

  • Updated dependencies.
  • Downgrade @types/node from 17 major version to 12 to maintain compatibility with Node 12.x LTS.

0.0.24

25 Jan 13:28
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Align with core support of env var AUTH_TYPE alias AUTHTYPE.
  • Enable HTTP agent (socket) keepAlive by default.

0.0.23

17 Dec 14:41
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies (including core fix for binary streams for attachments).

0.0.22

03 Dec 13:47
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Improved documentation.

0.0.21

11 Nov 12:59
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.0.20

05 Oct 13:59
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Introduce 2.5 minutes default read timeout.
  • Updated dependencies.
  • Fixed made error available in _dbs_info response.
  • Added new Basic auth sections to replication source and target schemas.
  • Documentation updates.

Breaking changes

  • Removed function accessing _missing_revs endpoint (superseded by _revs_diff).
  • Remove 'updates' property from the design document schema.

0.0.19

10 Sep 11:03
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Fixed type of validate_doc_update in design documents.
  • Documentation updates