Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

Bumps newrelic from 13.6.2 to 13.6.5.

Release notes

Sourced from newrelic's releases.

v13.6.5 (2025-11-17)

Bug fixes

  • Updated express instrumentation to ignore error when the next handler passes route or router (#3513) (724b218)
  • Updated MessageConsumerSubscriber to wait for consumer callback to end when it is a promise (#3510) (45667a0)

Documentation

Tests

  • Updated aws sdk v3 s3 test to no longer test DeleteBucketCommand (#3512) (df27448)

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/)

v13.6.4

Bug fixes

  • Updated MessageConsumerSubscriber to end transaction created for a given message consumption (#3503) (ba30818)
  • Updated MessageProducerSubscriber to properly set the sampled flag on traceparent (#3505) (0b1a9a8)
  • Updated the bedrock middleware to be registered with a high priority to ensure payload is properly deserialized (#3500) (63e531b)

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/)

v13.6.3 (2025-11-11)

Bug fixes

  • Updated @google/genai to properly handle assigning token counts to LlmCompletionSummary message (#3495) (f805d38)
  • Updated AWS Bedrock instrumentation to properly assign token counts (#3491) (b1687f6)
  • Updated openai instrumentation to properly handle streaming when stream_options.include_usage is set (#3494) (37c43f5)

Code refactoring

  • Update mysql and mysql2 instrumentation to subscribe to events emitted (#3423) (2e38914)

Documentation

... (truncated)

Changelog

Sourced from newrelic's changelog.

{ "repository": "newrelic/node-newrelic", "entries": [ { "version": "13.6.5", "changes": { "security": [], "bugfixes": [ "Updated MessageConsumerSubscriber to wait for consumer callback to end when it is a promise", "Updated express instrumentation to ignore error when the next handler passes route or router" ], "features": [] } }, { "version": "13.6.4", "changes": { "security": [], "bugfixes": [ "Updated MessageProducerSubscriber to properly set the sampled flag on traceparent", "Updated MessageConsumerSubscriber to end transaction created for a given message consumption", "Updated the bedrock middleware to be registered with a high priority to ensure payload is properly deserialized" ], "features": [] } }, { "version": "13.6.3", "changes": { "security": [], "bugfixes": [ "Updated openai instrumentation to properly handle streaming when stream_options.include_usage is set", "Updated @google/genai to properly handle assigning token counts to LlmCompletionSummary message", "Updated AWS Bedrock instrumentation to properly assign token counts" ] } }, { "version": "13.6.2", "changes": { "security": [], "bugfixes": [ "Updated express instrumentation to properly instrument an array of middleware defined on a route" ], "features": [] } }, { "version": "13.6.1", "changes": {

... (truncated)

Commits
  • 7c57f79 chore: release v13.6.5 (#3515)
  • 45667a0 fix: Updated MessageConsumerSubscriber to wait for consumer callback to end w...
  • 724b218 fix: Updated express instrumentation to ignore error when the next handler ...
  • ef41b38 docs: Updated compatibility report (#3498)
  • df27448 test: Updated aws sdk v3 s3 test to no longer test DeleteBucketCommand (#3512)
  • 5f7bbb8 chore: Wrap comment for legibility. (#3507)
  • cbf1ce6 chore: release v13.6.4 (#3506)
  • 0b1a9a8 fix: Updated MessageProducerSubscriber to properly set the sampled flag on tr...
  • ba30818 fix: Updated MessageConsumerSubscriber to end transaction created for a giv...
  • 63e531b fix: Updated the bedrock middleware to be registered with a high priority t...
  • 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 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 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 13.6.2 to 13.6.5.
- [Release notes](https://github.com/newrelic/node-newrelic/releases)
- [Changelog](https://github.com/newrelic/node-newrelic/blob/main/changelog.json)
- [Commits](newrelic/node-newrelic@v13.6.2...v13.6.5)

---
updated-dependencies:
- dependency-name: newrelic
  dependency-version: 13.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Nov 18, 2025
@github-actions github-actions bot enabled auto-merge November 18, 2025 04:09
Copy link
Member

@liam-lloyd liam-lloyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a patch upgrade, the tests pass, and I see no red flags in the release notes

@github-actions github-actions bot merged commit 9bf904f into main Nov 24, 2025
3 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/newrelic-13.6.5 branch November 24, 2025 19:56
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.

1 participant