Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.09 KB

File metadata and controls

26 lines (17 loc) · 1.09 KB
subject releaseDate version downloadLink features bugs security
Python agent
2021-07-29
6.6.0.162
Add support for Graphene
Add support for Graphene schemas in Starlette/FastAPI with use of an AsyncioExecutor

Notes

This release of the Python agent adds new GraphQL instrumentation support for the Graphene library and Graphene schemas created in Starlette/ FastAPI.

The agent can be installed using easy_install/pip/distribute via the Python Package Index or can be downloaded directly from the New Relic download site.

New Features

  • Add support for Graphene

    Graphene applications will now be automatically instrumented.

  • Add support for Graphene schemas in Starlette/FastAPI with use of an AsyncioExecutor

    Starlette/ FastAPI applications using GraphQL in conjunction with an AsyncioExecutor will now be automatically instrumented.