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

chore(deps): update all non-major dependencies #20

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@newrelic/native-metrics 9.0.0 -> 9.0.1 age adoption passing confidence
newrelic 9.10.1 -> 9.15.0 age adoption passing confidence

Release Notes

newrelic/node-native-metrics (@​newrelic/native-metrics)

v9.0.1

Compare Source

  • Updated the slack invite link
  • Updated semver to 7.5.2.
  • Updated README links to point to new forum link due to repolinter ruleset change
  • Updated xml2js to 0.5.0.
  • Updated json5 from 2.2.1 to 2.2.2.
  • Added lockfile checks to CI workflow to prevent malicious changes
  • Updated qs to 6.5.3.
newrelic/node-newrelic (newrelic)

v9.15.0

Compare Source

  • Added a new configuration option heroku.use_dyno_names to specify whether or not to use process.env.DYNO for naming the host name and display host. This option defaults to true. If you are on heroku and do not want this functionality set heroku.use_dyno_names to false. You can also control this configuration options with the environment variable of NEW_RELIC_HEROKU_USE_DYNO_NAMES. Thanks @​benney-au-le for your contribution 🚀
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.

v9.14.1

Compare Source

  • Restored assigning loaded version of agent to require.cache as __NR_cache instead of a symbol to properly detect attempts at loading agent twice.
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.

v9.14.0

Compare Source

  • Added new API function called setErrorGroupCallback, which provides a way for you to customize the error.group.name attribute of errors that are captured by the agent. This attribute controls how the Errors Inbox functionality groups similar errors together. To learn more about this function, please refer to our example app.
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.

v9.13.0

Compare Source

  • Updated http instrumentation to no longer remove the x-new-relic-disable-dt header when using AWS SDK v3. This was done to prevent the "The request signature we calculated does not match the signature you provided. Check your key and signing method." error from AWS SDK.

  • Added an API method setUserID to provide an ability to associate a unique identifier with a transaction event, transaction trace and errors within transaction. The attribute will be enduser.id.

  • Added default configuration for security agent.

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.

v9.12.1

Compare Source

v9.12.1 (2023-03-15)

  • Added ability to mark errors as expected when using newrelic.noticeError, by adding an optional boolean:

    • newrelic.noticeError(error, {customAttributes}, true|false) when there are custom error attributes.
    • newrelic.noticeError(error, true|false) if there are no custom error attributes.
    • expected errors do not affect error metrics or Apdex.
  • Added ability to disable distributed tracing for aws-sdk >= 3.290.0.

  • Updated README header image to latest OSS office required images

  • updated @​grpc/grpc-js from 1.8.8 to 1.8.9

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.

v9.12.0

Compare Source

v9.11.0

Compare Source

v9.11.0 (2023-03-08)

  • Added instrumentation for Prisma(@prisma/client).
    • Miniumum supported version of @prisma/client is 4.0.0.
    • Captures spans for queries.
      • It names them based on the model and action.(i.e. Datastore/statement/Prisma/user/create)
      • For statements and queries using the $queryRaw, $executeRaw, $queryRawUnsafe, and $executeRawUnsafe the names will be aligned with the raw SQL.(i.e. Datastore/statement/Prisma/User/select)
    • Captures database metrics for all statements and queries.
    • Captures SQL Traces.
    • Provides connection between application and database server via service maps.

Huge shoutout to @​osmanmrtacar for the original contribution 🙏🏻

  • Updated @grpc/protoloader from 0.7.4 to 0.7.5.
  • Updated @grpc/grpc-js from 1.8.7 to 1.8.8.
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.

v9.10.2

Compare Source

v9.10.2 (2023-02-21)

  • fix: Replaced request.aborted with response.close in HTTP instrumentation.
  • Fixed issue where setting NEW_RELIC_GRPC_IGNORE_STATUS_CODES was not properly parsing the codes as integers, thus not ignoring reporting errors of certain status codes.
  • Upgraded @grpc/grpc-js from 1.8.4 to 1.8.7.
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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency newrelic to v9.10.2 chore(deps): update dependency newrelic to v9.11.0 Mar 8, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 80ff08f to d2e2a76 Compare March 8, 2023 20:30
@renovate renovate bot changed the title chore(deps): update dependency newrelic to v9.11.0 chore(deps): update dependency newrelic to v9.12.1 Mar 15, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d2e2a76 to 1cac2ff Compare March 15, 2023 19:38
@renovate renovate bot changed the title chore(deps): update dependency newrelic to v9.12.1 chore(deps): update dependency newrelic to v9.13.0 Mar 20, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1cac2ff to 7384674 Compare March 20, 2023 22:27
@renovate renovate bot changed the title chore(deps): update dependency newrelic to v9.13.0 chore(deps): update dependency newrelic to v9.14.0 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7384674 to 2504f2c Compare March 23, 2023 15:02
@renovate renovate bot changed the title chore(deps): update dependency newrelic to v9.14.0 chore(deps): update dependency newrelic to v9.14.1 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2504f2c to aa768ed Compare March 23, 2023 20:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa768ed to 269e5c0 Compare April 4, 2023 21:11
@renovate renovate bot changed the title chore(deps): update dependency newrelic to v9.14.1 chore(deps): update dependency newrelic to v9.15.0 Apr 4, 2023
@renovate renovate bot changed the title chore(deps): update dependency newrelic to v9.15.0 chore(deps): update all non-major dependencies Jun 21, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 269e5c0 to 48b0997 Compare June 21, 2023 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants