v4.0.0
Breaking changes
-
Remove Access-Control-Expose-Headers response header by @tlinhart in #67
This PR removes
Access-Control-Expose-Headers
CORS headers from outgoing responses. See this section of the README for how to (re)configure your CORS middleware, if needed. -
Change the default value of
update_request_header
by @sondrelg in #68This change switches the default value of
update_request_header
toTrue
, which seems like a more sensible default.
Full Changelog: v3.3.0...v4.0.0