Skip to content

Releases: IBM/cloudant-python-sdk

0.0.38

Choose a tag to compare

@vmatyus vmatyus released this 05 Oct 13:29

Note: APIs may be subject to change.

Changes:

  • Set 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.37

Choose a tag to compare

@mojito317 mojito317 released this 10 Sep 09:34

Note: APIs may be subject to change.

Changes:

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

0.0.36

0.0.36 Pre-release
Pre-release

Choose a tag to compare

@ricellis ricellis released this 26 Aug 10:09

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.35

0.0.35 Pre-release
Pre-release

Choose a tag to compare

@ricellis ricellis released this 05 Aug 11:14

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

Breaking changes:

  • Removed _replicate operations (use _replicator DB instead)

0.0.34

0.0.34 Pre-release
Pre-release

Choose a tag to compare

@eiri eiri released this 16 Jun 14:28

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.33

0.0.33 Pre-release
Pre-release

Choose a tag to compare

@ricellis ricellis released this 28 Apr 12:31

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.32

0.0.32 Pre-release
Pre-release

Choose a tag to compare

@emlaver emlaver released this 02 Mar 15:46

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.31

0.0.31 Pre-release
Pre-release

Choose a tag to compare

@emlaver emlaver released this 11 Feb 16:30

Beta release

Note: APIs may be subject to change.

Changes:

  • Added operations for HTTP HEAD requests.
  • Updated SDK core dependency.
  • Documentation improvements.
  • Drop support for Python 3.5.
  • Add support for Python 3.9.

0.0.29

0.0.29 Pre-release
Pre-release

Choose a tag to compare

@mojito317 mojito317 released this 12 Jan 09:39

Beta release

Note: APIs may be subject to change.

Changes:

  • Enabled transparent compression of request bodies.
  • Updated SDK core dependency. Fixes JWT decode errors when using IAM authentication.

0.0.28

0.0.28 Pre-release
Pre-release

Choose a tag to compare

@ricellis ricellis released this 12 Nov 15:40

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.
  • Documentation improvements.
  • Updated SDK core dependency.
  • Enhanced testing pipeline.

Breaking Changes:

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