File tree Expand file tree Collapse file tree
docs/apidiffs/current_vs_latest
semconv/src/main/java/io/opentelemetry/semconv Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 "
1515val schemaUrlVersions = listOf (
1616 semanticConventionsVersion,
17+ " 1.41.0" ,
1718 " 1.40.0" ,
1819 " 1.39.0" ,
1920 " 1.38.0" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 66package io .opentelemetry .semconv ;
77
88public 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" ;
You can’t perform that action at this time.
0 commit comments