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