Skip to content

Commit 2525caa

Browse files
authored
Post-release updates for 1.61.0 (#8281)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 7fcacb0 commit 2525caa

49 files changed

Lines changed: 152 additions & 104 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 32 additions & 32 deletions
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Comparing source compatibility of opentelemetry-api-1.61.0.jar against opentelemetry-api-1.60.0.jar
2+
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.api.logs.Logger (not serializable)
3+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
4+
+++ NEW METHOD: PUBLIC(+) boolean isEnabled(io.opentelemetry.api.logs.Severity, io.opentelemetry.context.Context)
5+
+++ NEW METHOD: PUBLIC(+) boolean isEnabled(io.opentelemetry.api.logs.Severity)
6+
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.api.metrics.DoubleCounter (not serializable)
7+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
8+
+++ NEW METHOD: PUBLIC(+) boolean isEnabled()
9+
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.api.metrics.DoubleGauge (not serializable)
10+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
11+
+++ NEW METHOD: PUBLIC(+) boolean isEnabled()
12+
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.api.metrics.DoubleHistogram (not serializable)
13+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
14+
+++ NEW METHOD: PUBLIC(+) boolean isEnabled()
15+
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.api.metrics.DoubleUpDownCounter (not serializable)
16+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
17+
+++ NEW METHOD: PUBLIC(+) boolean isEnabled()
18+
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.api.metrics.LongCounter (not serializable)
19+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
20+
+++ NEW METHOD: PUBLIC(+) boolean isEnabled()
21+
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.api.metrics.LongGauge (not serializable)
22+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
23+
+++ NEW METHOD: PUBLIC(+) boolean isEnabled()
24+
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.api.metrics.LongHistogram (not serializable)
25+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
26+
+++ NEW METHOD: PUBLIC(+) boolean isEnabled()
27+
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.api.metrics.LongUpDownCounter (not serializable)
28+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
29+
+++ NEW METHOD: PUBLIC(+) boolean isEnabled()
30+
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.api.trace.Tracer (not serializable)
31+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
32+
+++ NEW METHOD: PUBLIC(+) boolean isEnabled()
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Comparing source compatibility of opentelemetry-common-1.61.0.jar against opentelemetry-common-1.60.0.jar
2+
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.common.ComponentLoader (not serializable)
3+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
4+
+++ NEW METHOD: PUBLIC(+) STATIC(+) java.util.List<T> loadList(io.opentelemetry.common.ComponentLoader, java.lang.Class<T>)
5+
GENERIC TEMPLATES: +++ T:java.lang.Object
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-context-1.61.0.jar against opentelemetry-context-1.60.0.jar
2+
No changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-exporter-common-1.61.0.jar against opentelemetry-exporter-common-1.60.0.jar
2+
No changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-exporter-logging-otlp-1.61.0.jar against opentelemetry-exporter-logging-otlp-1.60.0.jar
2+
No changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-exporter-logging-1.61.0.jar against opentelemetry-exporter-logging-1.60.0.jar
2+
No changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-exporter-otlp-common-1.61.0.jar against opentelemetry-exporter-otlp-common-1.60.0.jar
2+
No changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-exporter-otlp-1.61.0.jar against opentelemetry-exporter-otlp-1.60.0.jar
2+
No changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-exporter-sender-grpc-managed-channel-1.61.0.jar against opentelemetry-exporter-sender-grpc-managed-channel-1.60.0.jar
2+
No changes.

0 commit comments

Comments
 (0)