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.14.0 to 11.15.0 #322

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps newrelic from 11.14.0 to 11.15.0.

Release notes

Sourced from newrelic's releases.

v11.15.0

Bug fixes

  • Fixed instrumenting the same module installed in different locations (#2104) (88bdace)

Code refactoring

  • mongodb: Removed instrumentation that handles connecting via unix domain socket. (#2129) (808323f)
  • Updated shim classes to no longer construct specs. (#2096) (158c295)

Miscellaneous chores

  • deps-dev: Bumped express from 4.18.2 to 4.19.2 (#2101) (639cb78)
  • deps: Updated @​newrelic/security-agent to v1.1.1 (#2092) (3272aa3)
  • Fixed incorrect pinning of @​elastic/transport (#2120) (7b5bdaa)
  • Removed scrollbar styling in generated API docs (#2091) (cb0fa11)
  • Removed transaction_id and legacy token count attributes from llm events for openai and langchain (#2093) (df2a0fd)

Tests

  • Updated test/integration/core/dns reverse test to remove flakiness (#2121) (c32cb27)
  • Updated elastic tests to skip broken version (#2119) (5d0d1bb)

Continuous integration

  • Removed usage of use_new_release from prepare release workflow (#2124) (007ddb4)
  • Updated prepare-release.js to not require changelog.json (#2106) (328a570)
  • Updated prepare release to provide a drop down for release type (#2133) (846269b)
  • Updated versioned security agent workflow (#2100) (f787b15)
  • Fixed typo in constant name for prepare release script (#2094) (3b887d9)

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.15.0", "changes": { "security": [], "bugfixes": [ "Fixed instrumenting the same module installed in different locations" ], "features": [] } }, { "version": "11.14.0", "changes": { "security": [ "bump follow-redirects from 1.15.5 to 1.15.6" ], "bugfixes": [], "features": [ "Added instrumentation for initializeUnorderedBulkOp, and initializeOrderedBulkOp in mongodb 4+", "Added support for Mongo v5+", "Added guid attribute to TransactionError events" ] } }, { "version": "11.13.0", "changes": { "security": [], "bugfixes": [], "features": [ "Added setLlmTokenCountCallback API endpoint to register a callback for calculating token count when none is provided", "Added tool_id to langchain error event", "Added instrumentation for VectorStore.similaritySearch for langchain.js", "Added token_count to LlmEmbedding and LlmChatCompletionMessage for openai" ] } }, { "version": "11.12.0", "changes": { "security": [], "bugfixes": [], "features": [ "Added instrumentation for chain.stream for langchain js." ] } },

... (truncated)

Commits
  • 1da1b6f chore: release v11.15.0 (#2134)
  • 846269b ci: Updated prepare release to provide a drop down for release type (#2133)
  • 007ddb4 ci: Removed usage of use_new_release from prepare release workflow (#2124)
  • 808323f refactor(mongodb): Removed instrumentation that handles connecting via unix d...
  • c32cb27 test: Updated test/integration/core/dns reverse test to remove flaki… (#2121)
  • 88bdace fix: Fixed instrumenting the same module installed in different locations (#2...
  • 7b5bdaa chore: Fixed incorrect pinning of @​elastic/transport (#2120)
  • 5d0d1bb chore: Updated elastic tests to skip broken version (#2119)
  • 158c295 refactor: Updated shim classes to no longer construct specs. (#2096)
  • 328a570 ci: Updated prepare-release.js to not require changelog.json (#2106)
  • 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.14.0 to 11.15.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.14.0...v11.15.0)

---
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 Apr 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2024

Superseded by #326.

@dependabot dependabot bot closed this May 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/newrelic-11.15.0 branch May 6, 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