Skip to content

Releases: IBM/cloudant-python-sdk

0.8.0

13 Mar 10:15
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Breaking Changes:

  • For the full list of code changes needed for this version see 0.8.0 API changes
  • Preserve leading _ metadata names in models that also accept user-defined properties (i.e. documents) to eliminate the risk of clashing e.g. _id and a user-defined id (see #490).

Changes:

  • Fix unexpected 401 responses from infrequent requests occuring close to an IAM token expiry time (via updated core dependency).
  • Updated dependencies.

0.7.3

13 Feb 10:19
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Added missing parameters for CouchDB global changes (not applicable to Cloudant).
  • Updated dependencies.
  • Updated documentation.

Deprecations:

  • The update to python-sdk-core 3.19.0 replaces the code property with status_code to access the HTTP status code on exceptions. This now matches the status_code property of responses. The code property will be removed in a future release.

0.7.2

05 Jan 15:36
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.7.1

21 Nov 10:49
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Added Python 3.12 to supported platforms.
  • Updated dependencies.

Full Changelog: v0.7.0...v0.7.1

0.7.0

30 Oct 14:37
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Improve typing for optionals.
  • Updated dependencies.
  • Updated documentation.

0.6.0

25 Sep 17:41
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Breaking Changes:

  • Corrected model for _explain responses
    • Renamed covered to covering in line with Apache CouchDB changes.
    • Removed range member that does not exist in server responses.
    • Added models for opts and mrargs members.
  • Removed unused def member from _index request models; the correct member index was already present. The def member is used only on response models and was already correctly included there.

Changes:

  • Added missing partitioned member to _index information model.
  • Added missing partitioned_indexes member to database information model.
  • Marked _db_updates deprecated as the endpoint is not available in IBM Cloudant.
  • Marked proxy related properties in replication documents deprecated as they are not available in IBM Cloudant.
  • Added partition _explain operation.
  • Updated dependencies.
  • Updated documentation.

0.5.0

30 Aug 10:56
Compare
Choose a tag to compare

Note: APIs may be subject to change.

New features:

Changes:

  • Updated dependencies.
  • Updated documentation.

0.4.4

13 Jul 12:16
Compare
Choose a tag to compare

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

21 Jun 09:35
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.4.2

24 May 10:06
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

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