• /
  • Log in
  • Free account

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

  • FastAPI Context Propagation Error

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

  • gRPC Incompatiblities

    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.

Create issueEdit page
Copyright © 2022 New Relic Inc.