Skip to content

Releases: IBM/cloudant-python-sdk

0.9.0

Choose a tag to compare

@ricellis ricellis released this 10 Jul 13:00
v0.9.0
b5ed55a

Note: APIs may be subject to change.

Breaking Changes:

  • The default service URL changed from http://localhost:5984 to https://~replace-with-cloudant-host~.cloudantnosqldb.appdomain.cloud. This change is only breaking for users that do not configure the client with a URL and connect to a local server running on port 5984 (for example a test CouchDB server).

Changes:

  • Add missing owner field for replication documents.
  • Allow retrieval of additional vendor properties from server information model.
  • Update dependencies.
  • Update documentation.

0.8.2

Choose a tag to compare

@eiri eiri released this 04 Jun 14:46
v0.8.2
9d49d4a

Note: APIs may be subject to change.

Changes:

  • Add instance_start_time to detect database recreation in database information model.
  • Updated dependencies.
  • Avoid requests==2.32.3 that is incompatible with ibm-cloud-sdk-core<=3.20.0 and causes certificate errors.

0.8.1

Choose a tag to compare

@ricellis ricellis released this 07 May 10:57

Note: APIs may be subject to change.

Changes:

  • New model extensions for _explain index analysis.
  • Removed incorrect accept header parameter from POST /{db}/_design_docs.
  • Updated dependencies.
  • Updated documentation.

0.8.0

Choose a tag to compare

@ricellis ricellis released this 13 Mar 10:15

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

Choose a tag to compare

@ricellis ricellis released this 13 Feb 10:19

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

Choose a tag to compare

@ricellis ricellis released this 05 Jan 15:36

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.7.1

Choose a tag to compare

@mojito317 mojito317 released this 21 Nov 10:49

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

Choose a tag to compare

@eiri eiri released this 30 Oct 14:37

Note: APIs may be subject to change.

Changes:

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

0.6.0

Choose a tag to compare

@eiri eiri released this 25 Sep 17:41

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

Choose a tag to compare

@ricellis ricellis released this 30 Aug 10:56

Note: APIs may be subject to change.

New features:

Changes:

  • Updated dependencies.
  • Updated documentation.