------------------ - User-defined formats are no longer global. The registration mechanism has changed and is now done via configuration. See Configuration_
.. _Configuration: configuration.html
5.0.0
------------------ - Update ResourceDecorator to return an operation as a CallableOperation instead of a function wrapper (for the docstring). This allows further decoration of the ResourceDecorator.
4.0.0
------------------ - Consistent bravado.exception.HTTPError now thrown from both Fido and Requests http clients. - HTTPError refactored to contain an optional detailed message and Swagger response result.
3.0.0
------------------ - Support passing in connect_timeout and timeout via _request_options to the Fido and Requests clients - Timeout in HTTPFuture now defaults to None (wait indefinitely) instead of 5s. You should make sure any calls to http_future.result(..) without a timeout are updated accordingly.
2.1.0
------------------ - Add warning for deprecated operations