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

Changelog History
Page 5

  • v1.9.0 Changes

    November 10, 2015
    • โž• Added initial built-in support for video output formats (Thanks @arpesenti!)
    • โž• Added built-in automatic support for range-requests when streaming files (such as videos)
    • Output formatting functions are now called, even if a stream is returned.
    • Input formatting functions now need to be responsible for dealing with text encoding and streaming
    • โž• Added additional default input format for text/plain and a few other common text based formats
    • If no input format is available, but the body parameter is requested - the body stream is now returned
    • โž• Added support for a generic file output formatter that automatically determines the content type for the file
  • v1.8.2 Changes

    November 09, 2015
    • ๐ŸŽ Drastically improved hug performance when dealing with a large number of requests in wsgi mode
  • v1.8.1 Changes

    November 05, 2015
    • โž• Added json as a built in hug type to handle urlencoded json data in a request
    • โž• Added multi as a built in hug type that will allow a single field to be one of multiple types
  • v1.8.0 Changes

    November 04, 2015
    • โž• Added a middleware module make it easier to bundle generally useful middlewares going forward
    • โž• Added a generic / reusable SessionMiddleware (Thanks @vortec!)
  • v1.7.1 Changes

    November 04, 2015
    • ๐Ÿ›  Fix a bug that caused error messages sourced from exceptions to be double quoted
  • v1.7.0 Changes

    November 03, 2015
    • Auto supply response and request to output transformations and formats when they are taken as arguments
    • ๐Ÿ‘Œ Improved the smart_boolean type even further, to allow 0, 1, t, f strings as input
    • Enabled normal boolean type to easily work with cli apps, by having it interact via 'store_true'
  • v1.6.5 Changes

    November 02, 2015
    • ๐Ÿ›  Fixed a small spelling error on the smart_boolean type
  • v1.6.2 Changes

    November 02, 2015
    • โž• Added a mapping type that allows users to quikly map string values to Python types
    • โž• Added a smart_boolean type that respects explicit true/false in string values
  • v1.6.1 Changes

    October 30, 2015
    • โž• Added support for overriding parameters via decorator to ease use of **kwargs
    • โž• Added built-in boolean type support
    • ๐Ÿ‘Œ Improved testing environment
  • v1.6.0 Changes

    October 13, 2015
    • โž• Adds support for attaching hug routes to method calls
    • ๐ŸŽ Hug is now compiled using Cython (when it is available) for an additional performance boost