Skip to content

Releases: IBM/cloudant-node-sdk

0.0.18

26 Aug 10:07
Compare
Choose a tag to compare
0.0.18 Pre-release
Pre-release

Note: APIs may be subject to change.

Changes:

  • Document IDs and attachment names are now rejected if they could cause an unexpected Cloudant request. We have seen that some applications pass unsanitized document IDs to SDK functions (e.g. direct from user requests). In response to this we have updated many functions to reject obviously invalid paths. However, for complete safety applications must still validate that document IDs and attachment names match expected patterns.
  • Updated dependencies.

0.0.17

05 Aug 11:16
Compare
Choose a tag to compare
0.0.17 Pre-release
Pre-release

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Fixed renewal for session cookie authentication

Breaking changes:

  • Removed _replicate operations (use _replicator DB instead)

0.0.16

16 Jun 14:27
Compare
Choose a tag to compare
0.0.16 Pre-release
Pre-release

Beta release

Note: APIs may be subject to change.

Changes:

  • Documentation updates.

Breaking changes:

  • Removed incorrect open_revs parameter from _bulk_get requests.

0.0.15

28 Apr 13:05
Compare
Choose a tag to compare
0.0.15 Pre-release
Pre-release

Beta release

Note: APIs may be subject to change.

Changes:

  • Updated SDK core dependency.
  • Documentation updates.

Breaking changes:

  • Names changed for /_api/v2/user/activity_tracker/events operations and models.
  • Names changed for PUT /_api/v2/user/capacity/throughput operation and model.
  • Removed atts_since and open_revs options from single document operations.
    See KNOWN_ISSUES; the workaround is to use _bulk_get.

0.0.14

02 Mar 16:03
Compare
Choose a tag to compare
0.0.14 Pre-release
Pre-release

Beta release

Note: APIs may be subject to change.

Changes:

  • Updated SDK core dependency.
  • Documentation improvements.

Breaking changes:

  • Moved partial_filter_selector to correct location in index APIs.
  • Excluded /{db}/_local_docs and /{db}/_local_docs/queries API endpoints.

0.0.13

12 Feb 19:10
Compare
Choose a tag to compare
0.0.13 Pre-release
Pre-release

Beta release

Note: APIs may be subject to change.

Changes:

  • Added operations for HTTP HEAD requests.
  • Updated SDK core dependency.
  • Documentation improvements.

0.0.12

12 Jan 09:58
Compare
Choose a tag to compare
0.0.12 Pre-release
Pre-release

Beta release

Note: APIs may be subject to change.

Changes:

  • Updated SDK core dependency.

0.0.11

13 Nov 16:01
Compare
Choose a tag to compare
0.0.11 Pre-release
Pre-release

Note: APIs may be subject to change.

Changes:

  • Added endpoints for capacity and audit event types.
  • Fixed missing doc property from changes result item model.
  • Enabled transparent compression of request bodies.
  • Documentation improvements.
  • Updated SDK core dependency.
  • Enhanced testing pipeline.

Breaking Changes:

  • Added required parameters to response models.
  • Model name changes for CORS APIs.

0.0.10

19 Oct 15:52
Compare
Choose a tag to compare
0.0.10 Pre-release
Pre-release

Note: APIs may be subject to change.

Changes:

  • Fixed URL path handling and escaping issues.
  • Updated SDK core dependency.
  • Minor style and refactoring changes from latest source code generator.
  • Removed ts source from distribution package.

Breaking Changes:

  • Added validation of required parameters on requests.
  • Removed some models and operations not needed in the SDK.

0.0.9

01 Sep 10:42
Compare
Choose a tag to compare
0.0.9 Pre-release
Pre-release

Beta release

Note: APIs may be subject to change.

Changes:

  • Added fields property to POST _changes operation to allow projection when using include_docs and selector filter.
  • Added documents to view result rows for include_docs case.
  • Corrected response model for Cloudant API keys endpoint.

Breaking Changes:

  • Updated/corrected naming for:
    • Cloudant security operations.
    • Design document view index models.
    • _missing_revs and _revs_diff.