Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

2.9.0 (2018-06-13)

Compare
Choose a tag to compare
@ricellis ricellis released this 13 Jun 14:13
· 142 commits to master since this release
77faa9c
  • [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 to CouchDatabase 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.