Skip to content

Releases: snok/asgi-correlation-id

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

3.2.1

18 Nov 07:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

14 Oct 17:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

29 Sep 04:24
Compare
Choose a tag to compare

What's Changed

  • docs: Add docs for how to integrate with saq by @sondrelg in #47
  • chore: Update workflows by @sondrelg in #48
  • chore: Upgrade to Poetry 1.2.0 by @sondrelg in #49
  • feat: Add ability to specify celery-integration generated IDs and fix celery log filter signature inconsistency @dapryor in #51

New Contributors

Full Changelog: v3.0.1...v3.1.0