Skip to content

Releases: slashmo/swift-otel

Swift OTel 0.8.1

05 Mar 12:48
0.8.1
ed519cd
Compare
Choose a tag to compare
Swift OTel 0.8.1 Pre-release
Pre-release

This is a minimal release which only fixes one concurrency issue in Tracer: #92

Full Changelog: 0.8.0...0.8.1

Swift OTel 0.8.0

04 Jun 00:16
4afda7e
Compare
Choose a tag to compare
Swift OTel 0.8.0 Pre-release
Pre-release

Breaking Changes

  • Use ServiceContext instead of Baggage by @slashmo in #59

Full Changelog: 0.7.0...0.8.0

Swift OTel 0.7.0

30 Apr 18:45
88a390f
Compare
Choose a tag to compare
Swift OTel 0.7.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.6.0...0.7.0

Swift OTel 0.6.0

09 Mar 21:04
e9ec9d4
Compare
Choose a tag to compare
Swift OTel 0.6.0 Pre-release
Pre-release

What's Changed

  • [CI] Configure dependabot updates for actions 📦 by @slashmo in #41
  • Bump actions/checkout from 2 to 3 by @dependabot in #43
  • Bump JamesIves/github-pages-deploy-action from 4.1.0 to 4.4.1 by @dependabot in #42
  • Bump minimum Swift version to 5.7 by @slashmo in #44
  • Use NIOLock instead of NIO.Lock by @slashmo in #40
  • Replace swift-doc with DocC by @slashmo in #45

New Contributors

Full Changelog: 0.5.0...0.6.0

Swift OTel 0.5.0

14 Feb 13:06
66031a2
Compare
Choose a tag to compare
Swift OTel 0.5.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.4.0...0.5.0

Swift OTel 0.4.0

24 Nov 16:40
383b5b4
Compare
Choose a tag to compare
Swift OTel 0.4.0 Pre-release
Pre-release

What's Changed

  • Fixed build failing for iOS and iPad by @snkirov in #23
  • Add Xcode workspace for running unit-tests on Apple platforms by @slashmo in #30
  • Add UnitTests scheme to Xcode workspace by @slashmo in #32
  • Add missing NIO license headers by @slashmo in #35
  • Rename package to swift-otel by @slashmo in #36

New Contributors

Full Changelog: 0.3.0...0.4.0

OpenTelemetry Swift 0.3.0

01 Jul 16:05
387d99b
Compare
Choose a tag to compare
Pre-release

Changes

Full Changelog: 0.2.0...0.3.0

OpenTelemetry Swift 0.2.0

28 Jan 18:19
6d3cc7c
Compare
Choose a tag to compare
Pre-release

Breaking Changes

  • OpenTelemetry Swift now depends on Tracing 0.2.0 ..< 0.3.0, which replaced manual LoggingContext-based propagation with automatic propagation via task-locals. (Distributed Tracing 0.2.0)

Changes

  • OTel.SpanContext and related structs now conform to Sendable.

Full Changelog: 0.1.1...0.2.0

OpenTelemetry Swift 0.1.1

21 Sep 10:23
e4f825f
Compare
Choose a tag to compare
Pre-release

This release explicitly depends on the last version of swift-distributed-tracing-baggage that comes with LoggingContext. In the next minor release of "OpenTelemetry Swift", we'll be upgrading to the new task-local-based Tracing APIs.

Related Releases

OpenTelemetry Swift 0.1.0

08 Apr 20:16
c8cabc7
Compare
Choose a tag to compare
Pre-release

The initial release of "OpenTelemetry Swift".

Check out the "Getting Started" section of the README to learn more about the capabilities at this point in time.