This repository was archived by the owner on Mar 11, 2022. It is now read-only.
2.0.1 (2018-02-14)
- [NEW] Added API for upcoming IBM Cloud Identity and Access Management support
for Cloudant on IBM Cloud. Note: IAM API key support is not yet enabled in the
service. - [NEW] Support multiple plugins.
See api-migration.md
for migration details. - [NEW] Allow use of a custom service name from the CloudFoundry VCAP_SERVICES
environment variable. - [FIXED] Fix
get_security/set_securityasymmetry. - [FIXED] Support piping of request payload with plugins.
- [BREAKING CHANGE] Replace
retryAttemptsoption withmaxAttempts. This
defines the maximum number of times the request will be attempted. - [BREAKING CHANGE] By default the
retryplugin will retry requests on HTTP
429 status codes, a subset of 5xx server error status codes and also TCP/IP
errors.
See api-migration.md
for migration details. - [BREAKING CHANGE] Changed
promiseplugin to throw newCloudantError(not
string). - [REMOVED] Remove global
retryTimeoutoption (replaced by plugin specific
configuration). - [REMOVED] Remove previously deprecated method
set_permissions. - [IMPROVED] Updated documentation by replacing deprecated Cloudant links with
the latest bluemix.net links.