Skip to content

v4.0.0

Compare
Choose a tag to compare
@sondrelg sondrelg released this 23 Feb 18:55
· 35 commits to main since this release

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 #68

    This change switches the default value of update_request_header to True, which seems like a more sensible default.

Full Changelog: v3.3.0...v4.0.0