Skip to content

Commit

Permalink
Merge pull request #13709 from hmstepanek/python-agent-release-080801
Browse files Browse the repository at this point in the history
Python agent release 8.8.1-PLEASE RELEASE June 26 PM
  • Loading branch information
jeff-colucci committed Jun 27, 2023
2 parents 40558b8 + f23e4a9 commit 115bba7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ Any versions not listed in the following table are no longer supported. Please [

<tbody>
<tr>
<td>
v8.8.1
</td>

<td>
Jun 26, 2023
</td>

<td>
Jun 26, 2024
</td>
</tr>
<tr>
<td>
v8.8.0
</td>
Expand Down Expand Up @@ -556,61 +569,5 @@ Any versions not listed in the following table are no longer supported. Please [
</td>
</tr>

<tr>
<td>
v5.14.1.144
</td>

<td>
Jun 18, 2020
</td>

<td>
Jun 18, 2023
</td>
</tr>

<tr>
<td>
v5.14.0.142
</td>

<td>
Jun 2, 2020
</td>

<td>
Jun 2, 2023
</td>
</tr>

<tr>
<td>
v5.12.1.141
</td>

<td>
May 4, 2020
</td>

<td>
May 4, 2023
</td>
</tr>

<tr>
<td>
v5.12.0.140
</td>

<td>
Apr 13, 2020
</td>

<td>
Apr 13, 2023
</td>
</tr>

</tbody>
</table>
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
subject: Python agent
releaseDate: '2023-06-26'
version: 8.8.1
downloadLink: 'https://pypi.python.org/pypi/newrelic'
features: ['Add support for redis 4.6.0', 'Add support for loguru 0.7.0']
bugs: ['Fix reporting of locally scoped packages']
security: []
---

## Notes

This release of the Python agent fixes a bug in package reporting and adds support for redis 4.6.0 and loguru 0.7.0.

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).

## Enhancements

* **Add support for redis 4.6.0**
Adds instrumentation support for new `waitaof` method.

* **Add support for loguru 0.7.0**
Adds support for loguru v0.7.0.


## Bug fixes

* **Fix reporting of locally scoped packages**
Previously, locally scoped Python packages (such as those installed into user scope) were not reported on agent connect. This has been fixed.

## Support statement

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read [more](/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/) about keeping agents up to date.

See the New Relic Python agent [EOL policy](/docs/apm/agents/python-agent/getting-started/python-agent-eol-policy/) for information about agent releases and support dates.

0 comments on commit 115bba7

Please sign in to comment.