Skip to content

Releases: IBM/cloudant-python-sdk

0.4.4

Choose a tag to compare

@ricellis ricellis released this 13 Jul 12:16

Note: APIs may be subject to change.

Changes:

  • Updated known issues documentation.
  • Updated dependencies.
  • Removed EOL Python 3.7 from supported versions.

0.4.3

Choose a tag to compare

@mojito317 mojito317 released this 21 Jun 09:35

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.4.2

Choose a tag to compare

@ricellis ricellis released this 24 May 10:06

Note: APIs may be subject to change.

Changes:

  • Added covered attribute to _explain results.
  • Updated dependencies.
  • Docmentation updates.

0.4.1

Choose a tag to compare

@mojito317 mojito317 released this 25 Apr 10:24

Note: APIs may be subject to change.

Changes:

  • Added updates_pending for get design document information response model.
  • Updated dependencies.

0.4.0

Choose a tag to compare

@ricellis ricellis released this 27 Mar 14:33

Note: APIs may be subject to change.

Breaking Changes:

  • Removed the stable parameter from partitioned view queries. The parameter is not valid on this type of request.
  • The status and task properties are removed from the _active_tasks response model. These properties were included in error and are not returned.
  • Invalid JSON responses now raise an exception instead of returning a successful response with a string body.

Changes:

  • Added additional properties that were missing from the _active_tasks response model.
  • Updated dependencies.

0.3.3

Choose a tag to compare

@tomblench tomblench released this 09 Feb 18:11

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.3.2

Choose a tag to compare

@mojito317 mojito317 released this 05 Jan 16:03

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.3.1

Choose a tag to compare

@tomblench tomblench released this 30 Nov 11:00

Note: APIs may be subject to change.

Changes:

  • Allow dict type arguments for some operations where these previously threw an exception
  • Updated dependencies

0.3.0

Choose a tag to compare

@eiri eiri released this 27 Oct 15:41

Note: APIs may be subject to change.

Breaking Changes:

  • Corrected path validation on document requests using raw IO or alternative Content-Type operations.

Changes:

  • Updated dependencies.
  • Improved documentation.
  • Added missing "deleted" optional property to docs result row value.
  • Added new "use_bulk_get" replicator options to model.
  • Fixed handling of ${SERVICE}_AUTH_DISABLE_SSL environment variable for COUCHDB_SESSION auth.
  • Added Python 3.11 support.

0.2.1

Choose a tag to compare

@mojito317 mojito317 released this 30 Sep 09:30

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Fix serialization of None properties.
  • Validate required path parameters are not empty string.
  • Remove duplicated enums.