chore(deps): update dependency newrelic to v10 #2689
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==8.11.0
->==10.0.0
Release Notes
newrelic/newrelic-python-agent (newrelic)
v10.0.0
Compare Source
Notes
This release of the Python agent drops support for Python 2.7 and adds the following:
similarity_search
Install the agent using
easy_install/pip/distribute
via the Python Package Index or download it directly from the New Relic download site.Deprecations
Remove Python 2.7 Support
New features
Add Kafka server metric
Add capturing of memcache
host
andport
host
andport
info on the following memcache libraries: bmemcached, aiomcache, and pymemcache. This allows the UI to link AWS information with AWS memcache entities in the service map.Add support for kafka-python-ng
Add support for uvicorn_worker
uvicorn.workers
has been moved to a separate package calleduvicorn_worker
. This checks for both names of the module when reporting dispatcher information.Automatically detect function signature in LangChain
similarity_search
similarity_search
.Add environment variable for garbage collector runtime metrics
NEW_RELIC_GC_RUNTIME_METRICS_ENABLED
.Bug fixes
Fix bug in gRPC entity name detection
Fix issue in LangChain where a thread is started and the transaction context is lost
Fix parsing of request and response when running OpenAI via LangChain
Instrument new path to OpenAI chat class
ChatCompletions
class to a different path which prevented the instrumentation from being applied. This has been fixed.Fix pyscopg v3 API incompatibilities
kwargs
onexecutemany()
. Upgrade psycopg v3 instrumentation to allow arbitrarykwargs
onexecutemany()
. Rename existing psycopg v3 wrapper arguments to match the upstream library's names for compatibility.Remove versioned logic in loguru instrumentation
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.
v9.13.0
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-91300/
v9.12.0
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-91200/
v9.11.0
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-91100/
v9.10.0
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-91000/
v9.9.1
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-90901/
v9.9.0
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-90900/
v9.8.0
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-90800/
v9.7.1
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-90701/
v9.7.0
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-90700/
v9.6.0
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-90600/
v9.5.0
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-90500/
v9.4.0
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-90400/
v9.3.0
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-90300/
v9.2.0
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-90200/
v9.1.2
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-90102/
v9.1.1
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-90101/
v9.1.0
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-90100/
v9.0.0
Compare Source
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-90000/
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.