Skip to content

Releases: open-telemetry/opentelemetry-ruby

opentelemetry-exporter-otlp 0.31.0

14 Oct 16:56
be47e0f

Choose a tag to compare

v0.31.0 / 2025-10-14

  • ADDED: Add span flags support for isRemote property

opentelemetry-common 0.23.0

14 Oct 16:56
be47e0f

Choose a tag to compare

v0.23.0 / 2025-10-14

  • ADDED: Create method for returning timestamp in nanoseconds

opentelemetry-api 1.7.0

17 Sep 21:54
90ae798

Choose a tag to compare

v1.7.0 / 2025-09-17

  • BREAKING CHANGE: Remove Span APIs for attributes and events

  • ADDED: Add record_exception option for in_span

  • FIXED: Remove Span APIs for attributes and events

opentelemetry-semantic_conventions 1.36.0

16 Sep 23:34
590c6f0

Choose a tag to compare

v1.36.0 / 2025-09-16

  • ADDED: Update to v1.36 in a non-breaking way

opentelemetry-sdk 1.9.0

16 Sep 19:42
4ab7dbb

Choose a tag to compare

v1.9.0 / 2025-09-16

  • ADDED: Add record_exception option for in_span

opentelemetry-metrics-sdk 0.9.1

16 Sep 19:42
4ab7dbb

Choose a tag to compare

v0.9.1 / 2025-09-16

  • FIXED: Use mapping scale outside of rescale logic

opentelemetry-logs-sdk 0.4.0

16 Sep 19:43
4ab7dbb

Choose a tag to compare

v0.4.0 / 2025-09-16

  • BREAKING CHANGE: Add OTEL_LOGRECORD_ATTRIBUTE_* env vars. Remove OTEL_LOG_RECORD_ATTRIBUTE_* env vars.

  • ADDED: Add OTEL_LOGRECORD_ATTRIBUTE_* env vars. Remove OTEL_LOG_RECORD_ATTRIBUTE_* env vars.

opentelemetry-metrics-sdk 0.9.0

20 Aug 16:57
14d1b61

Choose a tag to compare

v0.9.0 / 2025-08-19

  • ADDED: Add LOWMEMORY option to OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE

opentelemetry-sdk 1.8.1

14 Aug 17:38
752080a

Choose a tag to compare

v1.8.1 / 2025-08-14

  • FIXED: Remove patch constraint on Zipkin exporter
  • DOCS: Fix Resource merge documentation

opentelemetry-metrics-sdk 0.8.0

14 Aug 17:38
752080a

Choose a tag to compare

v0.8.0 / 2025-08-14

  • BREAKING CHANGE: Update default aggregation temporality for counter, histogram, and up down counter to cumulative

  • ADDED: Support asynchronous instruments: ObservableGauge, ObservableCounter and ObservableUpDownCounter

  • FIXED: Validate scale range on exponential histograms and raise exception if out of bounds

  • FIXED: Update max instrument name length from 63 to 255 characters and allow / in instrument names

  • FIXED: Validate scale range and raise exception if out of bounds for exponential histograms