Skip to content

Commit

Permalink
Merge pull request #2791 from TimPansino/develop
Browse files Browse the repository at this point in the history
Update python agent release notes 6.4.2.159
  • Loading branch information
mmfred committed Jun 22, 2021
2 parents 2c7f284 + 6a2413a commit 6700645
Showing 1 changed file with 10 additions and 2 deletions.
Expand Up @@ -10,17 +10,25 @@ downloadLink: 'https://pypi.python.org/pypi/newrelic'

This release of the Python agent updates Sanic instrumentation to support all available versions.

The agent can be installed using easy_install/pip/distribute via the [Python Package Index](https://pypi.python.org/pypi/newrelic) or can be downloaded directly from the New Relic [download site](http://download.newrelic.com/python_agent/release).
Install the agent using `easy_install/pip/distribute` via the [Python Package Index](https://pypi.python.org/pypi/newrelic) or download it directly from the New Relic [download site](http://download.newrelic.com/python_agent/release).


## Improvements

* **Sanic instrumentation updates**

The agent has updated support for all Sanic versions, with testing done on all versions >=18.12.0.
The agent has updated support for all Sanic versions, with testing done on all versions >=18.12.0. Additionally, blueprint middleware is now supported.

* **Pyramid transaction naming**

Previously, transaction names from exception views overrode route names. We've reversed this priority to be more in line with other instrumentation.

## Bug Fixes

* **Fix inspect.formatargspec deprecation warning**

A deprecation warning concerning `inspect.formatargspec` has been fixed.

* **HTTPX Crash**

Initializing the agent after creating an HTTPX client could cause a crash in HTTPX. This has been corrected.

0 comments on commit 6700645

Please sign in to comment.