Releases: IBM/cloudant-python-sdk
Releases · IBM/cloudant-python-sdk
Release list
0.9.0
Note: APIs may be subject to change.
Breaking Changes:
- The default service URL changed from
http://localhost:5984tohttps://~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
ownerfield for replication documents. - Allow retrieval of additional vendor properties from server information model.
- Update dependencies.
- Update documentation.
0.8.2
Note: APIs may be subject to change.
Changes:
- Add
instance_start_timeto detect database recreation in database information model. - Updated dependencies.
- Avoid
requests==2.32.3that is incompatible withibm-cloud-sdk-core<=3.20.0and causes certificate errors.
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.0API changes - Preserve leading
_metadata names in models that also accept user-defined properties (i.e. documents) to eliminate the risk of clashing e.g._idand a user-definedid(see #490).
Changes:
- Fix unexpected
401responses 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-core3.19.0replaces thecodeproperty withstatus_codeto access the HTTP status code on exceptions. This now matches thestatus_codeproperty of responses. Thecodeproperty will be removed in a future release.
0.7.2
0.7.1
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
0.6.0
Note: APIs may be subject to change.
Breaking Changes:
- Corrected model for
_explainresponses- Renamed
coveredtocoveringin line with Apache CouchDB changes. - Removed
rangemember that does not exist in server responses. - Added models for
optsandmrargsmembers.
- Renamed
- Removed unused
defmember from_indexrequest models; the correct memberindexwas already present. Thedefmember is used only on response models and was already correctly included there.
Changes:
- Added missing
partitionedmember to_indexinformation model. - Added missing
partitioned_indexesmember to database information model. - Marked
_db_updatesdeprecated as the endpoint is not available in IBM Cloudant. - Marked
proxyrelated properties in replication documents deprecated as they are not available in IBM Cloudant. - Added partition
_explainoperation. - Updated dependencies.
- Updated documentation.
0.5.0
Note: APIs may be subject to change.
New features:
- Changes follower (beta) - a convenience API for consuming a database changes feed.
Changes:
- Updated dependencies.
- Updated documentation.