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): bump elastic-apm-node from 3.37.0 to 4.0.0 #500

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Bumps elastic-apm-node from 3.37.0 to 4.0.0.

Release notes

Sourced from elastic-apm-node's releases.

v4.0.0

For more information, please see the changelog.

Elastic APM Node.js agent layer ARNs

Region ARN
af-south-1 arn:aws:lambda:af-south-1:267093732750:layer:elastic-apm-node-ver-4-0-0:1
ap-east-1 arn:aws:lambda:ap-east-1:267093732750:layer:elastic-apm-node-ver-4-0-0:1
ap-northeast-1 arn:aws:lambda:ap-northeast-1:267093732750:layer:elastic-apm-node-ver-4-0-0:1
ap-northeast-2 arn:aws:lambda:ap-northeast-2:267093732750:layer:elastic-apm-node-ver-4-0-0:1
ap-northeast-3 arn:aws:lambda:ap-northeast-3:267093732750:layer:elastic-apm-node-ver-4-0-0:1
ap-south-1 arn:aws:lambda:ap-south-1:267093732750:layer:elastic-apm-node-ver-4-0-0:1
ap-southeast-1 arn:aws:lambda:ap-southeast-1:267093732750:layer:elastic-apm-node-ver-4-0-0:1
ap-southeast-2 arn:aws:lambda:ap-southeast-2:267093732750:layer:elastic-apm-node-ver-4-0-0:1
ap-southeast-3 arn:aws:lambda:ap-southeast-3:267093732750:layer:elastic-apm-node-ver-4-0-0:1
ca-central-1 arn:aws:lambda:ca-central-1:267093732750:layer:elastic-apm-node-ver-4-0-0:1
eu-central-1 arn:aws:lambda:eu-central-1:267093732750:layer:elastic-apm-node-ver-4-0-0:1
eu-north-1 arn:aws:lambda:eu-north-1:267093732750:layer:elastic-apm-node-ver-4-0-0:1
eu-south-1 arn:aws:lambda:eu-south-1:267093732750:layer:elastic-apm-node-ver-4-0-0:1
eu-west-1 arn:aws:lambda:eu-west-1:267093732750:layer:elastic-apm-node-ver-4-0-0:1
eu-west-2 arn:aws:lambda:eu-west-2:267093732750:layer:elastic-apm-node-ver-4-0-0:1
eu-west-3 arn:aws:lambda:eu-west-3:267093732750:layer:elastic-apm-node-ver-4-0-0:1
me-south-1 arn:aws:lambda:me-south-1:267093732750:layer:elastic-apm-node-ver-4-0-0:1
sa-east-1 arn:aws:lambda:sa-east-1:267093732750:layer:elastic-apm-node-ver-4-0-0:1
us-east-1 arn:aws:lambda:us-east-1:267093732750:layer:elastic-apm-node-ver-4-0-0:1
us-east-2 arn:aws:lambda:us-east-2:267093732750:layer:elastic-apm-node-ver-4-0-0:1
us-west-1 arn:aws:lambda:us-west-1:267093732750:layer:elastic-apm-node-ver-4-0-0:1
us-west-2 arn:aws:lambda:us-west-2:267093732750:layer:elastic-apm-node-ver-4-0-0:1

v3.50.0

For more information, please see the changelog.

Elastic APM Node.js agent layer ARNs

Region ARN
af-south-1 arn:aws:lambda:af-south-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-east-1 arn:aws:lambda:ap-east-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-northeast-1 arn:aws:lambda:ap-northeast-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-northeast-2 arn:aws:lambda:ap-northeast-2:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-northeast-3 arn:aws:lambda:ap-northeast-3:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-south-1 arn:aws:lambda:ap-south-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-southeast-1 arn:aws:lambda:ap-southeast-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-southeast-2 arn:aws:lambda:ap-southeast-2:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-southeast-3 arn:aws:lambda:ap-southeast-3:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ca-central-1 arn:aws:lambda:ca-central-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
eu-central-1 arn:aws:lambda:eu-central-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
eu-north-1 arn:aws:lambda:eu-north-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
eu-south-1 arn:aws:lambda:eu-south-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1

... (truncated)

Changelog

Sourced from elastic-apm-node's changelog.

==== 4.0.0 - 2023/09/07

[float] ===== Breaking changes

  • Set the new minimum supported Node.js to version 14.17.0. Users of earlier Node.js versions can use elastic-apm-node v3.x, which supports back to Node.js v8.6.

  • Ignore a timer option passed to startTransaction() and startSpan() APIs. This option was never documented. It would be surprising if any user is impacted by this.

  • Remove long deprecated support for the ELASTIC_APM_-prefixed environment variables for the . For example, one must use KUBERNETES_POD_NAME and not ELASTIC_APM_KUBERNETES_POD_NAME. ({issues}2661#2661)

  • The config option filterHttpHeaders is now removed. ({pull}3539#3539)

  • Remove the deprecated span.toString() and transaction.toString() APIs. See for details. ({issues}2348#2348)

  • Remove instrumentation support for the old 'hapi' package -- the current '@​hapi/hapi' package is still instrumented. ({issues}2691#2691)

  • Change apm.startTransaction() api to return a noop transaction instead of null, if the agent is not yet started. ({issues}2429#2429)

  • Drop support for the obsolete "patch" context manager, i.e. the contextManager: "patch" config option. This was a limited async context management that predated the preferred AsyncLocalStorage core Node.js mechanism for context tracking. It was deprecated in v3.37.0. As well, the related and deprecated asyncHooks config option has been removed. ({issues}3529#3529)

  • Remove the logUncaughtExceptions config option. See for details. ({issues}2412#2412)

  • Remove transaction.subtype and transaction.action properties from API. This also impacts and transaction.setType(...), both of which now no longer accept subtype and action parameters. These two properties were deprecated in v3.25.0. ({issues}3557#3557)

  • Remove support for the erroneous ELASTIC_SANITIZE_FIELD_NAMES and ELASTIC_IGNORE_MESSAGE_QUEUES config environment variables. The correct env vars are ELASTIC_APM_SANITIZE_FIELD_NAMES and ELASTIC_APM_IGNORE_MESSAGE_QUEUES, respectively, and were supported starting

... (truncated)

Commits

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 [elastic-apm-node](https://github.com/elastic/apm-agent-nodejs) from 3.37.0 to 4.0.0.
- [Release notes](https://github.com/elastic/apm-agent-nodejs/releases)
- [Changelog](https://github.com/elastic/apm-agent-nodejs/blob/main/CHANGELOG.asciidoc)
- [Commits](elastic/apm-agent-nodejs@v3.37.0...v4.0.0)

---
updated-dependencies:
- dependency-name: elastic-apm-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2023

Superseded by #504.

@dependabot dependabot bot closed this Nov 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/staging/elastic-apm-node-4.0.0 branch November 1, 2023 14:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants