hug v2.4.0 Release Notes

Release Date: 2018-01-31 // about 6 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
    • 0๏ธโƒฃ 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