Skip to content

Commit 87896a4

Browse files
authored
Prepare release 1.42.0 (#503)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent d32d28e commit 87896a4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.42.0 (2026-06-16)
44

55
* Bump to semconv v1.42.0
66
([#497](https://github.com/open-telemetry/semantic-conventions-java/pull/497))

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
// start - updated by ./.github/workflows/prepare-release-branch.yml
10-
val snapshot = true
10+
val snapshot = false
1111
// end
1212

1313
// The release version of https://github.com/open-telemetry/semantic-conventions used to generate classes

docs/apidiffs/current_vs_latest/opentelemetry-semconv.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-semconv-1.42.0-SNAPSHOT.jar against opentelemetry-semconv-1.41.1.jar
1+
Comparing source compatibility of opentelemetry-semconv-1.42.0.jar against opentelemetry-semconv-1.41.1.jar
22
+++ NEW CLASS: PUBLIC(+) FINAL(+) io.opentelemetry.semconv.ContainerAttributes (not serializable)
33
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
44
+++ NEW SUPERCLASS: java.lang.Object

0 commit comments

Comments
 (0)