All Versions
59
Latest Version
Avg Release Cycle
43 days
Latest Release
946 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v11.0.3 Changes
March 02, 2021- ๐ Fix performance degradation in uWSGI preforking mode - PR #474. Thanks Jiri Horky for your contribution!
-
v11.0.2 Changes
October 27, 2020- When catching and converting exceptions, handle connection errors first - PR #469.
-
v11.0.1 Changes
October 05, 2020- โ
Use IPv4 addresses instead of
localhost
for integration tests - PR #468.
- โ
Use IPv4 addresses instead of
-
v11.0.0 Changes
September 29, 2020- โฌ๏ธ Drop support for Python 3.5 which is EOL end of Sept 2020.
-
v10.6.3 Changes
September 29, 2020- ๐ Switch from msgpack-python, which is deprecated, to msgpack - PR #462. Thanks Erik Cederstrand for your contribution!
-
v10.6.2 Changes
May 26, 2020- โช Revert the changes from 10.6.1, since those affected the swagger result of the response, which we should only set when there is a schema defined for the response. Fixes an issue with bravado crashing when an endpoint has no schema and sends no response body.
-
v10.6.1 Changes
May 22, 2020- Return the raw JSON for a response for which there is no schema, if
use_models
is set toFalse
- PR #456. Thanks Terence Honles for your contribution!
- Return the raw JSON for a response for which there is no schema, if
-
v10.6.0 Changes
March 30, 2020- ๐ง | Make following redirects configurable, and off by default, in the default requests-based HTTP client - Issue #449, PR #454, #457. Thanks Matthew Dowdell for your contribution! | Note that this bugfix is a behavior change of the default HTTP client, which used to always follow redirects.
-
v10.5.0 Changes
February 24, 2020- Ensure that
requst_options
headers are not modified while constructing request - PR #440. Thanks Nick Gaya for your contribution! - ๐ Fix header authentication for
host:port
type - PR #444. Thanks sanda87 for your contribution! - Reraise fido
HttpTimeoutError
without modification - PR #447. Thanks Nick Gaya for your contribution! - ๐ Documentation updates - PR #442 and PR #448. Thanks Colin Dunklau for your contribution!
- Ensure that bravado.client.SwaggerSpec is deep copyable - PR #445
- Ensure that
-
v10.4.3 Changes
November 04, 2019- ๐ Some type annotation fixes and improvements, in particular for the response_adapter argument to
HttpFuture
- PR #436
- ๐ Some type annotation fixes and improvements, in particular for the response_adapter argument to