You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
features: ['Add support for new commands introduced in Redis v5']
7
-
bugs: ['Fix crash in MetricNormalizationRules', 'Fix DeprecationWarning in pacakge version detection for Python 3.10+']
7
+
bugs: ['Fix crash in MetricNormalizationRules', 'Fix DeprecationWarning in package version detection for Python 3.10+']
8
8
security: []
9
9
---
10
10
11
11
## Notes
12
12
13
-
This release of the Python agent fixes an issue with MetricNormalizationRules, fixes a DeprecationWarning in pacakge version detection, and adds support for new commands introduced in [Redis v5](https://pypi.org/project/redis/).
13
+
This release of the Python agent fixes an issue with MetricNormalizationRules, fixes a DeprecationWarning in package version detection, and adds support for new commands introduced in [Redis v5](https://pypi.org/project/redis/).
14
14
15
15
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](https://download.newrelic.com/python_agent/release).
16
16
@@ -24,8 +24,8 @@ Install the agent using `easy_install/pip/distribute` via the [Python Package In
24
24
***Fix crash in MetricNormalizationRules**
25
25
Fixed a crash when using client side MetricNormalizationRules to ignore metrics (set through NerdGraph and available under a feature flag). The metrics should now be properly ignored.
26
26
27
-
***Fix DeprecationWarning in pacakge version detection for Python 3.10+**
28
-
Fixed a DeprecationWarning emitted by pacakge version detection used internally for Python 3.10+. When importlib.metadata is available, prefer using it to avoid checking deprecated **version** attributes on modules. (Thanks @renanivo for the contribution!)
27
+
***Fix DeprecationWarning in package version detection for Python 3.10+**
28
+
Fixed a DeprecationWarning emitted by package version detection used internally for Python 3.10+. When importlib.metadata is available, prefer using it to avoid checking deprecated **version** attributes on modules. (Thanks @renanivo for the contribution!)
0 commit comments