Releases: open-telemetry/opentelemetry-swift
Releases ยท open-telemetry/opentelemetry-swift
1.17.1
1.17.0
Traces
- added 'getAttributes' and 'setAttributes' to spans by @bryce-b in #833
- chore: Make StdoutLogExporter public by @limhjgrace in #821
Instrumentation
- Add OSSignposterIntegration to use OSSignposter API by @krayc425 in #818
- Fix username by @trask in #829
- Expose URLSessionInstrumentation configuration as public by @nhart12 in #820
New Contributors
- @limhjgrace made their first contribution in #821
- @trask made their first contribution in #829
Full Changelog: 1.16.1...1.17.0
1.16.1
1.16.0
Metrics
- update MetricsAdapter to include exemplars by @angelodipaolo in #748
- Fixed empty exemplar data and fixed reservoir cells sizing by @bryce-b in #752
- update MetricsAdapter to include exemplar values by @angelodipaolo in #758
- added associated types to ensure concrete type returns for protocols by @bryce-b in #768
Logging
- Fix: add events above the limit should just drop new events by @ArielDemarco in #772
Tracing
- Fix infinite recursion bug when getting tracer by @angelodipaolo in #760
- Move tracer to Configuration to support tracer config changes after swizzle by @nhart12 in #783
Exporters
Instrumentation
- URLInstrumentation: only set a Task Delegate if there is no Session Delegate by @MustafaHaddara in #747
General
- updated instrument scope to include 'attributes' by @bryce-b in #753
- Adds grafana exporter link to Readme by @bryce-b in #755
- Improve W3C Baggage implementation with proper UTF-8 encoding and RFC7230 validation by @batuhansk in #763
- Fixed Tag & Release workflow not being able to push to CocoaPods by @ArielDemarco in #775
- add podspecs for more targets by @beekhc in #769
New Contributors
- @MustafaHaddara made their first contribution in #747
- @beekhc made their first contribution in #769
- @renovate made their first contribution in #773
- @nhart12 made their first contribution in #783
Full Changelog: 1.15.0...1.16.0
1.15.0
What's Changed
- Remove Datadog exporter code. by @nachoBonafonte in #725
- Prevent async requests from hanging when not instrumented by @batuhansk in #728
- add support for setting exemplar filter by @angelodipaolo in #731
- Fix gauge crash by @bryce-b in #734
- add trace-based exemplar filter by @angelodipaolo in #737
- Fix
exception.type
when recording Swift Errors by @ArielDemarco in #743 - Release 1.15.0 by @bryce-b in #745
Full Changelog: 1.14.0...1.15.0
1.14.0
General
- Add CodeQL analysis workflow for security scanning by @Ytemiloluwa in #652
- Add FOSSA scanning workflow by @opentelemetrybot in #680
- Remove support for swift versions below 5.9 by @nachoBonafonte in #688
- Added SwiftFormat and SwiftLint by @bryce-b in #694 #692 #691
Metrics
- Implement synchronous gauge APIs for Double and Long types by @batuhansk in #670
- refactored InstrumentBuilder to make relevant builder function public by @bryce-b in #722
Spans
- Add baggage span processor by @martin308 in #673
Instrumentation
- Fix memory leaks in
DeviceDataSource
by @ArielDemarco in #679 - Add cocoapods for Exporters and Instrumentation libraries by @arriIsHere in #678
Linux support
- Work around #615 by @semicoleon in #667
- Fix Linux builds that aren't using the Swift 6 language mode by @semicoleon in #695
New Contributors
- @Ytemiloluwa made their first contribution in #652
- @arriIsHere made their first contribution in #678
Full Changelog: 1.13.0...1.14.0
1.13.0
General
- Unify
grpc-swift
dependency between packages by @ArielDemarco in #664 - [Bug]: Accidentally swapped the type and exporter name by @mamunto in #648
- added swiftlint to BuildAndTest workflow by @bryce-b in #665
- enabled swiftlint & fixed issues by @bryce-b in #657
Metrics
- Synchronize access race in HistogramMetric by @angelodipaolo in #609
- update links to openmetrics to reference the v1.0.0 release by @dashpole in #656
- Add stdout metrics exporter by @martin308 in #666
URLSession Instrumentation
- Add Request Context to URLSessionInstrumentation Baggage Provider by @batuhansk in #649
New Contributors
- @angelodipaolo made their first contribution in #609
- @dashpole made their first contribution in #656
- @martin308 made their first contribution in #666
Full Changelog: 1.12.1...1.13.0
1.12.1
Critical fix
Full Changelog: 1.12.0...1.12.1
1.12.0
Trace
- Modify
toSpanData
to happen insideattributesLock
to prevent data races by @ArielDemarco in #632 - Added max value length per span attribute by @mamunto in #634
Metrics
Logging
- Fix comment in PersistenceLogExporterDecorator.swift by @kevin147147 in #643
Exporters
- Update OtlpHttpTraceExporter init to support envVarHeaders by @djpearce in #628
- Added data compression support for HTTP exporter by @mamunto in #631
- Added exporter metric for Span, Trace and Log by @mamunto in #637
- Added exporter metric to StableOtlpHTTPMetricExporter by @mamunto in #638
URLSession Instrumentation
- Add support for Default Baggage Injection in URLSessionInstrumentation by @batuhansk in #639
- added other AV task exceptions in NSURLSession instrumentation by @bryce-b in #640
New Contributors
- @djpearce made their first contribution in #628
- @kevin147147 made their first contribution in #643
Full Changelog: 1.11.0...1.12.0
1.11.0
General
- Fix: Exposes OpenTelemetryConcurrency target by @NeedleInAJayStack in #592
- Fix: Added missing os version gates for Concurrency by @ypopovych in #584
- Bumps the swiftenv version to 5.10 by @NeedleInAJayStack in #606
- Created
OpenTelemetryApi
andOpenTelemetrySdk
podspecs by @ArielDemarco in #591
Tracing
- Fix: Make arguments of SpanBase's '==' of type Self by @clackary in #614
- Fix
SpanExceptionTests
on Linux by @brunnoferreira in #604 - Add
recordException
by @brunnoferreira in #599 - Avoid instrumenting background async tasks by @nachoBonafonte in #597
Metrics
- deprecated root interfaces for old metrics by @bryce-b in #619
- Fix: aggregation comparison by @brunnoferreira in #602
- Fix: Export max and min in Metric exporter for HistogramDataPoint by @nachoBonafonte in #601
New Contributors
- @NeedleInAJayStack made their first contribution in #592
- @brunnoferreira made their first contribution in #602
- @ArielDemarco made their first contribution in #591
- @clackary made their first contribution in #614
Full Changelog: 1.10.1...1.11.0