Skip to content

Releases: apple/swift-distributed-tracing

0.1.3

21 Dec 14:32
73f2b52
Compare
Choose a tag to compare

Updated:

  • SpanStatus.CannonicalCode has been removed in favor of SpanStatus.Code (#31)

Fixed:

  • The context version of withSpan now delegates to the baggage version of this function (#36)
  • A "dead" link in the README file has been fixed (#35, credit to @MrCull)

For details on the changes please refer to the 0.1.3 milestone

0.1.2

15 Dec 13:11
1767451
Compare
Choose a tag to compare

Fixed:

  • When using withSpan, span.end() is now correctly called on the happy path (#33, credit to @JensAyton)

For details on the changes please refer to the 0.1.2 milestone

0.1.1

08 Dec 10:38
0.1.1
5cf275a
Compare
Choose a tag to compare

Same as 0.1.0 however fixed the dependency url in Package.swift to use https rather than git.

0.1.0

03 Dec 23:41
a53bd0f
Compare
Choose a tag to compare

Initial release.