Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

51 lines (26 loc) · 2.77 KB

CHANGELOG

All notable changes to this project were documented in this file. This is of historical interest only at this point, and changes are now logged per gem (as of the 0.6.0 release).

Unreleased

Alpha v0.5.1

Bug Fix

Alpha v0.5.0

Breaking Change

  • #232 Spec Compliance for span and trace id. (@fbogsany)

  • #270 Remove span_id from Sampler, update Sampler interface to match spec. (@fbogsany)

  • #272 Remove retryable failure code and retry behavior from SDK. (@fbogsany)

  • #285 Rename OpenTelemetry::Adapters, <GemName>::Adapter, and Instrumentation::Adapter modules and classes to OpenTelemetry::Instrumentation, <GemName>::Instrumentation, and Instrumentation::Base, respectively. (@ericmustin)

  • #293 Change header name Correlation-Context to otcorrelations. (@mwear)

Enhancement

Bug Fix

Feature

Refine Doc