File tree Expand file tree Collapse file tree 6 files changed +13
-11
lines changed
docs/apidiffs/current_vs_latest Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## Version 2.5.0 (2024-06-14)
6+
57### 📈 Enhancements
68
79- Add support for Informix connection string parsing in JDBC instrumentation
Original file line number Diff line number Diff line change 1- Comparing source compatibility of opentelemetry-instrumentation-annotations-2.5 .0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.4.0.jar
1+ Comparing source compatibility of opentelemetry-instrumentation-annotations-2.6 .0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.4.0.jar
22No changes.
Original file line number Diff line number Diff line change 1- Comparing source compatibility of opentelemetry-instrumentation-api-2.5 .0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.4.0.jar
1+ Comparing source compatibility of opentelemetry-instrumentation-api-2.6 .0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.4.0.jar
22No changes.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
1414 dependencies {
1515 classpath " com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
1616 classpath " com.github.johnrengelman:shadow:8.1.1"
17- classpath " io.opentelemetry.instrumentation:gradle-plugins:2.5 .0-alpha-SNAPSHOT"
17+ classpath " io.opentelemetry.instrumentation:gradle-plugins:2.6 .0-alpha-SNAPSHOT"
1818 }
1919}
2020
@@ -30,8 +30,8 @@ subprojects {
3030 opentelemetrySdk : " 1.39.0" ,
3131
3232 // these lines are managed by .github/scripts/update-version.sh
33- opentelemetryJavaagent : " 2.5 .0-SNAPSHOT" ,
34- opentelemetryJavaagentAlpha : " 2.5 .0-alpha-SNAPSHOT" ,
33+ opentelemetryJavaagent : " 2.6 .0-SNAPSHOT" ,
34+ opentelemetryJavaagentAlpha : " 2.6 .0-alpha-SNAPSHOT" ,
3535
3636 autoservice : " 1.1.1" ,
3737 junit : " 5.10.2"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ plugins {
1313 id " com.github.johnrengelman.shadow" version " 8.1.1"
1414 id " com.diffplug.spotless" version " 6.25.0"
1515
16- id " io.opentelemetry.instrumentation.muzzle-generation" version " 2.5 .0-alpha-SNAPSHOT"
17- id " io.opentelemetry.instrumentation.muzzle-check" version " 2.5 .0-alpha-SNAPSHOT"
16+ id " io.opentelemetry.instrumentation.muzzle-generation" version " 2.6 .0-alpha-SNAPSHOT"
17+ id " io.opentelemetry.instrumentation.muzzle-check" version " 2.6 .0-alpha-SNAPSHOT"
1818}
1919
2020group ' io.opentelemetry.example'
2626 opentelemetrySdk : " 1.39.0" ,
2727
2828 // these lines are managed by .github/scripts/update-version.sh
29- opentelemetryJavaagent : " 2.5 .0-SNAPSHOT" ,
30- opentelemetryJavaagentAlpha : " 2.5 .0-alpha-SNAPSHOT" ,
29+ opentelemetryJavaagent : " 2.6 .0-SNAPSHOT" ,
30+ opentelemetryJavaagentAlpha : " 2.6 .0-alpha-SNAPSHOT" ,
3131
3232 junit : " 5.10.2"
3333 ]
Original file line number Diff line number Diff line change 1- val stableVersion = " 2.5 .0-SNAPSHOT"
2- val alphaVersion = " 2.5 .0-alpha-SNAPSHOT"
1+ val stableVersion = " 2.6 .0-SNAPSHOT"
2+ val alphaVersion = " 2.6 .0-alpha-SNAPSHOT"
33
44allprojects {
55 if (findProperty(" otel.stable" ) != " true" ) {
You can’t perform that action at this time.
0 commit comments