Skip to content

Commit c12edae

Browse files
authored
Prepare release 1.43.0 (#523)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 8b9d7c0 commit c12edae

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.43.0 (2026-07-08)
44

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

build.gradle.kts

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

1010
// start - updated by ./.github/workflows/prepare-release-branch.yml
11-
val snapshot = true
11+
val snapshot = false
1212
// end
1313

1414
// 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.43.0-SNAPSHOT.jar against opentelemetry-semconv-1.42.0.jar
1+
Comparing source compatibility of opentelemetry-semconv-1.43.0.jar against opentelemetry-semconv-1.42.0.jar
22
*** MODIFIED CLASS: PUBLIC FINAL io.opentelemetry.semconv.SchemaUrls (not serializable)
33
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
44
+++ NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String V1_43_0

0 commit comments

Comments
 (0)