File tree Expand file tree Collapse file tree 11 files changed +33
-5
lines changed
lib/opentelemetry/exporter/otlp
lib/opentelemetry/exporter/zipkin
lib/opentelemetry/sdk/experimental Expand file tree Collapse file tree 11 files changed +33
-5
lines changed Original file line number Diff line number Diff line change 11# Release History: opentelemetry-common
22
3+ ### v0.19.7 / 2023-05-30
4+
5+ * FIXED: Untraced only works with parent-based sampler
6+
37### v0.19.6 / 2022-05-18
48
59* (No significant changes)
Original file line number Diff line number Diff line change 66
77module OpenTelemetry
88 module Common
9- VERSION = '0.19.6 '
9+ VERSION = '0.19.7 '
1010 end
1111end
Original file line number Diff line number Diff line change 11# Release History: opentelemetry-exporter-otlp
22
3+ ### v0.24.1 / 2023-05-30
4+
5+ * FIXED: Add Ruby 3.2 to CI and do small fix
6+ * FIXED: Adds User-Agent header in OTLP exporter
7+
38### v0.24.0 / 2022-09-14
49
510* ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0
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.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-exporter-zipkin
22
3+ ### v0.22.0 / 2023-05-30
4+
5+ * ADDED: Custom Metrics Reporter Support for Zipkin
6+
37### v0.21.0 / 2022-09-14
48
59* ADDED: Add dropped events/attributes/links counts to zipkin + jaeger exporters
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.21 .0'
11+ VERSION = '0.22 .0'
1212 end
1313 end
1414end
Original file line number Diff line number Diff line change 11# Release History: opentelemetry-sdk
22
3+ ### v1.2.1 / 2023-05-30
4+
5+ * FIXED: Untraced only works with parent-based sampler
6+ * DOCS: Improve formatting of usage examples in OpenTelemetry SDK rubydocs
7+
38### v1.2.0 / 2022-09-14
49
510* ADDED: Support OTEL_PROPAGATORS=none
Original file line number Diff line number Diff line change 77module OpenTelemetry
88 module SDK
99 ## Current OpenTelemetry version
10- VERSION = '1.2.0 '
10+ VERSION = '1.2.1 '
1111 end
1212end
Original file line number Diff line number Diff line change 11# Release History: opentelemetry-sdk-experimental
22
3+ ### v0.2.0 / 2023-05-30
4+
5+ * FIXED: Consistent probability sampler init
6+ * BREAKING CHANGE: Consistently pass tracestate
7+ * BREAKING CHANGE: Set r in Parent CPS
8+
39### v0.1.1 / 2023-03-06
410
511* FIXED: Reduce allocations in update_tracestate
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module OpenTelemetry
88 module SDK
99 module Experimental
1010 # Current OpenTelemetry experimental sdk version
11- VERSION = '0.1.1 '
11+ VERSION = '0.2.0 '
1212 end
1313 end
1414end
You can’t perform that action at this time.
0 commit comments