Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

⬆️ Bump newrelic from 8.6.0 to 8.17.1 #181

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 4, 2022

Bumps newrelic from 8.6.0 to 8.17.1.

Release notes

Sourced from newrelic's releases.

v8.17.1

  • Fixed issue where instrumented code invoked within a @​grpc/grpc-js client callback would not get tracked by the agent.

    Bound the external client segment to the onReceiveStatus listener to propagate transaction context to the grpc client callbacks.

  • Fixed issue with truncate in lib/util/application-logging.js. It now checks that the argument is a string before checking its length.

v8.17.0

  • Added instrumentation for grpc-js server unary, client-streaming, server-streaming and bidirectional streaming handlers.

Support statement:

  • New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.

v8.16.0

  • Automatic application log forwarding is now enabled by default. This version of the agent will automatically send enriched application logs to New Relic. To learn more about about this feature, see the APM logs in context documentation. For additional configuration options, see the Node.js logs in context documentation. To learn about how to toggle log ingestion on or off by account, see our documentation to disable automatic logging via the UI or API.

  • Added a support statement to our release notes

  • Added node 18 to CI workflows.

Support statement:

  • New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.

v8.15.0

  • Added instrumentation for grpc-js unary, streaming, and bidirectional client calls.

  • Added ability to disable server-side configuration via local configuration setting: ignore_server_configuration or environmental variable of NEW_RELIC_IGNORE_SERVER_SIDE_CONFIG.

  • Added tests for client, server and bidirectional streaming of gRPC client.

  • Updated got from 8.3.2 to 11.8.5.

  • Updated moment from 2.29.2 to 2.29.4

Support statement:

  • New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.

v8.14.1

  • Added defensive code in redis v4 instrumentation to check for opts.socket first before evaluating opts.socket.path. Thanks @​RAshidAZ for your contribution!

  • Updated @grpc/proto-loader to v0.6.13 to pickup security fixes in protobufjs.

v8.14.0

... (truncated)

Changelog

Sourced from newrelic's changelog.

v8.17.1 (2022-08-02)

  • Fixed issue where instrumented code invoked within a @​grpc/grpc-js client callback would not get tracked by the agent.

    Bound the external client segment to the onReceiveStatus listener to propagate transaction context to the grpc client callbacks.

  • Fixed issue with truncate in lib/util/application-logging.js. It now checks that the argument is a string before checking its length.

v8.17.0 (2022-07-27)

  • Added instrumentation for grpc-js server unary, client-streaming, server-streaming and bidirectional streaming handlers.

v8.16.0 (2022-07-21)

  • Automatic application log forwarding is now enabled by default. This version of the agent will automatically send enriched application logs to New Relic. To learn more about about this feature, see the APM logs in context documentation. For additional configuration options, see the Node.js logs in context documentation. To learn about how to toggle log ingestion on or off by account, see our documentation to disable automatic logging via the UI or API.

  • Added a support statement to our release notes

  • Added node 18 to CI workflows.

v8.15.0 (2022-07-07)

  • Added instrumentation for grpc-js unary, streaming, and bidirectional client calls.

  • Added ability to disable server-side configuration via local configuration setting: ignore_server_configuration or environmental variable of NEW_RELIC_IGNORE_SERVER_SIDE_CONFIG.

  • Added tests for client, server and bidirectional streaming of gRPC client.

  • Updated got from 8.3.2 to 11.8.5.

  • Updated moment from 2.29.2 to 2.29.4

v8.14.1 (2022-06-09)

  • Added defensive code in redis v4 instrumentation to check for opts.socket first before evaluating opts.socket.path. Thanks @​RAshidAZ for your contribution!

  • Updated @grpc/proto-loader to v0.6.13 to pickup security fixes in protobufjs.

v8.14.0 (2022-06-06)

  • Fixed issue with api.getBrowserTimingHeader optional script unwrapping issue with util.format. Thanks for your contribution @​github-dd-nicolas 🎉

  • Fixed winston instrumentation to not exit early when winston.createLogger is created without options.

  • Updated pino instrumentation to not override user log configurations.

v8.13.2 (2022-05-31)

... (truncated)

Commits
  • f681d12 changelog tweak around the grpc fix
  • 88fab18 Update NEWS.md
  • 1d1026c 8.17.1
  • 3be9186 added changelog entry for 8.17.1
  • c888f6d Merge pull request #1315 from jordigh/grpc-callback-issue-copy
  • 2487e32 grpc: bind the client segment to the onReceiveStatus listener
  • 0cf4629 Merge pull request #1310 from bizob2828/backport-defensive-check
  • 3578223 Added defensive code in util/applicationLogging truncate to check if value is...
  • 0532769 Merge pull request #1300 from newrelic/release/v8.17.0
  • d08a274 Update NEWS.md
  • 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 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 8.6.0 to 8.17.1.
- [Release notes](https://github.com/newrelic/node-newrelic/releases)
- [Changelog](https://github.com/newrelic/node-newrelic/blob/main/NEWS.md)
- [Commits](newrelic/node-newrelic@v8.6.0...v8.17.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 the dependencies Pull requests that update a dependency file label Aug 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants