flask-restful v0.3.3 Release Notes

Release Date: 2015-05-21 // almost 9 years ago
  • ๐Ÿš€ Released May 22, 2015

    • Disable challenge on 401 by default (THIS IS A BREAKING CHANGE, albeit a very small one with behavior that probably no one depended upon. You can easily change this back to the old way).
    • ๐Ÿ›  Doc fixes (#404, #406, #436, misc. other commits)
    • ๐Ÿ›  Fix truncation of microseconds in iso8601 datetime output (#368)
    • null arguments from JSON no longer cast to string (#390)
    • Made list fields work with classes (#409)
    • ๐Ÿ›  Fix url_for() when used with Blueprints (#410)
    • โž• Add CORS "Access-Control-Expose-Headers" support (#412)
    • ๐Ÿ›  Fix class references in RequestParser (#414)
    • ๐Ÿ‘ Allow any callables to be used as lazy attributes (#417)
    • ๐Ÿ›  Fix references to flask.ext.* (#420)
    • ๐Ÿ›  Trim support with fixes (#428)
    • โž• Added ability to pass-in parameters into Resource constructors (#444)
    • ๐Ÿ›  Fix custom type docs on "Intermediate usage" and docstring (#434)
    • ๐Ÿ›  Fixed problem with RequestParser.copy (#435)
    • ๐Ÿ”‹ Feature/error bundling (#431)
    • Explicitly check the class type for propagate_exceptions (#445)
    • โœ‚ Remove min. year limit 1900 in inputs.date (#446)