Merge change log updates from release/v2.13.x (#13426)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
This commit is contained in:
parent
13233958ec
commit
14f88da85a
|
@ -8,6 +8,13 @@
|
|||
`io.opentelemetry.instrumentation.httpclient` was deprecated in favor of the new package name
|
||||
`io.opentelemetry.instrumentation.javahttpclient`
|
||||
|
||||
## Version 2.13.3 (2025-02-28)
|
||||
|
||||
### 🛠️ Bug fixes
|
||||
|
||||
- Backport: Fix failure to start when AWS Resource Provider is enabled
|
||||
([#13420](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13420))
|
||||
|
||||
## Version 2.13.2 (2025-02-27)
|
||||
|
||||
### 🛠️ Bug fixes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.14.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.13.2.jar
|
||||
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.14.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.13.3.jar
|
||||
No changes.
|
|
@ -1,2 +1,2 @@
|
|||
Comparing source compatibility of opentelemetry-instrumentation-api-2.14.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.13.2.jar
|
||||
Comparing source compatibility of opentelemetry-instrumentation-api-2.14.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.13.3.jar
|
||||
No changes.
|
|
@ -1,2 +1,2 @@
|
|||
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.14.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.13.2.jar
|
||||
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.14.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.13.3.jar
|
||||
No changes.
|
|
@ -1,2 +1,2 @@
|
|||
Comparing source compatibility of opentelemetry-spring-boot-starter-2.14.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.13.2.jar
|
||||
Comparing source compatibility of opentelemetry-spring-boot-starter-2.14.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.13.3.jar
|
||||
No changes.
|
Loading…
Reference in New Issue