Releases: IBM/cloudant-python-sdk
Releases · IBM/cloudant-python-sdk
0.4.2
0.4.1
0.4.0
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
andtask
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
0.3.2
0.3.1
0.3.0
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 forCOUCHDB_SESSION
auth. - Added Python 3.11 support.
0.2.1
0.2.0
Note: APIs may be subject to change.
Breaking Changes:
- Removed deprecated geospatial APIs.
Changes:
- Added
winning_revs_only
option to replication documents (usable with Cloudant build 8335 or newer). - Updated dependencies.
- Improved documentation.