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.9.0 (2024-10-17)
4
4
5
5
### 📈 Enhancements
6
6
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ If you are looking for documentation on using those.
60
60
## Getting Started
61
61
62
62
Download
63
- the [ latest version] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/ download/opentelemetry-javaagent.jar ) .
63
+ the [ latest version] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v2.9.0 /opentelemetry-javaagent.jar ) .
64
64
65
65
This package includes the instrumentation agent as well as
66
66
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.9.0-SNAPSHOT .jar against opentelemetry-instrumentation-annotations-2.8.0.jar
1
+ Comparing source compatibility of opentelemetry-instrumentation-annotations-2.9.0.jar against opentelemetry-instrumentation-annotations-2.8.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.9.0-SNAPSHOT .jar against opentelemetry-instrumentation-api-2.8.0.jar
1
+ Comparing source compatibility of opentelemetry-instrumentation-api-2.9.0.jar against opentelemetry-instrumentation-api-2.8.0.jar
2
2
No changes.
Original file line number Diff line number Diff line change 1
- Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.9.0-SNAPSHOT .jar against opentelemetry-spring-boot-autoconfigure-2.8.0.jar
1
+ Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.9.0.jar against opentelemetry-spring-boot-autoconfigure-2.8.0.jar
2
2
=== UNCHANGED CLASS: PUBLIC io.opentelemetry.instrumentation.spring.autoconfigure.OpenTelemetryAutoConfiguration (not serializable)
3
3
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
4
4
*** MODIFIED ANNOTATION: org.springframework.boot.context.properties.EnableConfigurationProperties
Original file line number Diff line number Diff line change 1
- Comparing source compatibility of opentelemetry-spring-boot-starter-2.9.0-SNAPSHOT .jar against opentelemetry-spring-boot-starter-2.8.0.jar
1
+ Comparing source compatibility of opentelemetry-spring-boot-starter-2.9.0.jar against opentelemetry-spring-boot-starter-2.8.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:6.25.0"
16
16
classpath " com.gradleup.shadow:shadow-gradle-plugin:8.3.3"
17
- classpath " io.opentelemetry.instrumentation:gradle-plugins:2.9.0-alpha-SNAPSHOT "
17
+ classpath " io.opentelemetry.instrumentation:gradle-plugins:2.9.0-alpha"
18
18
}
19
19
}
20
20
@@ -30,8 +30,8 @@ subprojects {
30
30
opentelemetrySdk : " 1.43.0" ,
31
31
32
32
// these lines are managed by .github/scripts/update-version.sh
33
- opentelemetryJavaagent : " 2.9.0-SNAPSHOT " ,
34
- opentelemetryJavaagentAlpha : " 2.9.0-alpha-SNAPSHOT " ,
33
+ opentelemetryJavaagent : " 2.9.0" ,
34
+ opentelemetryJavaagentAlpha : " 2.9.0-alpha" ,
35
35
36
36
autoservice : " 1.1.1" ,
37
37
junit : " 5.11.2"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ plugins {
13
13
id " com.gradleup.shadow" version " 8.3.3"
14
14
id " com.diffplug.spotless" version " 6.25.0"
15
15
16
- id " io.opentelemetry.instrumentation.muzzle-generation" version " 2.9.0-alpha-SNAPSHOT "
17
- id " io.opentelemetry.instrumentation.muzzle-check" version " 2.9.0-alpha-SNAPSHOT "
16
+ id " io.opentelemetry.instrumentation.muzzle-generation" version " 2.9.0-alpha"
17
+ id " io.opentelemetry.instrumentation.muzzle-check" version " 2.9.0-alpha"
18
18
}
19
19
20
20
group ' io.opentelemetry.example'
26
26
opentelemetrySdk : " 1.43.0" ,
27
27
28
28
// these lines are managed by .github/scripts/update-version.sh
29
- opentelemetryJavaagent : " 2.9.0-SNAPSHOT " ,
30
- opentelemetryJavaagentAlpha : " 2.9.0-alpha-SNAPSHOT " ,
29
+ opentelemetryJavaagent : " 2.9.0" ,
30
+ opentelemetryJavaagentAlpha : " 2.9.0-alpha" ,
31
31
32
32
junit : " 5.11.2"
33
33
]
Original file line number Diff line number Diff line change 1
- val stableVersion = " 2.9.0-SNAPSHOT "
2
- val alphaVersion = " 2.9.0-alpha-SNAPSHOT "
1
+ val stableVersion = " 2.9.0"
2
+ val alphaVersion = " 2.9.0-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