Skip to content

Commit 0b94ef6

Browse files
otelbot-ruby[bot]otelbot[bot]kaylareopelle
authored
release: Release 17 items (#2078)
* release: Release 17 items * opentelemetry-api 1.9.0 (was 1.8.0) * opentelemetry-registry 0.5.0 (was 0.4.0) * opentelemetry-sdk 1.11.0 (was 1.10.0) * opentelemetry-sdk-experimental 0.5.0 (was 0.4.0) * opentelemetry-common 0.24.0 (was 0.23.0) * opentelemetry-exporter-otlp 0.33.0 (was 0.32.0) * opentelemetry-exporter-otlp-logs 0.4.0 (was 0.3.0) * opentelemetry-exporter-otlp-metrics 0.8.0 (was 0.7.0) * opentelemetry-exporter-zipkin 0.25.0 (was 0.24.1) * opentelemetry-propagator-b3 0.23.0 (was 0.22.0) * opentelemetry-propagator-jaeger 0.24.0 (was 0.23.0) * opentelemetry-semantic_conventions 1.37.0 (was 1.36.0) * opentelemetry-test-helpers 0.8.0 (was 0.7.0) * opentelemetry-metrics-api 0.5.0 (was 0.4.0) * opentelemetry-metrics-sdk 0.13.0 (was 0.12.0) * opentelemetry-logs-api 0.3.0 (was 0.2.0) * opentelemetry-logs-sdk 0.5.0 (was 0.4.0) * chore: Undo breaking change for min Ruby 3.3 Traditionally, we have treated raising the minimum Ruby version as a non-breaking change. --------- Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Kayla Reopelle <kreopelle@newrelic.com>
1 parent 51cf44d commit 0b94ef6

34 files changed

Lines changed: 98 additions & 17 deletions

File tree

api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-api
22

3+
### v1.9.0 / 2026-04-07
4+
5+
* ADDED: Min Ruby Version 3.3 (#2070)
6+
37
### v1.8.0 / 2026-03-10
48

59
* ADDED: Replace cgi with uri for encode and decode (#2028)

api/lib/opentelemetry/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
module OpenTelemetry
88
## Current OpenTelemetry version
9-
VERSION = '1.8.0'
9+
VERSION = '1.9.0'
1010
end

common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-common
22

3+
### v0.24.0 / 2026-04-07
4+
5+
* ADDED: Min Ruby Version 3.3 (#2070)
6+
37
### v0.23.0 / 2025-10-14
48

59
* ADDED: Create method for returning timestamp in nanoseconds

common/lib/opentelemetry/common/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
module OpenTelemetry
88
module Common
9-
VERSION = '0.23.0'
9+
VERSION = '0.24.0'
1010
end
1111
end

exporter/otlp-logs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History: opentelemetry-exporter-otlp-logs
22

3+
### v0.4.0 / 2026-04-07
4+
5+
* ADDED: Min Ruby Version 3.3 (#2070)
6+
* ADDED: Handle HTTP 2XX responses as successful in OTLP exporters (#2044)
7+
* FIXED: Issue with sending traces to IPv6 endpoints (#1935)
8+
* DOCS: Fix exporter-otlp-logs gemspec metadata links (#2060)
9+
310
### v0.3.0 / 2026-03-10
411

512
* ADDED: Replace cgi with uri for encode and decode (#2028)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Exporter
99
module OTLP
1010
module Logs
1111
## Current OpenTelemetry OTLP logs exporter version
12-
VERSION = '0.3.0'
12+
VERSION = '0.4.0'
1313
end
1414
end
1515
end

exporter/otlp-metrics/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History: opentelemetry-exporter-otlp-metrics
22

3+
### v0.8.0 / 2026-04-07
4+
5+
* ADDED: Min Ruby Version 3.3 (#2070)
6+
* ADDED: Handle HTTP 2XX responses as successful in OTLP exporters (#2044)
7+
* ADDED: Add basic support for metrics exemplar (#1609)
8+
* FIXED: Issue with sending traces to IPv6 endpoints (#1935)
9+
310
### v0.7.0 / 2026-03-10
411

512
* ADDED: Replace cgi with uri for encode and decode (#2028)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Exporter
99
module OTLP
1010
module Metrics
1111
## Current OpenTelemetry OTLP exporter version
12-
VERSION = '0.7.0'
12+
VERSION = '0.8.0'
1313
end
1414
end
1515
end

exporter/otlp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History: opentelemetry-exporter-otlp
22

3+
### v0.33.0 / 2026-04-07
4+
5+
* ADDED: Min Ruby Version 3.3 (#2070)
6+
* ADDED: Handle HTTP 2XX responses as successful in OTLP exporters (#2044)
7+
* FIXED: Issue with sending traces to IPv6 endpoints (#1935)
8+
39
### v0.32.0 / 2026-03-10
410

511
* ADDED: Replace cgi with uri for encode and decode (#2028)

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.32.0'
11+
VERSION = '0.33.0'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)