bravado v9.2.0 Release Notes

Release Date: 2017-11-10 // over 6 years ago
    • ๐Ÿ‘Œ Support msgpack as wire format for response data - PR #323, 328, 330, 331
    • ๐Ÿ‘ Allow client to access resources for tags which are not valid Python identifier names, by adding the SwaggerClient.get_resource method. For example, client.get_resource('My Pets').list_pets() - PR #320. Thanks Craig Blaszczyk for your contribution!
    • ๐Ÿ‘ป Unify timeout exception classes. You can now simply catch bravado.exception.BravadoTimeoutError (or builtins.TimeoutError if you're using Python 3.3+) - PR #321