All Versions
59
Latest Version
Avg Release Cycle
43 days
Latest Release
1574 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v9.0.7 Changes
July 05, 2017- Require fido version 4.2.1 so we stay compatible to code catching crochet.TimeoutError
-
v9.0.6 Changes
June 28, 2017- โ Don't mangle headers with bytestring values on Python 3
-
v9.0.5 Changes
June 23, 2017- ๐ Make sure headers passed in for fetching specs are converted to str as well
-
v9.0.4 Changes
June 22, 2017- Fix regression when passing swagger parameters of type header in
_request_options
introduced by PR #288
- Fix regression when passing swagger parameters of type header in
-
v9.0.3 Changes
June 21, 2017- โฑ When using the fido HTTP client and passing a timeout to
result()
, make sure we throw a fido HTTPTimeoutError instead of a crochet TimeoutError when hitting the timeout.
- โฑ When using the fido HTTP client and passing a timeout to
-
v9.0.2 Changes
June 12, 2017_requests_options
headers are casted tostring
to support newer version ofrequests
library.
-
v9.0.1 Changes
June 09, 2017- Convert http method to str while constructing the request to fix an issue with file uploads when using requests library versions before 2.8.
-
v9.0.0 Changes
June 06, 2017- โ Add API key authentication via header to RequestsClient.
- Fido client is now an optional dependency. NOTE: if you intend to use bravado with the fido client you need to install bravado with fido extras (
pip install bravado[fido]
)
-
v8.4.0 Changes
September 27, 2016- โ Remove support for Python 2.6, fixing a build failure.
- โ Switch from Python 3.4 to Python 3.5 for tests.
-
v8.3.0 Changes
June 03, 2016- Bravado using Fido 3.2.0 python 3 ready