Skip to content

Releases: IBM/cloudant-python-sdk

0.1.3

27 May 10:01
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Added example code.

0.1.2

28 Apr 11:14
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:

  • 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
Compare
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
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.

0.0.41

03 Dec 13:47
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Improved documentation.

0.0.40

18 Nov 10:29
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.0.39

11 Nov 12:59
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.0.38

05 Oct 13:29
Compare
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
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