File tree Expand file tree Collapse file tree 10 files changed +25
-5
lines changed
lib/opentelemetry/exporter/otlp/logs
lib/opentelemetry/exporter/otlp/metrics
lib/opentelemetry/exporter/otlp
lib/opentelemetry/propagator/jaeger Expand file tree Collapse file tree 10 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 66
77module OpenTelemetry
88 ## Current OpenTelemetry version
9- VERSION = '1.7 .0'
9+ VERSION = '1.8 .0'
1010end
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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.1 '
11+ VERSION = '0.32.0 '
1212 end
1313 end
1414end
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 77module OpenTelemetry
88 module Propagator
99 module Jaeger
10- VERSION = '0.22 .0'
10+ VERSION = '0.23 .0'
1111 end
1212 end
1313end
You can’t perform that action at this time.
0 commit comments