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.5.0 to 11.10.1 #302

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps newrelic from 11.5.0 to 11.10.1.

Release notes

Sourced from newrelic's releases.

v11.10.1

Bug fixes

  • Updated instrumentation registration to allow for instrumenting of a local file that does not exist within node_modules.
    • To properly instrument a local file, you must pass in absolutePath with the absolute path to the file that is being instrumented along with the moduleName which in this case is just the file name without the extension. (#1974) (f545b4e)

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

Features

  • Added llm attribute to all transactions that contain llm spans for openai (#1946) (6312629)
  • Added transaction ID to ErrorTrace event (#1954) (5d0ebcd)

Security improvements

  • remote_method: Redacted ingest key in trace level logs (#1948) (04fee88)

Code refactoring

  • Updated lib/shim/shim.js to remove cognitive complexity violations (#1950) (60e57a1)
  • Updated message-shim to remove cognitive complexity violations. (#1958) (3d1caaf)

Miscellaneous chores

  • deps: Updated @​newrelic/aws-sdk to latest and removed aws_bedrock_instrumentation feature flag (#1956) (9eae28c)
  • deps: Updated @​newrelic/security-agent to v0.7.0 (#1955) (e156539)
  • Migrated non-sensitive CI values to vars (#1957) (1739378)
  • updated contributors list to include james and svetlana 🎉 (#1947) (33a59fd)

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.9.0 (2024-01-10)

Features

  • Assign pkgVersion and id of all child shim instances when using shim.makeSpecializedShim with a ConglomerateShim instance (#1941) (d3e393d)

Bug fixes

... (truncated)

Changelog

Sourced from newrelic's changelog.

{ "repository": "newrelic/node-newrelic", "entries": [ { "version": "11.10.1", "changes": { "security": [], "bugfixes": [ "Updated instrumentation registration to allow for instrumenting of a local file that does not exist within node_modules." ], "features": [] } }, { "version": "11.10.0", "changes": { "security": [ "Redacted ingest key in trace level logs" ], "bugfixes": [], "features": [ "Added transaction ID to ErrorTrace event", "Added llm attribute to all transactions that contain llm spans for openai" ] } }, { "version": "11.9.0", "changes": { "security": [ "bump follow-redirects from 1.15.2 to 1.15.4" ], "bugfixes": [ "Dropped support for ElasticSearch < 7.16.0", "remove extra / in openai framework metric name" ], "features": [ "Assign pkgVersion and id of all child shim instances when using shim.makeSpecializedShim with a ConglomerateShim instance" ] } }, { "version": "11.8.0", "changes": { "security": [], "bugfixes": [ "Ensure opts.headers is defined in http instrumentation" ], "features": [ "Removed api.setLlmMetadata",

... (truncated)

Commits
  • 92b70e9 chore: release v11.10.1 (#1975)
  • f545b4e fix: Updated instrumentation registration to allow for instrumenting of a loc...
  • f800281 chore: release v11.10.0 (#1961)
  • 5d0ebcd feat: Added transaction ID to ErrorTrace event (#1954)
  • 1739378 chore: Migrated non-sensitive CI values to vars (#1957)
  • 3d1caaf refactor: Updated message-shim to remove cognitive complexity violations. (#1...
  • e156539 chore(deps): Updated @​newrelic/security-agent to v0.7.0 (#1955)
  • 9eae28c chore(deps): updated @​newrelic/aws-sdk to latest and removed aws_bedrock_inst...
  • 60e57a1 refactor: Updated lib/shim/shim.js to remove cognitive complexity violation...
  • 04fee88 security(remote_method): redact ingest key in trace level logs (#1948)
  • 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 11.5.0 to 11.10.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.5.0...v11.10.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 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2024

Superseded by #304.

@dependabot dependabot bot closed this Feb 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/newrelic-11.10.1 branch February 5, 2024 10:28
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