mdn / kuma

The project that powers MDN.
https://developer.mozilla.org
Mozilla Public License 2.0
1.93k stars 679 forks source link

Bump newrelic from 6.8.1.164 to 7.2.3.170 #8005

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps newrelic from 6.8.1.164 to 7.2.3.170.

Release notes

Sourced from newrelic's releases.

v7.2.3.170

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.

v7.2.2.169

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-70202169/

v7.2.1.168

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-70201168/

v7.2.0.167

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-70200167/

v7.0.0.166

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-70000166/

v6.10.0.165

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-61000165/

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #8008.