Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump newrelic from 12.9.0 to 12.13.0 #332

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps newrelic from 12.9.0 to 12.13.0.

Release notes

Sourced from newrelic's releases.

v12.13.0

Features

  • Added timeslice metrics for synthesized server segments (#2924) (f404585)
  • Added timeslice metrics for synthesized producer segments (#2939) (6832637)
  • Added timeslice metrics for synthesized database segments (#2922) (8606f78)
  • Propagate agent root context when opentelemetry ROOT_CONTEXT is passed in to trace propagator.(#2940) (b85111c)
    • Added logic to handle properly naming and ending transactions for server spans.
  • Provided ability to disable instrumentation for core Node.js libraries (#2927) (2d232f1)

Bug fixes

  • Fixed api.getTraceMetadata to handle when there is an active transaction but not active segment (#2944) (6db3b4d)

Documentation

Miscellaneous chores

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

v12.12.0 (2025-02-05)

Features

  • Added health check support for upcoming feature (#2841) (4c8bf13)
  • Added opentelemetry bridge instrumentation that adds a context manager, and processor to handle synthesizing segments and time slice metrics. (#2906) (d2e8a9e)

Bug fixes

  • Updated default config to accept undefined as default value (#2917) (e049442)

Documentation

Miscellaneous chores

  • Added regex note to sql obfuscator (#2911) (1533111)
  • deps: Updated @​newrelic/security-agent to v2.3.0 (#2918) (ed89f38)

... (truncated)

Changelog

Sourced from newrelic's changelog.

{ "repository": "newrelic/node-newrelic", "entries": [ { "version": "12.13.0", "changes": { "security": [], "bugfixes": [ "Fixed api.getTraceMetadata to handle when there is an active transaction but not active segment" ], "features": [ "Propagate agent root context when opentelemetry ROOT_CONTEXT is passed in to trace propagator.", "Added timeslice metrics for synthesized producer segments", "Added timeslice metrics for synthesized server segments", "Added timeslice metrics for synthesized database segments", "Provided ability to disable instrumentation for core Node.js libraries" ] } }, { "version": "12.12.0", "changes": { "security": [], "bugfixes": [ "Updated default config to accept undefined as default value" ], "features": [ "Added health check support for upcoming feature", "Added opentelemetry bridge instrumentation that adds a context manager, and processor to handle synthesizing segments and time slice metrics." ] } }, { "version": "12.11.3", "changes": { "security": [], "bugfixes": [ "Fixed transaction-shim to properly create new transactions when the existing transaction is not active", "Fixed issue with bluebird and when instrumentation where checking active context crashed when transaction prematurely ends" ], "features": [] } }, { "version": "12.11.2", "changes": { "security": [], "bugfixes": [ "Added defensive code in shim to prevent crashing when checking parent segment" ],

... (truncated)

Commits
  • 772f007 chore: release v12.13.0 (#2946)
  • 6db3b4d fix: Fixed api.getTraceMetadata to handle when there is an active transacti...
  • b85111c feat: Propagate agent root context when opentelemetry ROOT_CONTEXT is passe...
  • 6832637 feat: Added producer timeslice metrics from otel (#2939)
  • f404585 feat: Added http timeslice metrics from otel (#2924)
  • 965c41b chore: Localized OTEL attribute constants (#2928)
  • 2d232f1 feat: Provided ability to disable instrumentation for core Node.js libraries ...
  • aa2781f chore: Updated import-in-the-middle version (#2923)
  • 8606f78 feat: Added timeslice metrics recorders for synthesized db segments (#2922)
  • c7ae8be docs: Updated compatibility report (#2920)
  • 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 12.9.0 to 12.13.0.
- [Release notes](https://github.com/newrelic/node-newrelic/releases)
- [Changelog](https://github.com/newrelic/node-newrelic/blob/main/changelog.json)
- [Commits](newrelic/node-newrelic@v12.9.0...v12.13.0)

---
updated-dependencies:
- dependency-name: newrelic
  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 Feb 17, 2025
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