This repository was archived by the owner on Aug 30, 2024. It is now read-only.
2.4.0 (2017-02-14)
- [NEW] Added
timeoutoption to the client constructor for setting a timeout on a HTTP connection or a response. - [NEW] Added
cloudant_bluemixmethod 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
longtype argument when executing in Python 2.