OpenTelemetry - CNCF/opentelemetry-swift: Release 1.2.0
Name: opentelemetry-swift
Owner: OpenTelemetry - CNCF
Release: 1.2.0
Released: 2022-10-21
License: Apache-2.0
Release Assets:
General
- Remove use of swift-atomics library, it made imposible to generate an xcframework with OpenTelemetrySdk. by @nachoBonafonte in https://github.com/open-telemetry/opentelemetry-swift/pull/335
OpenTelemetryProtocol (OTLP) Exporter
- Updated proto to v0.19, it should fix incompatibilities with previous collector versions by @vvydier in https://github.com/open-telemetry/opentelemetry-swift/pull/336
- (source code breaking change) Updated InstrumentationLibrary to InstrumentationScope by @vvydier and @bryce-b in https://github.com/open-telemetry/opentelemetry-swift/pull/336
URLSessionInstrumentation
- Fix memory leak reserved during initialization by @nachoBonafonte in https://github.com/open-telemetry/opentelemetry-swift/pull/327
- Updated net.peer and status code to be of Int type, following the spec by @bryce-b in https://github.com/open-telemetry/opentelemetry-swift/pull/329
Full Changelog: https://github.com/open-telemetry/opentelemetry-swift/compare/1.1.7...1.1.8