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.8.1 #375

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

Bumps newrelic from 12.5.1 to 12.8.1.

Release notes

Sourced from newrelic's releases.

v12.8.1

Bug fixes

  • Fixed matching for ALB and API Gateway (v1 & v2) events for Lambda (#2780) (2f1a6c6)
  • Updated mysql2 instrumentation to work with 3.11.5+ (#2811) (3ec4fee)

Documentation

Tests

  • Migrated test/integration/api tests to node:test (#2787) (03b01a3)
  • Migrated test/integration/core tests to node:test (#2781) (36bc0e7)
  • Migrated test/integration/instrumentation tests to node:test (#2784) (963fb30)
  • Migrated test/integration/transaction tests to node:test (#2783) (68e1a0c)
  • Migrated test/integration/utilization tests to node node:test (#2794) (db237e9)
  • Migrated test/smoke/api tests to node:test (#2772) (af3bbcd)
  • Migrated CAT integration tests to node:test (#2778) (bd9df5f)
  • Migrated integration tests at root to node:test (#2803) (a7ef080)
  • Migrated root smoke tests to node:test (#2771) (78f2709)
  • Migrated smoke tests in test/smoke/agent, test/smoke/e2e, and test/smoke/index to node:test (#2774) (440a0af)
  • Removed t.diagnostic as they are better suited as code comments (#2786) (ee24027)
  • Fixed flaky test on macOS (#2790) (eebf06b)
  • Removed reference to pino internals (#2805) (0382ee2)
  • Restricted mysql2 version to get CI working (#2808) (ad60ed4)
  • Updated agent integration tests to node:test (#2782) (d556512)
  • Updated config integration tests to node:test (#2777) (fe8d2df)
  • Updated distributed-tracing integration tests to node:test (#2798) (83ad1f3)
  • Updated grpc integration tests to node:test (#2789) (ea8f743)
  • Updated index, issue-2155, and metric integration tests to node:test (#2801) (80b55c2)
  • Updated q, superagent, and when tests to node:test (#2773) (ff2d8d0)
  • Updated shimmer, uninstrumented, environment, flatten, and logger integration tests to node:test (#2802) (83fd7ee)
  • Added per test file timing to test reporter (#2785) (00d9940)

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.8.0 (2024-11-19)

Features

  • Added new configuration options to add custom tags (labels) to logs (#2743) (d20c874)
    • With custom tags on logs, platform engineers can easily filter, search, and correlate log data for faster and more efficient troubleshooting, improved performance, and optimized resource utilization. To learn more about this feature see the documentation

... (truncated)

Changelog

Sourced from newrelic's changelog.

{ "repository": "newrelic/node-newrelic", "entries": [ { "version": "12.8.1", "changes": { "security": [], "bugfixes": [ "Updated mysql2 instrumentation to work with 3.11.5+", "Fixed matching for ALB and API Gateway (v1 & v2) events for Lambda" ], "features": [] } }, { "version": "12.8.0", "changes": { "security": [], "bugfixes": [ "Corrected expected shape of user input in get Prompt()" ], "features": [ "Added new configuration options to add custom tags (labels) to logs", "Moved entity.guid, entity.name, entity.type, and hostname to common.attributes on logs payload instead of in every log message", "Added support for Bedrock Claude 3.5 invoke model user request" ] } }, { "version": "12.7.0", "changes": { "security": [], "bugfixes": [], "features": [ "Added cloud.resource_id attribute to dynamo spans", "Enhance Proxy Request Handling to Display Actual External URLs" ] } }, { "version": "12.6.1", "changes": { "security": [], "bugfixes": [ "Fixed issue parsing docker container id" ], "features": [ "added cloud.aws.account_id to default config" ] }

... (truncated)

Commits
  • bac495e chore: release v12.8.1 (#2813)
  • 834440c docs: Fixed links to next.js apps (#2812)
  • fc1fbda docs: Updated compatibility report (#2809)
  • 3ec4fee fix: Updated mysql2 instrumentation to work with 3.11.5+ (#2811)
  • 2f1a6c6 fix: Fixed matching for ALB and API Gateway (v1 & v2) events for Lambda (#2780)
  • 0382ee2 chore: Removed reference to pino internals (#2805)
  • ad60ed4 chore: Restricted mysql2 version to get CI working (#2808)
  • 83fd7ee chore: Updated shimmer, uninstrumented, environment, flatten, and logger inte...
  • 83ad1f3 chore: Updated distributed-tracing integration tests to node:test (#2798)
  • 80b55c2 chore: Updated index, issue-2155, and metric integration tests to node:test (...
  • 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.8.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.8.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 Dec 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Superseded by #382.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/newrelic-12.8.1 branch December 16, 2024 10:32
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