Skip to content

Releases: open-telemetry/opentelemetry-ruby

opentelemetry-api 1.7.0

17 Sep 21:54
90ae798
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

opentelemetry-metrics-api 0.4.0

14 Aug 17:38
752080a
Compare
Choose a tag to compare

v0.4.0 / 2025-08-14

  • ADDED: Support asynchronous instruments: ObservableGauge, ObservableCounter and ObservableUpDownCounter
  • FIXED: Update max instrument name length from 63 to 255 characters and allow / in instrument names

opentelemetry-logs-sdk 0.3.0

14 Aug 17:39
752080a
Compare
Choose a tag to compare

v0.3.0 / 2025-08-14

  • ADDED: Update error message for invalid log record attribute
  • ADDED: Set logs exporter default to OTLP