Skip to content

Commit

Permalink
Release version 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Nov 10, 2017
1 parent 1bf6653 commit 7128147
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG-MASTER.rst
Expand Up @@ -4,5 +4,3 @@ Changelog-Master
*This file will contain the Changelog of the master branch.*

*The content will be used to build the Changelog of the new bravado release.*

Allow client to access resources for tags which have a space in them, by adding the `SwaggerClient.get_resource` method. For example, `client.get_resource('My Pets).list_pets().result()`.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,13 @@
Changelog
=========

9.2.0 (2017-11-10)
------------------
- 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

9.1.1 (2017-10-10)
------------------
- Allow users to pass the tcp_nodelay request parameter to FidoClient requests - PR #319
Expand Down
2 changes: 1 addition & 1 deletion bravado/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = '9.1.1'
version = '9.2.0'

0 comments on commit 7128147

Please sign in to comment.