Skip to content

chore(deps): bump newrelic from 14.3.10 to 14.5.0 - #135

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/newrelic-14.5.0
Sep 20, 2026
Merged

github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/newrelic-14.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 20, 2026

Copy link
Copy Markdown
Contributor

Bumps newrelic from 14.3.10 to 14.5.0.

Release notes

Sourced from newrelic's releases.

v14.5.0

Features

  • Added browser_monitoring.version configuration option (#4269) (b62ca00)
    • When this is set, it will pin the browser agent version when using newrelic.getBrowserTimingHeader to the version selected.
    • If you specify a version that is no longer supported or invalid, it will not resolve to any browser agent when calling newrelic.getBrowserTimingHeader.

Bug fixes

  • Updated undici instrumentation to not attempt to create an external segment when transaction is not active (#4278) (d634246)
  • Updated http2 instrumentation to properly inject traceparent header with external segment id (#4279) (ccd7800)

Code refactoring

  • Refactored child_process instrumentation to use tracing channel instead of Shim (#4212) (5a39c38)
  • Refactored dns instrumentation to subscribe to events emitted (#4224) (c04289f)

Miscellaneous chores

Tests

  • Added legacy-peer-deps to google adk tests to avoid peer dep conflict (#4280) (e4a6b35)

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. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v14.4.0 (2026-09-10)

Features

  • Added support for MessageBroker/Kafka/Cluster/{cluster_id}/{Produce|Consume}/{topic_name} metrics (#4263) (3be98f1)
  • Updated GCP hostname to support more Cloud Run instance types (#4256) (67bfd0d)

Bug fixes

  • Fixed duplicated router mount path in transaction names for async middleware (#4272) (51a3bf4)
  • Fixed otlp payload format for metrics in AWS Lambda (#4270) (5d29078) (upcoming feature; not yet available)

Documentation

Miscellaneous chores

... (truncated)

Changelog

Sourced from newrelic's changelog.

v14.5.0 (2026-09-16)

Features

  • Added browser_monitoring.version configuration option (#4269) (b62ca00)
    • When this is set, it will pin the browser agent version when using newrelic.getBrowserTimingHeader to the version selected.
    • If you specify a version that is no longer supported or invalid, it will not resolve to any browser agent when calling newrelic.getBrowserTimingHeader.

Bug fixes

  • Updated undici instrumentation to not attempt to create an external segment when transaction is not active (#4278) (d634246)
  • Updated http2 instrumentation to properly inject traceparent header with external segment id (#4279) (ccd7800)

Code refactoring

  • Refactored child_process instrumentation to use tracing channel instead of Shim (#4212) (5a39c38)
  • Refactored dns instrumentation to subscribe to events emitted (#4224) (c04289f)

Miscellaneous chores

Tests

  • Added legacy-peer-deps to google adk tests to avoid peer dep conflict (#4280) (e4a6b35)

v14.4.0 (2026-09-10)

Features

  • Added support for MessageBroker/Kafka/Cluster/{cluster_id}/{Produce|Consume}/{topic_name} metrics (#4263) (3be98f1)
  • Updated GCP hostname to support more Cloud Run instance types (#4256) (67bfd0d)

Bug fixes

  • Fixed duplicated router mount path in transaction names for async middleware (#4272) (51a3bf4)
  • Fixed otlp payload format for metrics in AWS Lambda (#4270) (5d29078) (upcoming feature; not yet available)

Documentation

Miscellaneous chores

  • Deprecated utilization.gcp_use_instance_as_host in favor of utilization.gcp_cloud_run.use_instance_as_host (#4258) (450303e)
Commits
  • 5581fc9 chore: release v14.5.0 (#4281)
  • ccd7800 fix: Updated http2 instrumentation to properly inject traceparent header with...
  • e4a6b35 test: Adds legacy-peer-deps to google adk tests to avoid peer dep conflict ...
  • d634246 fix: Updated undici instrumentation to not attempt to create an external se...
  • 09f5b25 chore: Update secret naming (#4277)
  • 5a39c38 refactor: Refactored child_process instrumentation to use tracing channel i...
  • c2107ed chore: Regenerated agent config json schema (#4275)
  • c04289f refactor: Refactored dns instrumentation to subscribe to events emitted (#4...
  • b62ca00 feat: Added browser_monitoring.version configuration option (#4269)
  • 19b22cf chore: release v14.4.0 (#4274)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [newrelic](https://github.com/newrelic/node-newrelic) from 14.3.10 to 14.5.0.
- [Release notes](https://github.com/newrelic/node-newrelic/releases)
- [Changelog](https://github.com/newrelic/node-newrelic/blob/main/NEWS.md)
- [Commits](newrelic/node-newrelic@v14.3.10...v14.5.0)

---
updated-dependencies:
- dependency-name: newrelic
  dependency-version: 14.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 20, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) September 20, 2026 08:43
@github-actions
github-actions Bot merged commit e7a2479 into master Sep 20, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/newrelic-14.5.0 branch September 20, 2026 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants