Notes
This release of the Python agent adds support for Django v4, Redis v4, GraphQL v3.2, as well as fixes to the memory sample exception, Graphene framework, and import hook warnings for Python 3.10.
Install the agent using easy_install/pip/distribute
via the Python Package Index or download it directly from the New Relic download site.
New features
Add support for Django v4 The agent will now automatically instrument and send metrics for applications using Django v4.
Add support for Redis v4 The agent will now automatically instrument and send metrics for applications using Redis v4.
Add support for graphql-core v3.2.0 The agent will support the latest version of GraphQL.
Changes
- Fix Graphene framework details Data on graphene framework details was missing on newer versions, this has been fixed.
Bug fixes
Fix memory sample exception This fixes the crash in memory sampler on non-supported systems.
Fix import hook warnings for Python 3.10 An
ImportWarning
that was emitted when importing the agent in Python 3.10 has been corrected.