Hug Versions Save

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

2.4.2

5 years ago

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.0

5 years ago
  • 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: https://github.com/timothycrosley/hug/pull/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

2.4.1

5 years ago
  • 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