All Versions
55
Latest Version
Avg Release Cycle
63 days
Latest Release
1534 days ago

Changelog History
Page 1

  • v2.6.1 Changes

    February 06, 2020
    • ๐Ÿ›  Fixed issue #834: Bug in some cases when introspecting local documentation.
  • v2.6.0 Changes

    August 29, 2019

    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
  • v2.5.6 Changes

    June 20, 2019

    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
  • v2.5.5 Changes

    June 13, 2019
    • ๐Ÿ›  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
  • v2.5.4 Changes

    May 19, 2019

    ๐Ÿš‘ 2.5.4 hotfix - May 19, 2019

    • ๐Ÿ›  Fix issue #798 - Development runner TypeError when executing cli
  • v2.5.3 Changes

    May 15, 2019
    • ๐Ÿ›  Fixed issue #794 - Restore support for versions of Marshmallow pre-2.17.0
  • v2.5.2 Changes

    May 10, 2019

    ๐Ÿš‘ 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.
  • v2.5.1 Changes

    May 09, 2019

    ๐Ÿš‘ 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
  • v2.5.0 Changes

    May 04, 2019
    • โšก๏ธ Updated to latest Falcon: 2.0.0
    • โž• Added support for Marshmallow 3
    • โž• Added support for args decorator parameter to optionally specify type transformations separate from annotations
    • โž• Added support for tests to provide a custom host parameter
    • ๐Ÿ’ฅ Breaking Changes:
      • Deprecated support for Python 3.4
  • v2.4.9 Changes

    • โž• Add the ability to invoke the hug development server as a Python module e.g. python -m hug
    • ๐Ÿ“š Corrected the documentation for the --without-cython install option