Skip to content

Commit 6c6412f

Browse files
committed
Prepare release 1.51.0
1 parent 063c2ad commit 6c6412f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 1.51.0 (2025-10-20)
44

55
### AWS X-Ray SDK support and propagator
66

docs/apidiffs/current_vs_latest/opentelemetry-aws-xray.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Comparing source compatibility of opentelemetry-aws-xray-1.51.0-SNAPSHOT.jar against opentelemetry-aws-xray-1.50.0.jar
1+
Comparing source compatibility of opentelemetry-aws-xray-1.51.0.jar against opentelemetry-aws-xray-1.50.0.jar
22
+++ NEW CLASS: PUBLIC(+) ABSTRACT(+) io.opentelemetry.contrib.awsxray.AwsXrayAdaptiveSamplingConfig (not serializable)
33
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
44
+++ NEW SUPERCLASS: java.lang.Object

version.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
val stableVersion = "1.51.0-SNAPSHOT"
2-
val alphaVersion = "1.51.0-alpha-SNAPSHOT"
1+
val stableVersion = "1.51.0"
2+
val alphaVersion = "1.51.0-alpha"
33

44
allprojects {
55
if (findProperty("otel.stable") != "true") {

0 commit comments

Comments
 (0)