Skip to content

Releases: newrelic/newrelic-python-agent

v10.5.0

30 Jan 00:14
237897a
Compare
Choose a tag to compare

Notes

This release of the Python agent adds Agent Control health reporting, instrumentation for cassandra-driver, support for new a langchain vectorstore, improves NewRelicContextFormatter stack traces logging, fixes compatibility issues with the structlog ProcessorFormatter, and checks for ExceptionMiddleware removal in starlette.exceptions.

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

New features

  • Add Agent Control health reporting

    • Adds agent health reporting capability to support the upcoming release of New Relic Fleet Control.
  • Add support for cassandra-driver

  • Add support for new langchain vectorstore

    • Adds instrumentation for TablestoreVectorStore in langchain.
  • Enhance stack traces logged by NewRelicContextFormatter

    • The NewRelicContextFormatter now reports exception causes when logging stack traces. Thanks @sweco for your contribution!

Bug fixes

  • Fix compatibility issues with structlog's ProcessorFormatter

    • Fix was added for the case where the structlog ProcessorFormatter is used as a logging.Formatter for both logging and structlog log entries.
  • Check for ExceptionMiddleware removal in starlette.exceptions

    • After starlette v0.45.0 the import proxy for ExceptionMiddleware was removed from starlette.exceptions (and now only resides in starlette.middleware.exceptions).

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.

v10.4.0

12 Dec 23:04
2a3a3dc
Compare
Choose a tag to compare

v10.3.1

v10.3.0

19 Nov 00:30
6b8fb08
Compare
Choose a tag to compare

v10.2.0

15 Oct 22:08
7d6da2c
Compare
Choose a tag to compare

v10.1.0

10 Oct 21:44
38c2ba4
Compare
Choose a tag to compare

v10.0.0

26 Sep 21:53
85f4035
Compare
Choose a tag to compare

v9.13.0

08 Aug 21:52
70e98a5
Compare
Choose a tag to compare

v9.12.0

11 Jul 18:28
47581e9
Compare
Choose a tag to compare

v9.11.0

13 Jun 22:53
16838fb
Compare
Choose a tag to compare