Skip to content

Releases: IBM/cloudant-node-sdk

0.12.4

Choose a tag to compare

@ricellis ricellis released this 04 Jun 14:58
v0.12.4
348d63c

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

Runtime changes:

  • Removed support for Node.js 18 that reached EOL.

0.12.3

Choose a tag to compare

@ricellis ricellis released this 24 Apr 10:27
v0.12.3
959610a

Note: APIs may be subject to change.

Changes:

  • Added constant for the simple_asciifolding text analyzer.
  • Improved changes follower to avoid polling waits in one-off usage case.
  • Updated dependencies.
  • Updated documentation.

0.12.2

Choose a tag to compare

@eiri eiri released this 10 Mar 17:16
v0.12.2
94f653e

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Add operations for /_api/v2/user/current/databases and /_api/v2/user/capacity/databases APIs.

0.12.1

Choose a tag to compare

@ricellis ricellis released this 10 Feb 10:45
v0.12.1
59de8ea

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.12.0

Choose a tag to compare

@ricellis ricellis released this 15 Jan 11:13
v0.12.0
9e12760

Note: APIs may be subject to change.

Breaking Changes:

  • Corrected mapping level of faceted search ranges API model. The existing model was incorrect and resulted in unsuccessful requests. As such this API change should have no impact.
  • Corrected sort direction values in explain map reduce options model. This is unlikely to break callers as the string value is returned.

Changes:

  • Added GET /{db}/_design/{ddoc}/_search_disk_size/{index} operation.
  • Added POST _replicator operation.
  • Updated dependencies.
  • Updated documentation.

0.11.0

Choose a tag to compare

@ricellis ricellis released this 08 Nov 10:04
v0.11.0
4c02580

Note: APIs may be subject to change.

Breaking changes:

  • For *AsStream APIs the JSON response bodies on errors are now automatically converted to objects. This change does not impact successful responses (resolve) cases where the type of the result property remains a Readable stream. For error (reject) cases the type of result changes from a Readable to an Object containing the JSON response. This avoids the need for callers to detect and deserialize the error result content and aligns the errors from *AsStream calls with other errors in the SDK. It also allows an error from an *AsStream response to produce a useful message and benefit from the other error message improvements in this release. Other properties on an error in a *AsStream rejectremain unchanged.

Changes:

  • Added new allow fallback option to find query options models.
  • Improved error message output and added trace ID to error responses.
  • Updated dependencies.
  • Updated documentation.

0.10.3

Choose a tag to compare

@eiri eiri released this 23 Sep 13:47
v0.10.3
d91aea2

Note: APIs may be subject to change.

Changes:

  • Fixed missing CloudantV1 named export.

0.10.2

Choose a tag to compare

@ricellis ricellis released this 20 Sep 09:20
v0.10.2
24aec17

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Updated documentation.

0.10.1

Choose a tag to compare

@eiri eiri released this 15 Aug 13:21
v0.10.1
fd1013f

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Cleanup examples

0.10.0

Choose a tag to compare

@ricellis ricellis released this 09 Jul 14:45
v0.10.0
6997b73

Note: APIs may be subject to change.

Breaking Changes:

  • The default service URL changed from http://localhost:5984 to https://~replace-with-cloudant-host~.cloudantnosqldb.appdomain.cloud. This change is only breaking for users that do not configure the client with a URL and connect to a local server running on port 5984 (for example a test CouchDB server).
  • Attachments included inline in model responses (for example by setting attachments: true when retrieving a document) are now automatically decoded from a Base64 string into a Buffer. This does not impact attachments retrieved directly (for example using getAttachment) and it does not impact *AsStream raw IO responses.

Changes:

  • Add missing owner field for replication documents.
  • Allow retrieval of additional vendor properties from server information model.
  • Update dependencies (including ibm-cloud-sdk-core@5.0.0 that reduces the package footprint by removing test dependencies).
  • Update documentation.