Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

## Version 1.41.1 (2026-05-12)

* Bump to semconv v1.41.1
([#475](https://github.com/open-telemetry/semantic-conventions-java/pull/475))

## Version 1.41.1 (2026-05-12)

Comment thread
trask marked this conversation as resolved.
Outdated
* Bump to semconv v1.41.1
([#475](https://github.com/open-telemetry/semantic-conventions-java/pull/475))

Expand Down
4 changes: 4 additions & 0 deletions docs/apidiffs/1.41.1_vs_1.41.0/opentelemetry-semconv.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Comparing source compatibility of opentelemetry-semconv-1.41.1.jar against opentelemetry-semconv-1.41.0.jar
*** MODIFIED CLASS: PUBLIC FINAL io.opentelemetry.semconv.SchemaUrls (not serializable)
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+++ NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String V1_41_1
6 changes: 2 additions & 4 deletions docs/apidiffs/current_vs_latest/opentelemetry-semconv.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
Comparing source compatibility of opentelemetry-semconv-1.41.1-SNAPSHOT.jar against opentelemetry-semconv-1.41.0.jar
*** MODIFIED CLASS: PUBLIC FINAL io.opentelemetry.semconv.SchemaUrls (not serializable)
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+++ NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String V1_41_1
Comparing source compatibility of opentelemetry-semconv-1.41.1-SNAPSHOT.jar against opentelemetry-semconv-1.41.1.jar
No changes.
Loading