Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
subject: 'Python agent'
releaseDate: '2025-08-14'
version: 10.16.0
downloadLink: 'https://pypi.python.org/pypi/newrelic'
features: ['Adds support for new Redis functions', 'Convert all internal paths from os.path to pathlib.Path']
bugs: ['Fix issue with JSON encoding PosixPaths']
---

## Notes

This release of the Python agent adds support for new [Redis](https://pypi.org/project/redis/) functions, convert all internal paths from `os.path` to `pathlib.Path`, and fixes an issue with JSON encoding PosixPaths.

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

## New features

* Adds support for new Redis functions

* Add instrumentation for new [Redis](https://pypi.org/project/redis/) functions.

* Convert all internal paths from `os.path` to `pathlib.Path`

* Convert all internal usage of string based paths and `os.path` to `pathlib.Path` in preparation to support Windows paths.

## Bug fixes

* Fix issue with JSON encoding PosixPath

* Some users were experiencing issues with JSON encoding `PosixPath` configuration settings. This issue 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.

Loading