Skip to content

Latest commit

 

History

History
63 lines (55 loc) · 2.99 KB

File metadata and controls

63 lines (55 loc) · 2.99 KB

Changelog

Unreleased

  • Link and TelemetrySpan are using SpanAttributes instead of ActivityTagsCollection or Dictionary (#1120)
  • Added RecordException in TelemetrySpan (#1116)
  • PropagationContext is now used instead of ActivityContext in the ITextFormat API (#1048)
  • Added BaggageFormat an ITextFormat implementation for managing Baggage propagation via the W3C Baggage header (#1048)
  • Removed DistributedContext as it is no longer part of the spec (#1048))
  • Renaming from ot to otel (#1046)
  • Added RuntimeContext API (#948)
  • Changed Link constructor to accept ActivityTagsCollection instead of IDictionary<string, object> attributes (#954)
  • Added more TelemetrySpan.SetAttribute overloads with value of type bool, int, double (string already existed) (#954)
  • Changed TelemetrySpan.SetAttribute to match the spec (#954)
    • Setting an attribute with an existing key now results in overwriting it
    • Setting null value has no impact except if null is set to an existing key, it gets removed
  • Changed HttpStatusCode in all spans attribute (http.status_code) to use int value (#998)
  • Added CompositePropagator which accepts a list of ITextFormat to match the spec (#923)
  • Replaced ITextFormatActivity with ITextFormat (#923)
  • Added StartRootSpan and StartActiveSpan (#994)
  • Changed StartSpan to not set the created span as Active to match the spec (#994)
  • Updated System.Diagnostics.DiagnosticSource to version 5.0.0-preview.8.20407.11.
  • Removed CorrelationContext and added Baggage, an implementation of the Baggage API spec (#1106)

0.4.0-beta.2

Released 2020-07-24

  • First beta release

0.3.0-beta

Released 2020-07-23

  • Initial release