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.1.0 #504

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps elastic-apm-node from 3.37.0 to 4.1.0.

Release notes

Sourced from elastic-apm-node's releases.

v4.1.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-1-0:1
ap-east-1 arn:aws:lambda:ap-east-1:267093732750:layer:elastic-apm-node-ver-4-1-0:1
ap-northeast-1 arn:aws:lambda:ap-northeast-1:267093732750:layer:elastic-apm-node-ver-4-1-0:1
ap-northeast-2 arn:aws:lambda:ap-northeast-2:267093732750:layer:elastic-apm-node-ver-4-1-0:1
ap-northeast-3 arn:aws:lambda:ap-northeast-3:267093732750:layer:elastic-apm-node-ver-4-1-0:1
ap-south-1 arn:aws:lambda:ap-south-1:267093732750:layer:elastic-apm-node-ver-4-1-0:1
ap-southeast-1 arn:aws:lambda:ap-southeast-1:267093732750:layer:elastic-apm-node-ver-4-1-0:1
ap-southeast-2 arn:aws:lambda:ap-southeast-2:267093732750:layer:elastic-apm-node-ver-4-1-0:1
ap-southeast-3 arn:aws:lambda:ap-southeast-3:267093732750:layer:elastic-apm-node-ver-4-1-0:1
ca-central-1 arn:aws:lambda:ca-central-1:267093732750:layer:elastic-apm-node-ver-4-1-0:1
eu-central-1 arn:aws:lambda:eu-central-1:267093732750:layer:elastic-apm-node-ver-4-1-0:1
eu-north-1 arn:aws:lambda:eu-north-1:267093732750:layer:elastic-apm-node-ver-4-1-0:1
eu-south-1 arn:aws:lambda:eu-south-1:267093732750:layer:elastic-apm-node-ver-4-1-0:1
eu-west-1 arn:aws:lambda:eu-west-1:267093732750:layer:elastic-apm-node-ver-4-1-0:1
eu-west-2 arn:aws:lambda:eu-west-2:267093732750:layer:elastic-apm-node-ver-4-1-0:1
eu-west-3 arn:aws:lambda:eu-west-3:267093732750:layer:elastic-apm-node-ver-4-1-0:1
me-south-1 arn:aws:lambda:me-south-1:267093732750:layer:elastic-apm-node-ver-4-1-0:1
sa-east-1 arn:aws:lambda:sa-east-1:267093732750:layer:elastic-apm-node-ver-4-1-0:1
us-east-1 arn:aws:lambda:us-east-1:267093732750:layer:elastic-apm-node-ver-4-1-0:1
us-east-2 arn:aws:lambda:us-east-2:267093732750:layer:elastic-apm-node-ver-4-1-0:1
us-west-1 arn:aws:lambda:us-west-1:267093732750:layer:elastic-apm-node-ver-4-1-0:1
us-west-2 arn:aws:lambda:us-west-2:267093732750:layer:elastic-apm-node-ver-4-1-0:1

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

... (truncated)

Changelog

Sourced from elastic-apm-node's changelog.

==== 4.1.0 - 2023/10/09

[float] ===== Features

  • Update support to @opentelemetry/api version 1.6.0. {pull}3622#3622

  • Add support for @aws-sdk/client-dynamodb, one of the AWS SDK v3 clients. ({issues}2958#2958)

  • Add support for @aws-sdk/client-sns, one of the AWS SDK v3 clients. ({issues}2956#2956)

  • Add support for @aws-sdk/client-sqs, one of the AWS SDK v3 clients. ({issues}2957#2957)

  • Fixes for some values of the config setting. "redis" will now properly disable instrumentation for redis@4. "next" will propertly disable all Next.js instrumentation. ({pull}3658#3658)

[float] ===== Bug fixes

[[release-notes-4.0.0]] ==== 4.0.0 - 2023/09/07

See the guide.

[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

... (truncated)

Commits
  • f49e488 4.1.0 (#3662)
  • d3b4796 chore: reduce the number of aws-sdk versions in TAV tests (#3663)
  • 1eae1b5 chore: refactor module patch handling in Instrumentation class (#3658)
  • 3401ece chore(deps-dev): bump @​apollo/server from 4.9.3 to 4.9.4 (#3661)
  • 351950f chore(deps-dev): bump undici from 5.25.3 to 5.25.4 (#3660)
  • 1cfdb03 docs: update supported technologies and add an example for mongoose (#3653)
  • 27dea93 chore(deps-dev): bump azure-functions-core-tools (#3656)
  • 93e934f chore(deps-dev): bump @​types/node from 20.7.0 to 20.8.0 (#3655)
  • 51eb8b3 chore(deps-dev): bump undici from 5.25.2 to 5.25.3 (#3654)
  • 4e767ac chore: add GitHub action to add issue to agents project board when milestoned...
  • 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 [elastic-apm-node](https://github.com/elastic/apm-agent-nodejs) from 3.37.0 to 4.1.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.1.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 Nov 1, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2023

Superseded by #512.

@dependabot dependabot bot closed this Dec 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/staging/elastic-apm-node-4.1.0 branch December 1, 2023 14:46
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