Releases: IBM/cloudant-python-sdk
Releases · IBM/cloudant-python-sdk
0.10.1
0.10.0
Note: APIs may be subject to change.
Breaking Changes:
- Corrected mapping level of faceted search ranges API model. The existing model was incorrect and resulted in unsuccessful requests. As such this API change should have no impact.
- Corrected sort direction values in explain map reduce options model. This is unlikely to break callers as the string value is returned.
Changes:
- Added
GET
/{db}/_design/{ddoc}/_search_disk_size/{index}
operation. - Added
POST
_replicator
operation. - Updated dependencies.
- Updated documentation.
0.9.3
Note: APIs may be subject to change.
Changes:
- Added new allow fallback option to find query options models.
- Fixed setting of
since
parameter in changes follower. - Improved error message output and added trace ID to error responses.
- Updated dependencies.
- Updated documentation.
0.9.2
0.9.1
0.9.0
Note: APIs may be subject to change.
Breaking Changes:
- The default service URL changed from
http://localhost:5984
tohttps://~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 port5984
(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
0.8.1
0.8.0
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-definedid
(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
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 thecode
property withstatus_code
to access the HTTP status code on exceptions. This now matches thestatus_code
property of responses. Thecode
property will be removed in a future release.