Skip to content

Commit 7c33ba8

Browse files
Update the semantic conventions version to 1.41.1 (#475)
* Update the semantic conventions version to 1.41.1 * Update changelog PR link --------- Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 5ddf4c5 commit 7c33ba8

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
* Bump to semconv v1.41.1
6+
([#475](https://github.com/open-telemetry/semantic-conventions-java/pull/475))
7+
58
## Version 1.41.0 (2026-04-30)
69

710
* Bump to semconv v1.41.0

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ val snapshot = true
1111
// end
1212

1313
// The release version of https://github.com/open-telemetry/semantic-conventions used to generate classes
14-
var semanticConventionsVersion = "1.41.0"
14+
var semanticConventionsVersion = "1.41.1"
1515
val schemaUrlVersions = listOf(
1616
semanticConventionsVersion,
17+
"1.41.0",
1718
"1.40.0",
1819
"1.39.0",
1920
"1.38.0",
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
Comparing source compatibility of opentelemetry-semconv-1.41.0-SNAPSHOT.jar against opentelemetry-semconv-1.41.0.jar
2-
No changes.
1+
Comparing source compatibility of opentelemetry-semconv-1.41.1-SNAPSHOT.jar against opentelemetry-semconv-1.41.0.jar
2+
*** MODIFIED CLASS: PUBLIC FINAL io.opentelemetry.semconv.SchemaUrls (not serializable)
3+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
4+
+++ NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String V1_41_1

semconv/src/main/java/io/opentelemetry/semconv/SchemaUrls.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
package io.opentelemetry.semconv;
77

88
public final class SchemaUrls {
9+
public static final String V1_41_1 = "https://opentelemetry.io/schemas/1.41.1";
910
public static final String V1_41_0 = "https://opentelemetry.io/schemas/1.41.0";
1011
public static final String V1_40_0 = "https://opentelemetry.io/schemas/1.40.0";
1112
public static final String V1_39_0 = "https://opentelemetry.io/schemas/1.39.0";

0 commit comments

Comments
 (0)