v10.11.0
📦 new-relic-sdkView on GitHub →
✨ 1 features🐛 1 fixes
Summary
This release introduces official support for Python 3.12 and resolves a bug related to handling non-ASCII characters in HTTP headers. Support for Python versions older than 3.8 has been removed.
Migration Steps
- No migration steps are required for this release unless you are using Python versions older than 3.8, which are no longer supported (see compatibility notes).
✨ New Features
- Added support for Python 3.12.
🐛 Bug Fixes
- Fixed an issue where the agent could crash when processing certain types of HTTP headers containing non-ASCII characters.