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.5.1 to 12.11.1 #388

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps newrelic from 12.5.1 to 12.11.1.

Release notes

Sourced from newrelic's releases.

v12.11.1

Bug fixes

  • Updated undici instrumentation to fix crash with trying to calculate exclusive duration on a segment that no longer exists (#2884) (3b7e4bf)

Documentation

Miscellaneous chores

Tests

  • Restored the branch to test apollo-server-plugin to main (#2879) (978faab)

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.11.0

Features

  • Removed transaction from segment. Introduced a new enterSegment and enterTransaction to make context propagation more clear (#2646) (d84531a)
  • Removed children from segments. (#2689) (66f140f)
  • Added segment tree to transaction trace (#2717) (8fcc239)
  • Added segment synthesizer and provided ability to convert http client otel spans to external http trace segments (#2745) (c42f8e6)
  • Added otel consumer span processing (#2854) (82fe9d5)
  • Added segment and transaction synthesis for http server spans (#2833) (8fa4d05)
  • Added segment synthesis for db client otel spans to db trace (#2820) (1ad1858)
  • Added segment synthesis for internal spans (#2840) (436c63d)
  • Added segment synthesis for otel producer spans (#2839) (30f4995)

Bug fixes

  • Updated shim.createSegment and shim.handleMqTracingHeaders to be backwards compatible with the changes to context manager (#2844) (554b4bf)

Code refactoring

  • Removed class construction on the segment synthesis and instrumentation (#2837) (4b7ec0f)

Documentation

Miscellaneous chores

... (truncated)

Changelog

Sourced from newrelic's changelog.

{ "repository": "newrelic/node-newrelic", "entries": [ { "version": "12.11.1", "changes": { "security": [], "bugfixes": [ "Updated undici instrumentation to fix crash with trying to calculate exclusive duration on a segment that no longer exists" ], "features": [] } }, { "version": "12.11.0", "changes": { "security": [], "bugfixes": [ "Updated shim.createSegment and shim.handleMqTracingHeaders to be backwards compatible with the changes to context manager" ], "features": [ "Added otel consumer span processing", "Added segment synthesis for internal spans", "Added segment synthesis for otel producer spans", "Added segment and transaction synthesis for http server spans", "Added segment synthesis for db client otel spans to db trace", "Added segment synthesizer and provided ability to convert http client otel spans to external http trace segments", "Added segment tree to transaction trace", "Removed children from segments.", "Removed transaction from segment. Introduced a new enterSegment and enterTransaction to make context propagation more clear" ] } }, { "version": "12.10.0", "changes": { "security": [], "bugfixes": [ "Fixed event matcher to use properties specific to web requests (v1/ALB and v2)" ], "features": [ "Added instrumentation for @opensearch-projects/opensearch v2.1.0+" ] } }, { "version": "12.9.0", "changes": { "security": [], "bugfixes": [],

... (truncated)

Commits
  • c42dcc1 chore: release v12.11.1 (#2885)
  • 3b7e4bf fix: Updated undici instrumentation to fix crash with trying to calculate exc...
  • dd30ad7 chore: Fixed dns integration tests (#2883)
  • e784f84 docs: Updated compatibility report (#2878)
  • 978faab test: Restored the branch to test apollo-server-plugin to main (#2879)
  • 8bad89f chore: release v12.11.0 (#2877)
  • 73985ea test: Updated a langchain test to be less rigid on asserting the tracking met...
  • 73a84d7 chore: Updated versioned tests docs (#2874)
  • 82fe9d5 feat: Added otel consumer span processing (#2854)
  • 25a71e6 fix: Updated shim.createSegment and shim.handleMqTracingHeaders to be bac...
  • 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.5.1 to 12.11.1.
- [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.5.1...v12.11.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 20, 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