---
title: python-agent-130100
source: https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-130100
---

## Notes

This release of the Python agent adds support for multiple new [Redis](https://redis.io/docs/latest/commands/redis-8-8-commands) commands, fixes a bug in [LangGraph](https://pypi.org/project/langgraph) instrumentation, and improves handling and logging of harvest limit settings.

Install the agent using `easy_install/pip/distribute` via the [Python Package Index](https://pypi.python.org/pypi/newrelic), using `conda` via the [Conda-Forge Package Index](https://anaconda.org/conda-forge/newrelic), or download it directly from the [New Relic download site](https://download.newrelic.com/python_agent/release).

## Improved Features

-   Add instrumentation for new Redis v8.8.0 commands

    -   Add instrumentation for the following [new Redis commands](https://redis.io/docs/latest/commands/redis-8-8-commands/#array-commands) from [redis-py](https://pypi.org/project/redis/) v8.8.0:
        -   Misc commands: INCREX, XNACK
        -   Array commands: ARCOUNT, ARDEL, ARDELRANGE, ARGET, ARGETRANGE, ARGREP, ARINFO, ARINSERT, ARLASTITEMS, ARLEN, ARMGET, ARMSET, ARNEXT, AROP, ARRING, ARSCAN, ARSEEK, ARSET

## Bugs

-   Fix crash in LangGraph instrumentation

    -   Previously, when using [LangGraph](https://pypi.org/project/langgraph) instrumentation, the agent would crash due to an issue with context propagation to jobs in AsyncBackgroundExecutor. This has been fixed, and the agent should now work correctly with LangGraph.

-   Improved handling and logging of harvest limit settings

    -   The agent now more accurately reports the list of harvest methods and limits to the Environment tab in New Relic One.
    -   The agent now has more consistent debug logging on startup for harvest limit settings.

## 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](https://docs.newrelic.com/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](https://docs.newrelic.com/docs/apm/agents/python-agent/getting-started/python-agent-eol-policy/) for information about agent releases and support dates.
