Werkzeug v2.0.3 Release Notes

  • ๐Ÿš€ Released 2022-02-07

    • ๐Ÿ‘ ProxyFix supports IPv6 addresses. :issue:2262
    • Type annotation for Response.make_conditional, HTTPException.get_response, and Map.bind_to_environ accepts Request in addition to WSGIEnvironment for the first parameter. :pr:2290
    • Fix type annotation for Request.user_agent_class. :issue:2273
    • Accessing LocalProxy.__class__ and __doc__ on an unbound proxy returns the fallback value instead of a method object. :issue:2188
    • Redirects with the test client set RAW_URI and REQUEST_URI correctly. :issue:2151