Skip to content

Releases: hugapi/hug

2.4.2

17 Mar 06:19
9fa733f
Compare
Choose a tag to compare

2.4.2 - March 16, 2019

  • Python 3.7 support improvements
  • No longer test against Python 3.4 - aimed for full deprecation in Hug 3.0.0
  • Improved interoperability with the latest Falcon release
  • Documentation improvements
  • Fixed bug in auto reload

2.4.1

18 Sep 05:20
Compare
Choose a tag to compare
  • Fixed issue #631: Added support for Python 3.7
  • Fixed issue #665: Fixed problem with hug.types.json
  • Fixed issue #679: Return docs for marshmallow schema instead of for dump method

2.4.0

18 Sep 05:24
Compare
Choose a tag to compare
  • Updated Falcon requirement to 1.4.1
  • Fixed issue #590: Textual output formats should have explicitly defined charsets by default
  • Fixed issue #596: Host argument for development runner
  • Fixed issue #563: Added middleware to handle CORS requests
  • Implemented issue #612: Add support for numpy types in JSON output by default
  • Implemented improved class based directives with cleanup support (see: #603)
  • Support ujson if installed
  • Implement issue #579: Allow silencing intro message when running hug from command line
  • Implemented issue #531: Allow exit value to alter status code for CLI tools
  • Updated documentation generation to use hug's JSON outputter for consistency