Skip to content

Releases: newrelic/newrelic-python-agent

v12.1.0

26 Mar 21:41
d9ba38f

Choose a tag to compare

Notes

This release of the Python agent adds support for time to first token and fixes an incompatible Flask add_url_rule function signature.

Install the agent using easy_install/pip/distribute via the Python Package Index, using conda via the Conda-Forge Package Index, or download it directly from the New Relic download site.

New features

  • Add time to first token for LLM response streams

    • The agent now records an attribute called time_to_first_token on LlmChatCompletionSummary events for OpenAI and Bedrock response streams that measures the time between the request and the first token received in the response.

Bugs

  • Fix incompatible Flask add_url_rule function signature

    • Previously the function signature in the instrumentation did not match Flask's add_url_rule function signature and in some cases would cause a crash. 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 about keeping agents up to date.

See the New Relic Python agent EOL policy for information about agent releases and support dates.

v12.0.0

12 Mar 22:33
0aeec05

Choose a tag to compare

v11.5.0

20 Feb 00:10
7cb9b89

Choose a tag to compare

v11.4.0

29 Jan 22:29
80f4a3c

Choose a tag to compare

v11.3.0

22 Jan 22:58
002fc85

Choose a tag to compare

v11.2.0

08 Dec 23:11
ac9682c

Choose a tag to compare

v11.1.0

03 Nov 23:46
68252f0

Choose a tag to compare

v11.0.1

06 Oct 20:56
27f357c

Choose a tag to compare

v11.0.0

25 Sep 22:43
0b3850f

Choose a tag to compare

v10.17.0

04 Sep 22:08
c2f8fe4

Choose a tag to compare