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 11.1.0 to 11.2.1 #261

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps newrelic from 11.1.0 to 11.2.1.

Release notes

Sourced from newrelic's releases.

v11.2.1 (2023-10-12)

Bug fixes

  • Updated initialization to return the api on start up to the security agent properly (#1807) (99e5792)

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

Features

Bug Fixes

  • Updated agent to create a stub api when running in a worker thread to avoid Next.js early return errors (#1800) (636e8f0)
  • Updated shimmer to allow registering instrumentation for different versions of the same module (#1799) (30f0b16)

Miscellaneous Chores

  • deps: Updated @​newrelic/security-agent to v0.3.0 (#1786) (9ca78ae)
  • Separated running versioned tests between local and external (#1792) (6ffe2f6)
  • dev-deps Updated get-func-name to fix CVE (#1790) (f378c77)

Tests

  • Updated elasticsearch container to ignore highwatermark to function on a constrained environment (#1803) (8380e9d)
  • Updated invalid json pino test as this was fixed in 8.15.1 of the pino library. (#1782) (3e65fdc)

Continuous Integration

  • Added steps to zip up container logs on versioned test failure (#1804) (0a54729)

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

Changelog

Sourced from newrelic's changelog.

{ "repository": "newrelic/node-newrelic", "entries": [ { "version": "11.2.1", "changes": { "security": [], "bugfixes": [ "Updated initialization to return the api on start up to the security agent properly" ], "features": [] } }, { "version": "11.2.0", "changes": { "security": [], "bugfixes": [ "Updated agent to create a stub api when running in a worker thread to avoid Next.js early return errors.", "Updated shimmer to allow registering instrumentation for different versions of the same module." ], "features": [ "Added instrumentation for ElasticSearch." ] } }, { "version": "11.1.0", "changes": { "security": [], "bugfixes": [], "features": [ "Added instrumentation for fetch.", "Removed undici feature flag. This will now instrument undici by default.", "Updated undici instrumentation to create segment on request create instead of after connection and opening socket to more accurately record time it takes to make an undici request." ] } }, { "version": "11.0.0", "changes": { "security": [], "bugfixes": [ "Updated prisma instrumentation to parse prisma datamodel with internal package.", "Replaced ESM loader with import-in-the-middle to fix instrumentation firing for both CommonJS and ESM." ], "features": [ "Added support for Node 20", "Removed support for Node 14", "Updated the default context manager to be AsyncLocalContextManager.",

... (truncated)

Commits
  • 3a210ad chore: release v11.2.1 (#1808)
  • 99e5792 fix: Updated intialization to properly return the api on start up to the secu...
  • 0647411 chore: release v11.2.0 (#1805)
  • 0a54729 ci: add steps to zip up container logs on versioned test failure (#1804)
  • 8380e9d test: Updated elasticsearch container to ignore highwatermark to function on ...
  • 636e8f0 fix: updated agent to create a stub api when running in a worker thread (#1800)
  • 30f0b16 fix: Updated shimmer to allow registering instrumentation for different versi...
  • c454a7e test: skip Elasticsearch tests on Node 20 (#1797)
  • f378c77 chore: updated dev dep get-func-name to fix CVE (#1790)
  • 6ffe2f6 chore: Separated running versioned tests between local and external (#1792)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/newrelic-11.2.1 branch from 2930356 to 17c72df Compare October 16, 2023 10:48
@eatyourgreens eatyourgreens enabled auto-merge (squash) October 16, 2023 10:48
Bumps [newrelic](https://github.com/newrelic/node-newrelic) from 11.1.0 to 11.2.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@v11.1.0...v11.2.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 force-pushed the dependabot/npm_and_yarn/newrelic-11.2.1 branch from 17c72df to 129717f Compare October 16, 2023 10:50
@eatyourgreens eatyourgreens merged commit be0210e into master Oct 16, 2023
3 checks passed
@eatyourgreens eatyourgreens deleted the dependabot/npm_and_yarn/newrelic-11.2.1 branch October 16, 2023 10:50
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant