Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.55 KB

File metadata and controls

39 lines (27 loc) · 1.55 KB
subject releaseDate version downloadLink features bugs security
Python agent
2022-01-20
7.4.0.172
Add support for Django v4
Add support for Redis v4
Add support for graphql-core v3.2.0
Fix Graphene framework details
Fix memory sample exception
Fix import hook warnings for Python 3.10

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.