Skip to content

Releases: snok/asgi-correlation-id

v4.3.4

17 Oct 11:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.3...v4.3.4

v4.3.3

02 Sep 17:46
Compare
Choose a tag to compare

What's Changed

  • Fix deprectation warnings in sentry-sdk 2.x by @imSniff in #95

New Contributors

Full Changelog: v4.3.2...v4.3.3

v4.3.2

01 Aug 13:11
Compare
Choose a tag to compare

What's Changed

  • fix: Correct uuidv4 check by @sondrelg in #92
  • docs: Improve syntax highlighting for README.md by @jrycw in #86
  • chore: Update dependencies and pre-commit hooks by @sondrelg in #91

New Contributors

  • @jrycw made their first contribution in #86

Full Changelog: v4.3.1...v4.3.2

v4.3.1

21 Feb 07:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.0...v4.3.1

v4.3.0

05 Jan 07:53
Compare
Choose a tag to compare

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

22 Apr 19:36
Compare
Choose a tag to compare

What's Changed

  • add correlation_id into websocket request by @Misutes in #74

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

24 Feb 16:08
Compare
Choose a tag to compare

What's Changed

  • Add support for log filter default value by @tlinhart in #70
  • Use new header value in failed validation warning by @tlinhart in #71

Full Changelog: v4.0.0...v4.1.0

v4.0.0

23 Feb 18:55
Compare
Choose a tag to compare

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

v3.3.0

20 Feb 22:42
Compare
Choose a tag to compare

What's Changed

  • Add support for updating request header values by @tlinhart in #65

New Contributors

Full Changelog: v3.2.2...v3.3.0

v3.2.2

11 Feb 21:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.2.2