------------------- - Fix performance degradation in uWSGI preforking mode - PR 474. Thanks Jiri Horky for your contribution!
11.0.2
------------------- - When catching and converting exceptions, handle connection errors first - PR 469.
11.0.1
------------------- - Use IPv4 addresses instead of ``localhost`` for integration tests - PR 468.
11.0.0
------------------- - Drop support for Python 3.5 which is EOL end of Sept 2020.
10.6.3
------------------- - Switch from msgpack-python, which is deprecated, to msgpack - PR 462. Thanks Erik Cederstrand for your contribution!
10.6.2
------------------- - 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.