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

2.4.0 (2017-02-14)

Choose a tag to compare

@emlaver emlaver released this 14 Feb 18:05
· 275 commits to master since this release
  • [NEW] Added timeout option to the client constructor for setting a timeout on a HTTP connection or a response.
  • [NEW] Added cloudant_bluemix method to the Cloudant client allowing service credentials to be passed using the CloudFoundry VCAP_SERVICES environment variable.
  • [IMPROVED] Updated non-response related errors with additional status code and improved error message for easier debugging.
    All non-response error are handled using either CloudantException or CloudantArgumentError.
  • [FIXED] Support long type argument when executing in Python 2.