Releases: snok/asgi-correlation-id
Releases · snok/asgi-correlation-id
v4.3.4
What's Changed
- Add packaging, used in sentry integration by @atanas-balevsky in #97
New Contributors
- @atanas-balevsky made their first contribution in #97
Full Changelog: v4.3.3...v4.3.4
v4.3.3
v4.3.2
v4.3.1
What's Changed
- Change license to MIT by @fabioruicci in #84
New Contributors
- @fabioruicci made their first contribution in #84
Full Changelog: v4.3.0...v4.3.1
v4.3.0
What's Changed
This version drops official support for 3.7, and add support for 3.12. The middleware is expected to still work on 3.7 for now, but the version will no longer be guaranteed to work in the future.
- Update supported Python versions by @sondrelg in #82
- Add example on how to add correlation_id in uvicorn access log by @nesies in #77
- Fix uvicorn example by @nesies in #80
- Add example on how to add correlation_id when using hypercorn and FastAPI by @nesies in #79
New Contributors
Full Changelog: v4.2.0...v4.3.0
v4.2.0
v4.1.0
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