Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

2.0.1 (2018-02-14)

Choose a tag to compare

@smithsz smithsz released this 14 Feb 14:04
· 310 commits to master since this release
90f7811
  • [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_security asymmetry.
  • [FIXED] Support piping of request payload with plugins.
  • [BREAKING CHANGE] Replace retryAttempts option with maxAttempts. This
    defines the maximum number of times the request will be attempted.
  • [BREAKING CHANGE] By default the retry plugin 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 promise plugin to throw new CloudantError (not
    string).
  • [REMOVED] Remove global retryTimeout option (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.