Skip to content

Bump apm-opentracing from 1.23.0 to 1.36.0#175

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/co.elastic.apm-apm-opentracing-1.36.0
Open

Bump apm-opentracing from 1.23.0 to 1.36.0#175
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/co.elastic.apm-apm-opentracing-1.36.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps apm-opentracing from 1.23.0 to 1.36.0.

Release notes

Sourced from apm-opentracing's releases.

Release 1.36.0

Release Notes for 1.36.0

ARNs of the APM Java Agent's AWS Lambda Layer

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

Release 1.35.0

Release Notes for 1.35.0

ARNs of the APM Java Agent's AWS Lambda Layer

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

... (truncated)

Changelog

Sourced from apm-opentracing's changelog.

==== 1.36.0 - 2023/01/27

===== Potentially breaking changes

  • Previously, agent instrumented all implementations of javax.jms.MessageListener, which could cause performance issues. From now on, the instrumentation is limited to implementations that fit at least one of the following criteria: ** have Message or Listener in their class name ** is an anonymous inner class or a lambda ** is within a package provided by the jms_listener_packages configuration.
  • The context.destination.service.resource span field has been changed for AWS S3, SQS and DynamoDB. As a result, the history of metrics relying on this field might break. - {pull}2947#2947

[float] ===== Features

  • Add experimental log sending from the agent with log_sending - {pull}2694#2694
  • Add bootstrap checks that enable on startup - {pull}2951#2951
  • Added support for LDAP - {pull}2977#2977

[float] ===== Bug fixes

  • Use 127.0.0.1 as default for server_url to prevent ipv6 ambiguity - {pull}2927#2927
  • Fix some span-compression concurrency issues - {pull}2865#2865
  • Add warning when agent is accidentally started on a JVM/JDK command-line tool - {pull}2924#2924
  • Fix NullPointerException caused by the Elasticsearch REST client instrumentation when collecting dropped span metrics - {pull}2959#2959
  • Fix SQS Instrumentation for Non-MessageReceive actions to avoid NoSuchElementException - {pull}2979#2979
  • Fix java.lang.NoSuchMethodError when using the agent with WebFlux and Spring 6.x/Spring Boot 3.x - {pull}2935#2935
  • Optimize JMS listener matcher - {pull}2930#2930
  • Handle Corretto causing a sigsegv when accessing Throwables inside some instrumentation with AWS - {pull}2958#2958
  • Change Micrometer logs to DEBUG from INFO - {pull}2914#2914

[[release-notes-1.35.0]] ==== 1.35.0 - 2022/12/06

[float] ===== Features

  • Add support for log correlation for java.util.logging (JUL) - {pull}2724#2724
  • Add support for spring-kafka batch listeners - {pull}2815#2815
  • Improved instrumentation for legacy Apache HttpClient (when not using an HttpUriRequest, such as BasicHttpRequest)
  • Prevented exclusion of agent-packages via classes_excluded_from_instrumentation to avoid unintended side effects
  • Add Tomcat support for log reformatting - {pull}2839#2839
  • Capture Elastic cluster name on Elastic Cloud - {pull}2796#2796
  • Attacher CLI: added a --no-fork config to opt out from executing a forked process as different user.If --no-fork is used alongside discovery rules that contain only --include-pid rules, the attacher will not execute JVM discovery - {pull}2863#2863
  • Add the option to instrument very old bytecode through the config option - {pull}2866#2866
  • Capture MongoDB statements - {pull}2806#2806
  • Added agent health and background overhead metrics (experimental) - {pull}2864#2864, {pull}2888#2888
  • Added support for Finagle Http Client - {pull}2795#2795
  • Add support for Apache HTTP client 3.x - {pull}2853#2853
  • Made api_key and secret_token configuration options dynamic - {pull}2889#2889
  • Misaligned micrometer interval vs Elastic agent metrics reporting interval now handled - {pull}2801#2801
  • Histograms now reported from micrometer metrics - {pull}2895#2895

... (truncated)

Commits
  • 123ee8a [maven-release-plugin] prepare release v1.36.0
  • 1c8dbe0 Revert "[maven-release-plugin] prepare release v1.36.0" (#2997)
  • 678387f [maven-release-plugin] prepare release v1.36.0
  • 734c4ec Version bump 1.36.0
  • f52a321 Revert version changes after failed release (#2992)
  • 2adba10 [maven-release-plugin] prepare for next development iteration
  • 00895b1 [maven-release-plugin] prepare release v1.36.0
  • 5da098d Version bump 1.36.0
  • da39b42 ci: pin baremetal with jdk17 (#2990)
  • 7ab948d Prepare changelog for 1.36.0 release (#2988)
  • 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 [apm-opentracing](https://github.com/elastic/apm-agent-java) from 1.23.0 to 1.36.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.23.0...v1.36.0)

---
updated-dependencies:
- dependency-name: co.elastic.apm:apm-opentracing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2023
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