flask-restful v0.3.5 Release Notes

Release Date: 2015-12-09 // over 8 years ago
  • ๐Ÿš€ Released December 9, 2015

    • โž• Add nullable option to request parser to allow/disallow null values for arguments (#538)
    • ๐ŸŒฒ Use Flask's exception log method in handle_error(e) method instead of directly logging the exception notice. (#496)
    • Argument.help now allows more flexible message formatting using the {error_msg} string interpolation token. (#518)
    • Prevent representation from being chosen at random when Accept: */* (#524)
    • Headers from HTTPExceptions are now returned in the response instead of being discarded (#523)
    • Marshalling now checks for a __marshallable__ method first before defaulting back to __getitem__ ()
    • ๐Ÿ›  Flask 1.0 compatability fixes (#506)