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

chore(deps): update dependency newrelic to v12 #26

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
newrelic 9.10.1 -> 12.5.2 age adoption passing confidence

Release Notes

newrelic/node-newrelic (newrelic)

v12.5.2

Compare Source

v12.5.1

Compare Source

v12.5.1 (2024-09-23)

Bug fixes
Documentation
Miscellaneous chores
Tests
Continuous integration
  • Added workflow run trigger to Azure site extension publish job (#​2575) (e8ae942)
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.5.0

Compare Source

v12.5.0 (2024-09-12)

Features
Bug fixes
Documentation
Tests
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.4.0

Compare Source

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
Tests
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

Compare Source

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

Compare Source

v12.3.0 (2024-08-27)

Features
  • Added new API method withLlmCustomAttributes to run a function in a LLM context (#​2437) (57e6be9)
    • The context will be used to assign custom attributes to every LLM event produced within the function
Bug fixes
Documentation
Miscellaneous chores
Tests
Continuous integration
  • Updated codecov action sha to post coverage from forks. Added flag to fail ci if it fails to upload report (#​2490) (12fbe56)
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.2.0

Compare Source

v12.2.0 (2024-08-19)

Features
Bug fixes
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.1.1

Compare Source

v12.1.1 (2024-08-15)

Bug fixes
  • Updated amqplib instrumentation to properly parse host/port from connect (#​2461) (91636a8)
  • Updated redis instrumentation to parse host/port when a url is not provided (#​2463) (2b67623)
  • Updated the kafkajs node metrics to remove /Named from the name (#​2458) (37ce113)
Code refactoring
  • Updated pino instrumentation to separate the wrapping of asJson into its own function (#​2464) (81fdde1)
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.1.0

Compare Source

v12.1.0 (2024-08-12)

Bug fixes
Documentation
Miscellaneous chores
  • Added entity relationship attributes to SQS segments (#​2436) (578aead)
  • Converted agent unit tests to node:test (#​2414) (b32f793)
  • Fixed mongodb-esm tests in combination with security agent (#​2444) (5d617de)
  • Limited superagent tests to avoid new breaking release (#​2439) (f1dd8e7)
  • Removed promise resolvers from callback based agent unit tests (#​2450) (3766895)
Tests
  • Moved pkgVersion to collection-common to avoid a conflict with ESM tests (#​2438) (7260fa3)
  • Restored mongodb-esm tests (#​2434) (67a12e3)
  • Updated custom test reporter to only log failed tests when there are failures (#​2425) (baa37ec)
  • Updated tls redis tests to work with older versions of redis v4 (#​2454) (ffd9b17)
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.0.0

Compare Source

v12.0.0 (2024-07-31)

⚠ BREAKING CHANGES
  • Dropped support for Node.js 16
  • Removed legacy context manager
  • Removed support for redis < 2.6.0
  • Removed instrumentation for director
  • Updated mongodb instrumentation to drop support for versions 2 and 3
Features
  • Dropped support for Node.js 16 (#​2394) (1870010)
  • Removed legacy context manager (#​2404) (321244c)
  • Removed support for redis < 2.6.0 (#​2405) (e2c0a31)
  • Removed instrumentation for director (#​2402) (1b355e7)
  • Added server.address to amqplib spans (#​2406) (09636a4)
  • Updated mongodb instrumentation to drop support for versions 2 and 3 (#​2398) (a0ae32a)
  • Migrated instrumentation for next into agent (#​2409) ([b55d8e1](https://github.com/newr elic/node-newrelic/commit/b55d8e1ca09e6055ea09f4fcd773a05245e7203f))
    • You no longer need to load Next.js instrumentation via @newrelic/next.
    • Instead you must load the agent via NODE_OPTIONS='-r newrelic' next start
Documentation
Miscellaneous chores
Tests
  • Removed mongodb-esm tests as they are not atomic and conflicting with mongodb tests in CI (#​2416) (e587b9d)
  • Updated minimum version of lesser used versions of 3rd party libraries (#​2399) (ef8c006)
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/)

v11.23.2

Compare Source

Features
Bug fixes
  • Updated aws-sdk v3 instrumentation to load custom middleware last to properly get the external http span to add aws.* attributes (#​2382) (751801b)
  • Updated cassandra-driver instrumentation to properly trace promise based executions (#​2351) (bab9a8b)
Documentation
Miscellaneous chores
  • Always upload status logs in compatibility report CI (#​2341) (b3f1ee3)
Tests
  • Removed server.start in grpc tests as it is deprecated and no longer needed (#​2372) (d212b15)
  • Updated benchmark test results to output result files (#​2350) (1b51a68)
Continuous integration
  • Added benchmark test GitHub Action (#​2366) (afd3ab4)
  • Increased the limit of installs from 2 to a bigger number for versioned tests (#​2346) (f85a385)
  • Updated bin/create-docs-pr to create an empty array if changelog.json is missing security (#​2348) (7d5368c)
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/)

v11.23.1

Compare Source

Bug fixes
  • Updated redis v4 instrumentation to work with transactions(multi/exec) (#​2343) (39eb842)
Documentation
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/)

v11.23.0

Compare Source

v11.23.0 (2024-07-10)

Features
  • Added support for account level governance of AI Monitoring (#​2326) (7069335)
Code refactoring
Documentation
Miscellaneous chores
Tests
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/)

v11.22.0

Compare Source

v11.22.0 (2024-06-28)

Features
Documentation
Miscellaneous chores
Tests
  • Updated undici versioned tests to assert an error is present and not the actual message (#​2299) (4e38ed4)
Continuous integration
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/)

v11.21.0

Compare Source

v11.21.0 (2024-06-25)

Features
  • Added support for getting container ids from ECS metadata API (#​2292) (dbca830)
Bug fixes
  • Handled assigning headers in LambdaProxyWebRequest when there are no headers present (#​2293) (e4d22f3)
Documentation
Tests
  • Fixed log error stack message truncating and failing equality test (#​2294) (8e06f0f)
  • Updated shimmer method in benchmark tests (#​2281) (1528d68)
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/)

v11.20.0

Compare Source

v11.20.0 (2024-06-24)

Features
Code refactoring
Documentation
Miscellaneous chores
Continuous integration
  • Added ability to run a build step in create release (#​2273) (4c2f24c)
  • Updated security agent workflow to use large runners when available (#​2271) (181ec1b)
  • Updated security agent workflow to use large runners when available (#​2270) (761fcd5)
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/)

v11.19.0

Compare Source

v11.19.0 (2024-06-06)

Features
Miscellaneous chores
Tests
  • Migrated memcached tests to versioned tests (#​2231) (0b3a928)
  • Ported when and q integration tests to versioned tests (#​2233) (9a4dddc)
  • Updated ioredis tests to assert the host metric getting created on ioredis calls (#​2230) (89df06a)
  • Updated unit tests that were missing constructing specs at instrumentation source (#​2252) (54ab238)
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/)

v11.18.0

Compare Source

Features
  • Added support for redis v4 legacyMode client.v4.<command> (#​2200) (b2284c5)
Code refactoring
  • Updated shim.recordConsume to use shim.record and added ability to invoke an after hook with callback args (#​2207) (4f48fc3)
Documentation
Miscellaneous chores
Tests
  • Updated langchain versioned tests to separate the vectorstore and other tests. This is to avoid peer resolution of @langchain/community package that is being used to test the elasticsearch vectorstore (#​2216) (e768955)
  • Fixed aws-sdk-v3 bedrock tests (#​2211) (050469e)
  • Fixed aws-sdk-v3 bedrock tests (again) (#​2212) (330cc4b)
Continuous integration
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-agen


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/newrelic-12.x branch 3 times, most recently from b2a861e to 8f4b9e4 Compare August 19, 2024 18:33
@renovate renovate bot force-pushed the renovate/newrelic-12.x branch 2 times, most recently from 9cfbb71 to c3d4bc6 Compare September 11, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants