• EnglishEspañol日本語한국어Português
  • Log inStart now

Python agent v7.2.3.170

November 4, 2021Download

Notes

This release of the Python agent fixes an issue with FastAPI instrumentation, as well as restricts gRPC to compatible versions.

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

Bug Fixes

  • Fix FastAPI context propagation error

    A runtime instrumentation error stemming from context propagation in FastAPI has been fixed.

  • Fix gRPC incompatibilities

    The version of gRPC has been pinned until compatiblity can be ensured with newer versions.

    gRPC recently enabled retries by default on channel connections, potentially causing a storm of requests and open threads to starve the host of resources, as well as strain our trace observers. This pin should alleviate these issues until retries can be properly configured.

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.