File tree Expand file tree Collapse file tree 6 files changed +15
-3
lines changed
lib/opentelemetry/exporter/otlp
lib/opentelemetry/exporter/zipkin
lib/opentelemetry/sdk/metrics Expand file tree Collapse file tree 6 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11# Release History: opentelemetry-exporter-otlp
22
3+ ### v0.31.1 / 2025-10-21
4+
5+ * FIXED: Requires minimum SDK support for new parent_span_is_remote attribute
6+
37### v0.31.0 / 2025-10-14
48
59* ADDED: Add span flags support for isRemote property
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module OpenTelemetry
88 module Exporter
99 module OTLP
1010 ## Current OpenTelemetry OTLP exporter version
11- VERSION = '0.31.0 '
11+ VERSION = '0.31.1 '
1212 end
1313 end
1414end
Original file line number Diff line number Diff line change 11# Release History: opentelemetry-exporter-zipkin
22
3+ ### v0.24.1 / 2025-10-21
4+
5+ * FIXED: Change zipkin annotations timestamp from string to int
6+
37### v0.24.0 / 2025-02-25
48
59- ADDED: Support 3.1 Min Version
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module OpenTelemetry
88 module Exporter
99 module Zipkin
1010 ## Current OpenTelemetry Zipkin exporter version
11- VERSION = '0.24.0 '
11+ VERSION = '0.24.1 '
1212 end
1313 end
1414end
Original file line number Diff line number Diff line change 11# Release History: opentelemetry-metrics-sdk
22
3+ ### v0.10.1 / 2025-10-21
4+
5+ * FIXED: Update callback timeout mechanism to use Thread
6+
37### v0.10.0 / 2025-10-14
48
59* ADDED: Use common method for returning timestamp in nanoseconds
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module OpenTelemetry
88 module SDK
99 module Metrics
1010 # Current OpenTelemetry metrics sdk version
11- VERSION = '0.10.0 '
11+ VERSION = '0.10.1 '
1212 end
1313 end
1414end
You can’t perform that action at this time.
0 commit comments