Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Latest commit

History

History
32 lines (27 loc) 路 1.11 KB

CHANGELOG.md

File metadata and controls

32 lines (27 loc) 路 1.11 KB

Changes by Version

v0.33.0 (2019-05-06)

  • Deprecated members removed:
    • ScopeManager.active()
    • ScopeManager.activate(Span, boolean)
    • Scope.span()
    • SpanBuilder.startActive()
    • Tracer.startManual()
    • AutoFinishScopeManager

v0.32.0 (2019-03-20)

  • Trace Identifiers added to SpanContext.
  • Finishing Span upon Scope close is deprecated overall.
  • ScopeManager.active() is deprecated.
  • SpanBuilder.startActive() is deprecated.
  • AutoFinishScopeManager is deprecated.
  • Added a new Binary format on top of ByteBuffer.
  • Added generic typed setTag()/withTag() versions.
  • Split Inject and Extract builtin interfaces.
  • Tracer implements Closable.
  • Added GlobalTracer.registerIfAbsent().

v0.31.0 (2018-01-12)

  • BaseSpan and ActiveSpan are simplified into a single Span class.
  • Scope replaces ActiveSpan, removing Continuations.
  • ScopeManager replaces ActiveSpanSource.
  • Tracer.activeSpan() returns the current value of Tracer.scopeManager().active().span() as a convenience.
  • startManual() deprecated in favor of start()
  • new examples directory