Hug Versions Save

Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.

2.6.0

4 years ago

2.6.0 - August 29, 2019

  • Improved CLI multiple behaviour with empty defaults
  • Improved CLI type output for built-in types
  • Improved MultiCLI base documentation

2.5.6

4 years ago

2.5.6 - June 20, 2019

  • Fixed issue #815: map_params() causes api documentation to lose param type information
  • Improved project testing: restoring 100% coverage

2.5.5

4 years ago
  • Fixed issue #808: Problems with command line invocation via hug CLI
  • Fixed issue #647: Support for arbitrary URL complexity when using CORS middleware
  • Fixed issue #805: Added documentation for map_params feature
  • Added initial automated code cleaning and linting partially satisfying HOPE-8 -- Style Guideline for Hug
  • Implemented HOPE-20 -- The Zen of Hug

2.5.4

4 years ago

2.5.4 hotfix - May 19, 2019

  • Fix issue #798 - Development runner TypeError when executing cli

2.5.2

4 years ago

2.5.2 hotfix - May 10, 2019

  • Fixed issue #790 - Set Falcon defaults to pre 2.0.0 version to avoid breaking changes for Hug users until a Hug 3.0.0 release. The new default Falcon behaviour can be defaulted before hand by setting __hug__.future = True.

2.5.1

4 years ago

2.5.1 hotfix - May 9, 2019

  • Fixed issue #784 - POST requests broken on 2.5.0
  • Optimizations and simplification of async support, taking advantadge of Python3.4 deprecation.
  • Fix issue #785: Empty query params are not ignored on 2.5.0
  • Added support for modifying falcon API directly on startup
  • Initial black formatting of code base, in preperation for CI enforced code formatting

2.4.8

5 years ago
  • Fixed issue #762 - HTTP errors crash with selectable output types
  • Fixed MacOS testing via Travis - added testing across all the same Python versions tested on Linux

2.4.7

5 years ago

2.4.7 - March 28, 2019

Fixed API documentation with selectable output types

2.4.6

5 years ago

2.4.6 - March 25, 2019

  • Fixed issue #753 - 404 not found does not respect default output format.
  • Documented the --without-cython option in CONTRIBUTING.md
  • Extended documentation for output formats

2.4.3

5 years ago

2.4.3 [hotfix] - March 17, 2019

  • Fix issue #737 - latest hug release breaks meinheld worker setup