Skip to content

Releases: IBM/cloudant-python-sdk

0.1.2

28 Apr 11:14

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.1.1

29 Mar 16:16

Choose a tag to compare

Note: APIs may be subject to change.

Breaking Changes:

  • Corrected view names to match langauge casing style
    • startkey startkey_docid endkey endkey_docid are replaced respectively with start_key start_key_doc_id end_key end_key_doc_id
  • Removed account from database information (this field was included in error and never populated).

Changes:

  • Modified the User-Agent header.
  • Updated dependencies.
  • Changed the format of the User-Agent header.
  • Documentation improvements.

0.0.43

16 Feb 10:28

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Automatic session authentication uses application/json instead of application/x-www-form-urlencoded.

0.0.42

25 Jan 13:24

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.

0.0.41

03 Dec 13:47

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Improved documentation.

0.0.40

18 Nov 10:29

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.0.39

11 Nov 12:59

Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.0.38

05 Oct 13:29

Choose a tag to compare

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

10 Sep 09:34

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

0.0.36

26 Aug 10:09

Choose a tag to compare

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