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 https://github.com/snok/asgi-correlation-id/pull/82
* Add example on how to add correlation_id in uvicorn access log by nesies in https://github.com/snok/asgi-correlation-id/pull/77
* Fix uvicorn example by nesies in https://github.com/snok/asgi-correlation-id/pull/80
* Add example on how to add correlation_id when using hypercorn and FastAPI by nesies in https://github.com/snok/asgi-correlation-id/pull/79
New Contributors
* nesies made their first contribution in https://github.com/snok/asgi-correlation-id/pull/77
**Full Changelog**: https://github.com/snok/asgi-correlation-id/compare/v4.2.0...v4.3.0