------------------ - use https:// instead of git:// in pre-commit URLs - PR #50
2.0.1
------------------ - Require at least Python 3.6 - PR 47
2.0.0
------------------ - Cache aiohttp client session on the loop, not globally - PR 42. Thanks Nick Gaya for your contribution! - Remove support for Python 3.5 - PR 45 - Add support for Python 3.8 - PR 46
1.5.0
------------------ - | Implement support for request option ``follow_redirects``, disable following redirects by default - PR 41 | While this is a behavior change, it matches what bravado's default HTTP client does starting with version 10.6.0, and is considered a bugfix.
1.4.2
------------------ - Lazily initialize the event loop thread and the aiohttp ClientSession object, making sure this happens post-fork - PR 34
1.4.1
------------------ - Add support for HttpFuture.cancel() from bravado 10.3.0 - PR 27 - Remove workaround code for file uploads that is no longer required, and might cause issues sometimes - PR 30