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 9.10.2 to 12.4.0 #135

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

Bumps newrelic from 9.10.2 to 12.4.0.

Release notes

Sourced from newrelic's releases.

v12.4.0 (2024-09-11)

Features

  • Added support for express@5 (#2555) (252f3b2)
  • Provided ability to disable instrumentation for a 3rd party package (#2551) (abfb9f0)
    • To disable instrumentation set config.instrumentation.<library>.enabled to false. The values of <library> are the keys listed here
    • This feature is use at your own risk. Disabling instrumentation for a library could affect instrumentation of other libraries executed afterwards.

Miscellaneous chores

  • Added CI for publishing agent as Azure site extension (#2488) (468943a)
  • Added Azure site extension installation scripts (#2448) (a56c4e1)

Tests

  • Converted llm-events tests to use node:test (#2535) (ebfa2e9)
  • Migrated test/unit/spans to use node:test (#2556) (9319071)
  • Migrated test/unit/util to use node:test (#2546) (0b07be8)
  • Migrated tests in test/unit/instrumentation to use node:test (#2531) (47b8398)
  • Converted collector unit tests to node:test (#2510) (762511b)
  • Converted errors unit tests to node:test (#2540) (ae82760)

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

Bug fixes

  • Fixed detection of REST API type payloads in AWS Lambda (#2543) (adfeebc)

Documentation

  • Cleaned up formatting of api.js to properly inject example snippets when rendering on API docs site (#2524) (4b34f3d)
  • Updated compatibility report (#2523) (29784ea)
  • Updated Next.js Otel cloud provider FAQ (#2537) (6553807)

Tests

... (truncated)

Changelog

Sourced from newrelic's changelog.

{ "repository": "newrelic/node-newrelic", "entries": [ { "version": "12.4.0", "changes": { "security": [], "bugfixes": [], "features": [ "Provided ability to disable instrumentation for a 3rd party package", "Added support for express@5" ] } }, { "version": "12.3.1", "changes": { "security": [], "bugfixes": [ "Fixed detection of REST API type payloads in AWS Lambda" ], "features": [] } }, { "version": "12.3.0", "changes": { "security": [], "bugfixes": [ "Improved AWS Lambda event detection" ], "features": [ "Added new API method withLlmCustomAttributes to run a function in a LLM context" ] } }, { "version": "12.2.0", "changes": { "security": [], "bugfixes": [ "Updated koa instrumentation to properly get the matched route name and to handle changes in @koa/[email protected]" ], "features": [ "Added instrumentation support for Express 5 beta" ] } }, { "version": "12.1.1",

... (truncated)

Commits
  • 3b26efb chore: release v12.4.0 (#2560)
  • 8ff0ef3 chore: Document emitted events (#2561)
  • d534ba6 fix: Nuget pack generates packagName.semver and not packageName-semver (#2557)
  • abfb9f0 feat: Provided ability to disable instrumentation for a 3rd party package (#2...
  • 9319071 test: Migrated test/unit/spans to use node:test (#2556)
  • 252f3b2 feat: Added support for express@5 (#2555)
  • 44edd0c docs: Updated compatibility report (#2554)
  • 4d421f0 chore: Disable express@5 in versioned tests (#2553)
  • 0b07be8 test: Migrated test/unit/util to use node:test (#2546)
  • a56c4e1 feat: Added Azure site extension installation scripts (#2448)
  • 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 9.10.2 to 12.4.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@v9.10.2...v12.4.0)

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

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 Sep 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 13, 2024

Superseded by #136.

@dependabot dependabot bot closed this Sep 13, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/newrelic-12.4.0 branch September 13, 2024 01:41
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