------------------ - Add support for connect timeouts. This requires at least aiohttp 3.3, which in turn requires at least Python 3.5.3. - Issue 24, PR 25 - Removed support for aiohttp versions below 3.3, and Python versions below 3.5.3.
1.3.0
------------------ - Support customizing or disabling TLS/SSL verification - PR 21
1.2.0
------------------ - Support the new BravadoConnectionError introduced with bravado 10.1.0 - PR 18 - Convert non-string headers to strings - PR 18
1.1.0
------------------ - Adapt to the new RequestConfig interface introduced by bravado. Requires at least bravado 10.0.0 - PR 17
1.0.0
------------------ - bravado-asyncio has worked reliably internally, let's release it as 1.0.
0.4.3
------------------ - One more try at fixing the remaining installation issues on Python < 3.5.3 - PR 15