All Versions
59
Latest Version
Avg Release Cycle
43 days
Latest Release
752 days ago

Changelog History
Page 6

  • v5.0.0 Changes

    August 27, 2015
    • โšก๏ธ Update ResourceDecorator to return an operation as a CallableOperation instead of a function wrapper (for the docstring). This allows further decoration of the ResourceDecorator.
  • v4.0.0 Changes

    August 10, 2015
    • ๐Ÿ‘ป 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.
  • v3.0.0 Changes

    August 03, 2015
    • โฑ Support passing in connect_timeout and timeout via _request_options to the Fido and Requests clients
    • 0๏ธโƒฃ 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.
  • v2.1.0 Changes

    July 20, 2015
    • โž• Add warning for deprecated operations
  • v2.0.0 Changes

    July 13, 2015
    • Assume responsibility for http invocation (used to be in bravado-core)
  • v1.1.0 Changes

    July 06, 2015
    • Made bravado compatible with Py34
  • v1.0.0 Changes

    June 26, 2015
    • ๐Ÿ›  Fixed petstore demo link
    • ๐Ÿ›  Pick up bug fixes from bravado-core 1.1.0
  • v1.0.0-rc2 Changes

    June 01, 2015
    • ๐Ÿ“‡ Renamed ResponseLike to IncomingResponse to match bravado-core
  • v1.0.0-rc1 Changes

    May 13, 2015
    • ๐ŸŽ‰ Initial version - large refactoring/rewrite of swagger-py 0.7.5 to support Swagger 2.0