Releases: hugapi/hug
Releases · hugapi/hug
Release list
2.6.0
2.5.6
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
- 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
2.5.4 hotfix - May 19, 2019
- Fix issue #798 - Development runner
TypeErrorwhen executing cli
2.5.2
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
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
blackformatting of code base, in preperation for CI enforced code formatting
2.4.8
- 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
2.4.7 - March 28, 2019
Fixed API documentation with selectable output types
2.4.6
2.4.6 - March 25, 2019
- Fixed issue #753 - 404 not found does not respect default output format.
- Documented the
--without-cythonoption inCONTRIBUTING.md - Extended documentation for output formats
2.4.3 [hot-fix]
2.4.3 [hotfix] - March 17, 2019
- Fix issue #737 - latest hug release breaks meinheld worker setup