OpenTelemetry - CNCF/opentelemetry-swift: Release 1.4.1
Name: opentelemetry-swift
Owner: OpenTelemetry - CNCF
Release: 1.4.1
Released: 2023-03-22
License: Apache-2.0
Release Assets:
General
- Added support for watchOS, needs swift 5.6, by @lunij in https://github.com/open-telemetry/opentelemetry-swift/pull/377
- Store version of the spec supported in the library in
OpenTelemetry.version
, by @nachoBonafonte in https://github.com/open-telemetry/opentelemetry-swift/pull/387
Tracing
- Fix a thread race condition when ending a Span from various threads concurrently, by @nachoBonafonte in https://github.com/open-telemetry/opentelemetry-swift/pull/379
- Fix total attribute count was wrong in RecordEventsReadableSpan after removing attributes, by @nachoBonafonte in https://github.com/open-telemetry/opentelemetry-swift/pull/385
Metrics
- Fix potential thread race conditions if creating new metrics while reporting, by @nachoBonafonte in https://github.com/open-telemetry/opentelemetry-swift/pull/388
Network Instrumentation
- Add the option to configure the URLSession delegate classes, it avoids searching for them and improves efficiency on loading, by @nachoBonafonte in https://github.com/open-telemetry/opentelemetry-swift/pull/381
OpenTelemetry Protocol Exporter (OTLP)
- Add an OTLP via HTTP exporter(experimental use only) by @kevinearls in https://github.com/open-telemetry/opentelemetry-swift/pull/376
Full Changelog: https://github.com/open-telemetry/opentelemetry-swift/compare/1.4.0...1.4.1