Swiftpack.co - Swift Packages by slashmo

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by slashmo

slashmo/swift-otel 0.8.1
OpenTelemetry client built for server-side Swift
⭐️ 55
🕓 6 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Swift OTel 0.8.1
6 weeks ago
This is a minimal release which only fixes one concurrency issue in Tracer: https://github.com/slashmo/swift-otel/issues/92 **Full Changelog**: https://github.com/slashmo/swift-otel/compare/0.8.0...0.8.1
Swift OTel 0.8.0
45 weeks ago
## Breaking Changes * Use ServiceContext instead of Baggage by @slashmo in https://github.com/slashmo/swift-otel/pull/59 **Full Changelog**: https://github.com/slashmo/swift-otel/compare/0.7.0...0.8.0
Swift OTel 0.7.0
50 weeks ago
## What's Changed * Support Distributed Tracing [`1.0.0-beta.2`](https://github.com/apple/swift-distributed-tracing/releases/tag/1.0.0-beta.2) by @slashmo in https://github.com/slashmo/swift-otel/pull/57 **Full Changelog**: https://github.com/slashmo/swift-otel/compare/0.6.0...0.7.0
Swift OTel 0.6.0
1 year ago
## What's Changed * [CI] Configure dependabot updates for actions 📦 by @slashmo in https://github.com/slashmo/swift-otel/pull/41 * Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/slashmo/swift-otel/pull/43 * Bump JamesIves/github-pages-deploy-action from 4.1.0 to 4.4.1 by @dependabot in https://github.com/slashmo/swift-otel/pull/42 * Bump minimum Swift version to 5.7 by @slashmo in https://github.com/slashmo/swift-otel/pull/44 * Use NIOLock instead of NIO.Lock by @slashmo in https://github.com/slashmo/swift-otel/pull/40 * Replace `swift-doc` with `DocC` by @slashmo in https://github.com/slashmo/swift-otel/pull/45 ## New Contributors * @dependabot made their first contribution in https://github.com/slashmo/swift-otel/pull/43 **Full Changelog**: https://github.com/slashmo/swift-otel/compare/0.5.0...0.6.0
Swift OTel 0.5.0
1 year ago
## What's Changed * Add logging metadata provider by @slashmo in https://github.com/slashmo/swift-otel/pull/38 **Full Changelog**: https://github.com/slashmo/swift-otel/compare/0.4.0...0.5.0
Swift OTel 0.4.0
1 year ago
## What's Changed * Fixed build failing for iOS and iPad by @snkirov in https://github.com/slashmo/swift-otel/pull/23 * Add Xcode workspace for running unit-tests on Apple platforms by @slashmo in https://github.com/slashmo/swift-otel/pull/30 * Add UnitTests scheme to Xcode workspace by @slashmo in https://github.com/slashmo/swift-otel/pull/32 * Add missing NIO license headers by @slashmo in https://github.com/slashmo/swift-otel/pull/35 * Rename package to swift-otel by @slashmo in https://github.com/slashmo/swift-otel/pull/36 ## New Contributors * @snkirov made their first contribution in https://github.com/slashmo/swift-otel/pull/23 **Full Changelog**: https://github.com/slashmo/swift-otel/compare/0.3.0...0.4.0
OpenTelemetry Swift 0.3.0
1 year ago
## Changes * OpenTelemetry Swift now depends on Tracing `0.3.0 ..< 0.4.0`, which brings `Sendable` conformances ([Distributed Tracing 0.3.0](https://github.com/apple/swift-distributed-tracing/releases/tag/0.3.0)) **Full Changelog**: https://github.com/slashmo/opentelemetry-swift/compare/0.2.0...0.3.0
OpenTelemetry Swift 0.2.0
2 years ago
## 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](https://github.com/apple/swift-distributed-tracing/releases/tag/0.2.0)) ## Changes - `OTel.SpanContext` and related structs now conform to `Sendable`. **Full Changelog**: https://github.com/slashmo/opentelemetry-swift/compare/0.1.1...0.2.0
OpenTelemetry Swift 0.1.1
2 years ago
This release explicitly depends on the last version of [`swift-distributed-tracing-baggage`](https://github.com/apple/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 X-Ray 0.1.1](https://github.com/slashmo/opentelemetry-swift-xray/releases/tag/0.1.1)
OpenTelemetry Swift 0.1.0
3 years ago
The initial release of "OpenTelemetry Swift". Check out the ["Getting Started"](https://github.com/slashmo/opentelemetry-swift/tree/0.1.0#getting-started) section of the README to learn more about the capabilities at this point in time.
macOS
slashmo/swift-otel-xray 0.8.1
AWS X-Ray support for Swift OTel
⭐️ 7
🕓 32 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Swift OTel X-Ray 0.8.1
32 weeks ago
## What's Changed * Add X-Ray specific MetadataProvider. by @tachyonics in https://github.com/slashmo/swift-otel-xray/pull/14 **Full Changelog**: https://github.com/slashmo/swift-otel-xray/compare/0.8.0...0.8.1
Swift OTel X-Ray 0.8.0
45 weeks ago
## What's Changed * Update slashmo/swift-otel dependency. by @tachyonics in https://github.com/slashmo/swift-otel-xray/pull/13 **Full Changelog**: https://github.com/slashmo/swift-otel-xray/compare/0.7.0...0.8.0
Swift OTel X-Ray 0.7.0
49 weeks ago
## What's Changed * Update to use apple/swift-distributed-tracing 1.0.0-beta.2. by @tachyonics in https://github.com/slashmo/swift-otel-xray/pull/10 * Handle missing sample flag as empty trace flags by @slashmo in https://github.com/slashmo/swift-otel-xray/pull/11 * Host documentation on Swift Package Index by @slashmo in https://github.com/slashmo/swift-otel-xray/pull/12 ## New Contributors * @tachyonics made their first contribution in https://github.com/slashmo/swift-otel-xray/pull/10 **Full Changelog**: https://github.com/slashmo/swift-otel-xray/compare/0.1.1...0.7.0
OpenTelemetry Swift X-Ray 0.1.1
2 years ago
This release is on par with ["OpenTelemetry Swift 0.1.1"](https://github.com/slashmo/opentelemetry-swift/releases/tag/0.1.1), which ensured that we're using the older `LoggingContext`-based `Baggage` APIs.
macOS
slashmo/gsoc-swift-baggage-context 0.5.0
BaggageContext library, extracted from slashmo/gsoc-swift-tracing
⭐️ 4
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.5.0
3 years ago
- Split `Baggage` & `BaggageContext` into separate libraries (#34)
0.4.0
3 years ago
- Improve documentation & test coverage (#29) - Remove set requirement from `BaggageContextCarrier.logger` (#31)
0.3.0
3 years ago
0.2.0
3 years ago
0.1.0
3 years ago
linux macOS iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics