Skip to content

Commit 99311d0

Browse files
otelbot-ruby[bot]otelbot[bot]kaylareopelle
authored
release: Release 3 gems (#1949)
* release: Release 3 gems * opentelemetry-exporter-otlp 0.31.1 (was 0.31.0) * opentelemetry-exporter-zipkin 0.24.1 (was 0.24.0) * opentelemetry-metrics-sdk 0.10.1 (was 0.10.0) * Update metrics_sdk/CHANGELOG.md --------- Co-authored-by: otelbot <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]>
1 parent ed51d99 commit 99311d0

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

exporter/otlp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

exporter/otlp/lib/opentelemetry/exporter/otlp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1414
end

exporter/zipkin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

exporter/zipkin/lib/opentelemetry/exporter/zipkin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1414
end

metrics_sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

metrics_sdk/lib/opentelemetry/sdk/metrics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1414
end

0 commit comments

Comments
 (0)