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.8.0 #293

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps newrelic from 11.5.0 to 11.8.0.

Release notes

Sourced from newrelic's releases.

v11.8.0

Features

  • Removed api.setLlmMetadata (#1918) (cc4a975)
    • It will be assigned via api.addCustomAttribute with a prefix of llm. * The conversation_id will now be assigned from llm.conversation_id custom attribute
  • Updated SQL obfuscation tokenizer to better handle negative numbers and boolean values.

Bug fixes

  • Ensure opts.headers is defined in http instrumentation (#1926) (7ea31a3)

Code refactoring

  • Updated lib/instrumentation/core/http.js to reduce the cognitive complexity to an allowable value (#1922) (4c30d97)
  • Updated lib/shim/promise-shim.js to reduce the cognitive complexity (#1924) (bd0a5dc)
  • Updated lib/shim/webframework-shim.js to reduce the cognitive complexity (#1927) (1ce371e)

Miscellaneous chores

  • deps: Updated @​newrelic/security-agent to v0.6.0 (#1929) (4e09927)

Tests

  • Refactored tests that were still using the tap mocha shim + chai to now use tap. (#1919) (957529e)
  • removed access to deprecated req._headers and instead use req.headers (#1923) (0ec2f66)
  • updated the cross agent tests, made updates to tests based on fixture changes (#1917) (2d666b6)
  • Updated helper.randomPort to use crypto.randomInt instead of Math.random by using crypto lib (#1921) (9003791)

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.7.0 (2023-12-14)

Features

  • Added deserialized X-NewRelic-Synthetics-Info header to transaction and transaction trace intrinsic attributes (#1912) (7ed64bd)
    • The attributes in transactions are: nr.syntheticsType, nr.syntheticsInitiator, and nr.synthetics<attributeKey(s)>
    • The attributes in transaction traces are: synthetics_type, synthetics_initiator, and synthetics_<attribute_key(s)>
    • It will also include the X-NewRelic-Synthetics-Info header in outgoing http requests
  • Added instrumentation for Restify async handlers (#1910) (1a3f87f)

Bug fixes

  • Update import-in-the-middle to fix ESM on Node 18.19.0 (#1906) (e9c3748)

Code refactoring

... (truncated)

Changelog

Sourced from newrelic's changelog.

{ "repository": "newrelic/node-newrelic", "entries": [ { "version": "11.8.0", "changes": { "security": [], "bugfixes": [ "Ensure opts.headers is defined in http instrumentation" ], "features": [ "Removed api.setLlmMetadata", "Updated SQL obfuscation tokenizer to better handle negative numbers and boolean values" ] } }, { "version": "11.7.0", "changes": { "security": [], "bugfixes": [ "Update import-in-the-middle to fix ESM on Node 18.19.0" ], "features": [ "Added instrumentation for Restify async handlers", "Added deserialized X-NewRelic-Synthetics-Info header to transaction and transaction trace intrinsic attributes" ] } }, { "version": "11.6.1", "changes": { "security": [], "bugfixes": [ "Updated @​newrelic/aws-sdk to 7.0.3", "Updated shimmer to handle instrumenting named and default exports of CommonJS modules in ESM" ], "features": [] } }, { "version": "11.6.0", "changes": { "security": [ "Set log file permissions to read/write for Node process only" ], "bugfixes": [ "Updated isSimpleObject util to only check plain objects not arrays" ], "features": [

... (truncated)

Commits
  • 9b7003a chore: release v11.8.0 (#1930)
  • 4e09927 chore(deps): Updated @​newrelic/security-agent to v0.6.0 (#1929)
  • 1ce371e refactor: Updated webframework-shim to reduce the cognitive complexity (#1927)
  • 7ea31a3 fix: Ensure opts.headers is defined in http instrumentation (#1926)
  • bd0a5dc refactor: Updated lib/shim/promise-shim.js to reduce the cognitive complexity...
  • 0ec2f66 test: removed access to deprecated req._headers and instead use req.headers (...
  • 4c30d97 refactor: Updated instrumentation/core/http.js to reduce the cognitive comple...
  • 9003791 refactor: updated how we get a random int in helper.randomPort by using crypt...
  • 957529e test: Refactored tests that were still using the tap mocha shim + chai to now...
  • cc4a975 feat: removed api.setLlmMetadata(#1918)
  • 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.8.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@v11.5.0...v11.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2024

Superseded by #298.

@dependabot dependabot bot closed this Jan 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/newrelic-11.8.0 branch January 15, 2024 10:12
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