Notes
This release of the Python agent adds support for Flask v2, improves logging for HTTP exceptions, and includes a bug fix.
The agent can be installed using easy_install/pip/distribute via the Python Package Index or can be downloaded directly from the New Relic download site.
New Features
Add support for Flask v2
The agent will automatically instrument error handlers, nested blueprints, and async views.
Improvements
Improve logging for 410 status codes
The agent now logs the content of a data collector response which specifies the reason for a disconnect for 410 status codes.
Bug Fixes
Reintroduce non-PID specific memory metrics
In agent version v6.2.0.156, memory metrics were modified to add the PID to each metric name. This release reintroduces non-PID specific memory metrics.