Releases: IBM/cloudant-python-sdk
Releases · IBM/cloudant-python-sdk
0.11.0
Note: APIs may be subject to change.
Breaking Changes:
- Fixed the AUTH_DISABLE_SSLenvironment variable from impacting theAUTH_TYPE=COUCHDB_SESSIONauthenticator configuration. Note there is no effect if you did not use this configuration combination.
Changes:
- Updated dependencies.
- Updated documentation.
0.10.7
0.10.6
Note: APIs may be subject to change.
Changes:
- Fixed behavior of nullable required properties in responses.
- Updated dependencies.
- Updated documentation.
0.10.5
Note: APIs may be subject to change.
New features:
- Pagination (beta) - convenience APIs for paginating documents, queries, searches and views.
Changes:
- Changes follower feature is no longer considered beta.
- Updated dependencies.
- Updated documentation.
0.10.4
0.10.3
0.10.2
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_replicatoroperation.
- 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 sinceparameter in changes follower.
- Improved error message output and added trace ID to error responses.
- Updated dependencies.
- Updated documentation.