This repository was archived by the owner on Aug 30, 2024. It is now read-only.
- [NEW] Override
dict.getmethod forCouchDatabaseto addremoteparameter allowing it to retrieve a remote document if specified. - [FIXED] Fixed the documentation for
bookmarks. - [FIXED] Also exit
follow_replicationforfailedstate. - [FIXED] Fixed result paging for grouped view queries.
- [FIXED] Incorrect use of username as account name in
Cloudant.bluemix(). - [FIXED] Use custom encoder (if provided) for all view
keyparams not justkeys. - [FIXED] Support boolean type for
key,endkey, andstartkeyin view requests. - [DEPRECATED] This library is now deprecated and will be EOL on Dec 31 2021.
- [REMOVED] Removed Python 2 compatibility from the supported environments.
- [IMPROVED] Documented use of
Noneaccount name and url override forCloudant.iam(). - [IMPROVED] - Document IDs and attachment names are now rejected if they could cause an unexpected Cloudant request. We have seen that some applications pass unsantized document IDs to SDK functions (e.g. direct from user requests). In response to this we have updated many functions to reject obviously invalid paths. However, for complete safety applications must still validate that document IDs and attachment names match expected patterns.