File tree 9 files changed +15
-15
lines changed
docs/apidiffs/current_vs_latest
9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## Version 2.13.1 (2025-02-18)
4
4
5
5
### 🛠️ Bug fixes
6
6
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ If you are looking for documentation on using those.
33
33
## Getting Started
34
34
35
35
Download
36
- the [ latest version] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v2.13.0 /opentelemetry-javaagent.jar ) .
36
+ the [ latest version] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v2.13.1 /opentelemetry-javaagent.jar ) .
37
37
38
38
This package includes the instrumentation agent as well as
39
39
instrumentations for all supported libraries and all available data exporters.
Original file line number Diff line number Diff line change 1
- Comparing source compatibility of opentelemetry-instrumentation-annotations-2.13.0 .jar against opentelemetry-instrumentation-annotations-2.12.0.jar
1
+ Comparing source compatibility of opentelemetry-instrumentation-annotations-2.13.1 .jar against opentelemetry-instrumentation-annotations-2.12.0.jar
2
2
No changes.
Original file line number Diff line number Diff line change 1
- Comparing source compatibility of opentelemetry-instrumentation-api-2.13.0 .jar against opentelemetry-instrumentation-api-2.12.0.jar
1
+ Comparing source compatibility of opentelemetry-instrumentation-api-2.13.1 .jar against opentelemetry-instrumentation-api-2.12.0.jar
2
2
+++ NEW CLASS: PUBLIC(+) FINAL(+) io.opentelemetry.instrumentation.api.semconv.util.SpanNames (not serializable)
3
3
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
4
4
+++ NEW SUPERCLASS: java.lang.Object
Original file line number Diff line number Diff line change 1
- Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.13.0 .jar against opentelemetry-spring-boot-autoconfigure-2.12.0.jar
1
+ Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.13.1 .jar against opentelemetry-spring-boot-autoconfigure-2.12.0.jar
2
2
No changes.
Original file line number Diff line number Diff line change 1
- Comparing source compatibility of opentelemetry-spring-boot-starter-2.13.0 .jar against opentelemetry-spring-boot-starter-2.12.0.jar
1
+ Comparing source compatibility of opentelemetry-spring-boot-starter-2.13.1 .jar against opentelemetry-spring-boot-starter-2.12.0.jar
2
2
No changes.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
14
14
dependencies {
15
15
classpath " com.diffplug.spotless:spotless-plugin-gradle:7.0.2"
16
16
classpath " com.gradleup.shadow:shadow-gradle-plugin:8.3.6"
17
- classpath " io.opentelemetry.instrumentation:gradle-plugins:2.13.0 -alpha"
17
+ classpath " io.opentelemetry.instrumentation:gradle-plugins:2.13.1 -alpha"
18
18
}
19
19
}
20
20
@@ -30,8 +30,8 @@ subprojects {
30
30
opentelemetrySdk : " 1.47.0" ,
31
31
32
32
// these lines are managed by .github/scripts/update-version.sh
33
- opentelemetryJavaagent : " 2.13.0 " ,
34
- opentelemetryJavaagentAlpha : " 2.13.0 -alpha" ,
33
+ opentelemetryJavaagent : " 2.13.1 " ,
34
+ opentelemetryJavaagentAlpha : " 2.13.1 -alpha" ,
35
35
36
36
autoservice : " 1.1.1" ,
37
37
junit : " 5.11.4"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ plugins {
13
13
id " com.gradleup.shadow" version " 8.3.6"
14
14
id " com.diffplug.spotless" version " 7.0.2"
15
15
16
- id " io.opentelemetry.instrumentation.muzzle-generation" version " 2.13.0 -alpha"
17
- id " io.opentelemetry.instrumentation.muzzle-check" version " 2.13.0 -alpha"
16
+ id " io.opentelemetry.instrumentation.muzzle-generation" version " 2.13.1 -alpha"
17
+ id " io.opentelemetry.instrumentation.muzzle-check" version " 2.13.1 -alpha"
18
18
}
19
19
20
20
group ' io.opentelemetry.example'
26
26
opentelemetrySdk : " 1.47.0" ,
27
27
28
28
// these lines are managed by .github/scripts/update-version.sh
29
- opentelemetryJavaagent : " 2.13.0 " ,
30
- opentelemetryJavaagentAlpha : " 2.13.0 -alpha" ,
29
+ opentelemetryJavaagent : " 2.13.1 " ,
30
+ opentelemetryJavaagentAlpha : " 2.13.1 -alpha" ,
31
31
32
32
junit : " 5.11.4"
33
33
]
Original file line number Diff line number Diff line change 1
- val stableVersion = " 2.13.0 "
2
- val alphaVersion = " 2.13.0 -alpha"
1
+ val stableVersion = " 2.13.1 "
2
+ val alphaVersion = " 2.13.1 -alpha"
3
3
4
4
allprojects {
5
5
if (findProperty(" otel.stable" ) != " true" ) {
You can’t perform that action at this time.
0 commit comments