------------------ - Fix installation of bravado-asyncio with Python versions below 3.5.3 - PR 12, 13, 14
0.4.1
------------------ - Only set Content-Type header if the request method is PUT or POST - PR 11
0.4.0
------------------ - Add support for full asyncio run mode, to be used by the aiobravado library - PR 7 - Created documentation; find it at https://bravado-asyncio.readthedocs.io/en/latest/ - PR #7 - Document known issues, disable flaky request options timeout test PR 8, 10
0.3.4
------------------ - Add support for setting a timeout through request_options - PR 6
0.3.3
------------------ - Support ``collectionFormat: multi`` for array formData params as well - PR 4
0.3.2
------------------ - Add support for multiple values per query param (``collectionFormat: multi`` in OpenAPI/Swagger) - PR 3