Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

74 lines (57 loc) · 2.84 KB

CHANGELOG.md

  • Do not record non-sampled spans (#108)

  • Cast all carrier values to string (#106)

  • Format tracebacks with cause

  • Revert: Format tracebacks with cause

  • Format tracebacks with cause
  • Add lightstep.hostname tag

  • Update version of Thrift to 0.13.0

  • Truncate LSb
  • Add contributing guide

  • Add support for B3 headers
  • Truncate trace_id for specific LightStep requirements

  • Add support for B3 headers

  • Properly format OpenTracing error logs
  • Properly set logging timestamp for the HTTP converter

  • Update version of basictracer

  • Add LightStep-Access-Token header to outgoing requests.

  • Support access token passing via headers

  • Better handle non-success status codes in the Thrift response path.

  • Declare protobuf as a dependency

  • Calculate and set seconds and nanos for Span's Timestamp proto

BREAKING CHANGES

  • Integrate the OpenTracing 2.0.0 updates which implements the ScopeManager for in-process propagation (OT changelog can be found here)