You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGES.rst
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
-
2.4.0 (Unreleased)
1
+
2.4.0 (2017-02-14)
2
2
==================
3
3
- [NEW] Added ``timeout`` option to the client constructor for setting a timeout on a HTTP connection or a response.
4
+
- [NEW] Added ``cloudant_bluemix`` method to the Cloudant client allowing service credentials to be passed using the CloudFoundry VCAP_SERVICES environment variable.
5
+
- [IMPROVED] Updated non-response related errors with additional status code and improved error message for easier debugging.
6
+
All non-response error are handled using either CloudantException or CloudantArgumentError.
7
+
- [FIXED] Support ``long`` type argument when executing in Python 2.
0 commit comments