------------------ - Rework build system to specify Python versions explicitly; you'll need Python 3.6 for bravado-asyncio development - PR 2
0.3.0
------------------ - Add support for msgpack as a wire protocol for responses - PR 1 - Timeout exceptions now inherit from ``bravado.exception.TimeoutError`` as well as the builtin ``TimeoutError`` if you use bravado 9.2.0 or higher - PR 1
0.2.0
------------------ - Make sure file uploads work correctly when the data is coming from Pyramid - Make sure query and form data values are strings - Don't use Python 3.6 f-string syntax (stay compatible to Python 3.5)