This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
2.9.0 (2018-06-13)
- [NEW] Added functionality to test if a key is in a database as in
key in db
, overriding dict__contains__
and checking in the remote database. - [NEW] Moved
create_query_index
and other query related methods toCouchDatabase
as the_index
/_find
API is available in CouchDB 2.x. - [NEW] Support IAM authentication in replication documents.
- [FIXED] Case where
Document
context manager would throw instead of creating a new document if no_id
was provided. - [IMPROVED] Added support for IAM API key in
cloudant_bluemix
method. - [IMPROVED] Shortened length of client URLs by removing username and password.
- [IMPROVED] Verified library operation on Python 3.6.3.