plug v1.11.0 Release Notes

Release Date: 2020-10-29 // over 3 years ago
  • โœจ Enhancements

    • [Plug.RewriteOn] Add a new public to handle x-forwarded headers
    • [Plug.Router] Add macro for head requests

    ๐Ÿ› Bug fixes

    • [Plug.CSRFProtection] Do not crash if request body params are not available
    • [Plug.Conn.Query] Conform www-url-encoded parsing to whatwg spec

    ๐Ÿ—„ Deprecations

    • [Plug.Parsers.MULTIPART] Deprecate passing MFA to MULTIPART in favor of a more composable approach