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 co.elastic.apm:apm-agent-api from 1.44.0 to 1.45.0 #200

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps co.elastic.apm:apm-agent-api from 1.44.0 to 1.45.0.

Release notes

Sourced from co.elastic.apm:apm-agent-api's releases.

Release 1.45.0

Release Notes for 1.45.0

ARNs of the APM Java Agent AWS Lambda Layer

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

Sourced from co.elastic.apm:apm-agent-api's changelog.

==== 1.45.0 - 2023/12/07

[float] ===== Features

  • Added support for OpenTelemetry annotations - WithSpan and SpanAttribute - {pull}3406#3406
  • Only automatically apply redacted exceptions for Corretto JVM 17-20. Outside that, user should use capture_exception_details=false to workaround the JVM race-condition bug if it gets triggered: {pull}3438#3438
  • Added support for Spring 6.1 / Spring-Boot 3.2 - {pull}3440#3440
  • Add support for Apache HTTP client 5.x - {pull}3419#3419

[float] ===== Potentially breaking changes

  • Added support for OpenTelemetry 1.32.0. As a result, custom_metrics_histogram_boundaries will not work when you bring your own MeterProvider from an SDK with version 1.32.0 or newer. As a workaround, you should manually register a corresponding View in your MeterProvider. Note that this change will not affect you, if you are using the OpenTelemetry API only and not the SDK. - {pull}3447#3447

[[release-notes-1.44.0]]

Commits
  • 9da6628 [maven-release-plugin] prepare release v1.45.0
  • 7460a8a Prepare changelog for release 1.45.0
  • 129a318 Upgrade to OpenTelemetry 1.32.0, add support for bucket boundaries metrics AP...
  • 08bc842 updated message that helps run properly ConfigurationExporterTest on windows ...
  • eb349d3 Apachehttpclient v5 (#3419)
  • d1aaa52 backport doc changes from 1.x (#3458)
  • 25d82d8 Bump the github-actions group (#3451)
  • f298531 Bump the github-actions group with 1 update (#3452)
  • bd969b3 Disable SpringAmqpBatchIT due to flakyness (#3453)
  • c3e273c Bump version.aws.sdk from 2.21.13 to 2.21.36 in /apm-agent-plugins (#3450)
  • 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 [co.elastic.apm:apm-agent-api](https://github.com/elastic/apm-agent-java) from 1.44.0 to 1.45.0.
- [Release notes](https://github.com/elastic/apm-agent-java/releases)
- [Changelog](https://github.com/elastic/apm-agent-java/blob/main/CHANGELOG.asciidoc)
- [Commits](elastic/apm-agent-java@v1.44.0...v1.45.0)

---
updated-dependencies:
- dependency-name: co.elastic.apm:apm-agent-api
  dependency-type: direct:development
  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 java Pull requests that update Java code labels Dec 11, 2023
@tobiasstadler tobiasstadler merged commit 878746f into main Dec 11, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/co.elastic.apm-apm-agent-api-1.45.0 branch December 11, 2023 17: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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant