Skip to content

Commit 7fcacb0

Browse files
authored
Update version to 1.62.0 (#8278)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 45496ed commit 7fcacb0

26 files changed

+27
-25
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## Version 1.61.0 (2026-04-10)
6+
57
### API
68

79
* Stabilize `isEnabled()` on `Tracer`, `Logger`, and metric instruments

docs/apidiffs/current_vs_latest/opentelemetry-api.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-api-1.61.0-SNAPSHOT.jar against opentelemetry-api-1.60.1.jar
1+
Comparing source compatibility of opentelemetry-api-1.62.0-SNAPSHOT.jar against opentelemetry-api-1.60.1.jar
22
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.api.logs.Logger (not serializable)
33
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
44
+++ NEW METHOD: PUBLIC(+) boolean isEnabled(io.opentelemetry.api.logs.Severity, io.opentelemetry.context.Context)

docs/apidiffs/current_vs_latest/opentelemetry-common.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-common-1.61.0-SNAPSHOT.jar against opentelemetry-common-1.60.1.jar
1+
Comparing source compatibility of opentelemetry-common-1.62.0-SNAPSHOT.jar against opentelemetry-common-1.60.1.jar
22
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.common.ComponentLoader (not serializable)
33
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
44
+++ NEW METHOD: PUBLIC(+) STATIC(+) java.util.List<T> loadList(io.opentelemetry.common.ComponentLoader, java.lang.Class<T>)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-context-1.61.0-SNAPSHOT.jar against opentelemetry-context-1.60.1.jar
1+
Comparing source compatibility of opentelemetry-context-1.62.0-SNAPSHOT.jar against opentelemetry-context-1.60.1.jar
22
No changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-exporter-common-1.61.0-SNAPSHOT.jar against opentelemetry-exporter-common-1.60.1.jar
1+
Comparing source compatibility of opentelemetry-exporter-common-1.62.0-SNAPSHOT.jar against opentelemetry-exporter-common-1.60.1.jar
22
No changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-exporter-logging-otlp-1.61.0-SNAPSHOT.jar against opentelemetry-exporter-logging-otlp-1.60.1.jar
1+
Comparing source compatibility of opentelemetry-exporter-logging-otlp-1.62.0-SNAPSHOT.jar against opentelemetry-exporter-logging-otlp-1.60.1.jar
22
No changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-exporter-logging-1.61.0-SNAPSHOT.jar against opentelemetry-exporter-logging-1.60.1.jar
1+
Comparing source compatibility of opentelemetry-exporter-logging-1.62.0-SNAPSHOT.jar against opentelemetry-exporter-logging-1.60.1.jar
22
No changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-exporter-otlp-common-1.61.0-SNAPSHOT.jar against opentelemetry-exporter-otlp-common-1.60.1.jar
1+
Comparing source compatibility of opentelemetry-exporter-otlp-common-1.62.0-SNAPSHOT.jar against opentelemetry-exporter-otlp-common-1.60.1.jar
22
No changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-exporter-otlp-1.61.0-SNAPSHOT.jar against opentelemetry-exporter-otlp-1.60.1.jar
1+
Comparing source compatibility of opentelemetry-exporter-otlp-1.62.0-SNAPSHOT.jar against opentelemetry-exporter-otlp-1.60.1.jar
22
No changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-exporter-sender-grpc-managed-channel-1.61.0-SNAPSHOT.jar against opentelemetry-exporter-sender-grpc-managed-channel-1.60.1.jar
1+
Comparing source compatibility of opentelemetry-exporter-sender-grpc-managed-channel-1.62.0-SNAPSHOT.jar against opentelemetry-exporter-sender-grpc-managed-channel-1.60.1.jar
22
No changes.

0 commit comments

Comments
 (0)