Skip to content

Releases: open-telemetry/opentelemetry-ruby

opentelemetry-instrumentation-excon 0.7.0

08 Oct 00:15
187cca0

Choose a tag to compare

v0.7.0 / 2020-10-07

  • DOCS: Standardize toplevel docs structure and readme

opentelemetry-instrumentation-ethon 0.7.0

08 Oct 00:15
187cca0

Choose a tag to compare

v0.7.0 / 2020-10-07

  • DOCS: Add README for Ethon
  • DOCS: Standardize toplevel docs structure and readme

opentelemetry-instrumentation-dalli 0.7.0

08 Oct 00:14
187cca0

Choose a tag to compare

v0.7.0 / 2020-10-07

  • DOCS: Standardize toplevel docs structure and readme

opentelemetry-instrumentation-concurrent_ruby 0.7.0

08 Oct 00:14
187cca0

Choose a tag to compare

v0.7.0 / 2020-10-07

  • DOCS: Added README for concurrent ruby
  • DOCS: Standardize toplevel docs structure and readme

opentelemetry-instrumentation-all 0.7.0

08 Oct 00:14
187cca0

Choose a tag to compare

v0.7.0 / 2020-10-07

  • DOCS: Standardize toplevel docs structure and readme

opentelemetry-exporter-otlp 0.7.0

08 Oct 00:14
187cca0

Choose a tag to compare

v0.7.0 / 2020-10-07

  • FIXED: OTLP parent_span_id should be nil for root
  • DOCS: Fix use of add_event in OTLP doc
  • DOCS: Standardize toplevel docs structure and readme
  • DOCS: Use BatchSpanProcessor in examples

opentelemetry-exporter-jaeger 0.7.0

08 Oct 00:14
187cca0

Choose a tag to compare

v0.7.0 / 2020-10-07

  • ADDED: Add service_version setter to configurator
  • FIXED: Update IL attribute naming convention to match spec
  • DOCS: Standardize toplevel docs structure and readme
  • DOCS: Use BatchSpanProcessor in examples

opentelemetry-api 0.7.0

08 Oct 00:13
187cca0

Choose a tag to compare

v0.7.0 / 2020-10-07

  • FIXED: Safely navigate span variable during error cases
  • DOCS: Standardize toplevel docs structure and readme
  • DOCS: Fix param description in TextMapInjector for Baggage

opentelemetry-sdk 0.6.0

11 Sep 00:13
35cb892

Choose a tag to compare

v0.6.0 / 2020-09-10

  • BREAKING CHANGE: Rename Resource labels to attributes

  • BREAKING CHANGE: Export resource from Span/SpanData instead of library_resource

  • BREAKING CHANGE: Rename CorrelationContext to Baggage

  • BREAKING CHANGE: Rename Text* to TextMap* (propagators, injectors, extractors)

  • BREAKING CHANGE: Rename span.record_error to span.record_exception

  • BREAKING CHANGE: Update samplers to match spec

  • BREAKING CHANGE: Remove support for lazy event creation

  • ADDED: Add OTLP exporter

  • ADDED: Add support for OTEL_LOG_LEVEL env var

  • FIXED: Rename Resource labels to attributes

  • ADDED: Environment variable resource detection

  • ADDED: BatchSpanProcessor environment variable support

  • FIXED: Remove semver prefix

  • FIXED: Docs for array valued attributes

  • ADDED: Add hex_trace_id and hex_span_id helpers to SpanData

  • FIXED: Fix ProbabilitySampler

  • ADDED: Implement GetCorrelations

  • FIXED: Change default Sampler to ParentOrElse(AlwaysOn)

  • FIXED: Fix probability sampler

opentelemetry-resource_detectors 0.6.0

11 Sep 00:17
35cb892

Choose a tag to compare

v0.6.0 / 2020-09-10

  • BREAKING CHANGE: Rename Resource labels to attributes

  • FIXED: Rename Resource labels to attributes

  • ADDED: Environment variable resource detection