Skip to content

Commit 567c13f

Browse files
release: Release 5 items (#2050)
* opentelemetry-api 1.8.0 (was 1.7.0) * opentelemetry-exporter-otlp 0.32.0 (was 0.31.1) * opentelemetry-exporter-otlp-logs 0.3.0 (was 0.2.2) * opentelemetry-exporter-otlp-metrics 0.7.0 (was 0.6.1) * opentelemetry-propagator-jaeger 0.23.0 (was 0.22.0) Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent f41c77d commit 567c13f

File tree

10 files changed

+25
-5
lines changed

10 files changed

+25
-5
lines changed

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.8.0 / 2026-03-10
4+
5+
* ADDED: Replace cgi with uri for encode and decode (#2028)
6+
37
### v1.7.0 / 2025-09-17
48

59
- BREAKING CHANGE: Remove Span APIs for attributes and events

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.7.0'
9+
VERSION = '1.8.0'
1010
end

exporter/otlp-logs/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-logs
22

3+
### v0.3.0 / 2026-03-10
4+
5+
* ADDED: Replace cgi with uri for encode and decode (#2028)
6+
37
### v0.2.2 / 2025-10-17
48

59
* FIXED: Increase OTLP Proto version to 1.8.0 to match version in opentelemetry-exporter-otlp

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.2.2'
12+
VERSION = '0.3.0'
1313
end
1414
end
1515
end

exporter/otlp-metrics/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-metrics
22

3+
### v0.7.0 / 2026-03-10
4+
5+
* ADDED: Replace cgi with uri for encode and decode (#2028)
6+
37
### v0.6.1 / 2025-10-17
48

59
* FIXED: Increase OTLP Proto version to 1.8.0 to match version in opentelemetry-exporter-otlp

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.6.1'
12+
VERSION = '0.7.0'
1313
end
1414
end
1515
end

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.32.0 / 2026-03-10
4+
5+
* ADDED: Replace cgi with uri for encode and decode (#2028)
6+
37
### v0.31.1 / 2025-10-21
48

59
- FIXED: Requires minimum SDK support for new parent_span_is_remote attribute

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

propagator/jaeger/CHANGELOG.md

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

3+
### v0.23.0 / 2026-03-10
4+
5+
* ADDED: Replace cgi with uri for encode and decode (#2028)
6+
37
### v0.22.0 / 2025-02-25
48

59
- ADDED: Support 3.1 Min Version

propagator/jaeger/lib/opentelemetry/propagator/jaeger/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Propagator
99
module Jaeger
10-
VERSION = '0.22.0'
10+
VERSION = '0.23.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)