Werkzeug v2.1.2 Release Notes

  • 🚀 Released 2022-04-28

    • The development server does not set Transfer-Encoding: chunked for 1xx, 204, 304, and HEAD responses. :issue:2375
    • Response HTML for exceptions and redirects starts with <!doctype html> and <html lang=en>. :issue:2390
    • Fix ability to set some cache_control attributes to False. :issue:2379
    • Disable keep-alive connections in the development server, which are not supported sufficiently by Python's http.server. :issue:2397