Skip to content

Commit

Permalink
Add note about dropping redis<4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek committed Oct 14, 2024
1 parent 454df8c commit 39c3459
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@ subject: Python agent
releaseDate: '2023-08-10'
version: 8.10.0
downloadLink: 'https://pypi.python.org/pypi/newrelic'
features: ['Add support for firestore', 'Add support for Redis async', 'Add automatic wrapping for async generators']
features: ['Add support for firestore', 'Add support for Redis async', 'Add automatic wrapping for async generators', 'Drop support for redis 3 and below']
bugs: ['Fix crash on throw for wrapped generator']
security: []
---

## Notes

This release of the Python agent adds support for [Google Cloud Firestore](https://pypi.org/project/google-cloud-firestore/).
This release of the Python agent drops support for redis 3 and below and adds support for [Google Cloud Firestore](https://pypi.org/project/google-cloud-firestore/), async [redis](https://pypi.org/project/redis/), and fixes a crash that occurs when wrapping generators.

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

## Deprecations

* **Drop support for redis 3 and below**
As of 8.10.0, [redis](https://pypi.org/project/redis/3.5.3/) 3 and below are no longer supported. Because redis 4 and above no longer support Python2.7, this means Python2.7 support has been dropped from redis as well.

## Enhancements

* **Add support for Firestore**
Expand Down

0 comments on commit 39c3459

Please sign in to comment.