|
1 |
| -# 1.4.1 / 01-18-2021 |
| 1 | +# 1.5.0 / 03-04-2021 |
2 | 2 |
|
3 |
| -* [BUGFIX] Fix app extension compilation issue for `UIApplication.shared` symbol. See [#370][] (Thanks [@SimpleApp][]) |
| 3 | +### Changes |
| 4 | + |
| 5 | +* [BUGFIX] Fix baggage items propagation issue for `Span`. See [#365][] (Thanks [@philtre][]) |
| 6 | +* [FEATURE] Add set of scrubbing APIs for redacting and dropping particular RUM Events. See [#367][] |
| 7 | +* [FEATURE] Add support for GDPR compliance with new `Datadog.set(trackingConsent:)` API. See [#335][] |
| 8 | +* [FEATURE] Add `Global.rum.addTiming(name:)` API for marking custom tming events in RUM Views. See [#323][] |
| 9 | +* [FEATURE] Add support for Alamofire networking with `DatadogAlamofireExtension`. See [#340][] |
| 10 | +* [FEATURE] Add configuration of data upload frequency and paylaod size with `.set(batchSize:)` and `.set(uploadFrequency:)` APIs. See [#358][] |
| 11 | +* [FEATURE] Add convenient `.setError(_:)` API for setting `Error` on `Span`. See [#390][] |
| 12 | +* [IMPROVEMENT] Improve `DATE` accurracy (with NTP time sync) for all data send from the SDK. See [#327][] |
| 13 | +* [IMPROVEMENT] Improve App Launch Time metric accurracy. See [#381][] |
| 14 | + |
| 15 | +# 1.4.1 / 01-18-2021 |
4 | 16 |
|
5 | 17 | ### Changes
|
6 | 18 |
|
| 19 | +* [BUGFIX] Fix app extension compilation issue for `UIApplication.shared` symbol. See [#370][] (Thanks [@SimpleApp][]) |
| 20 | + |
7 | 21 | # 1.4.0 / 12-14-2020
|
8 | 22 |
|
9 | 23 | ### Changes
|
|
127 | 141 | [#317]: https://github.com/DataDog/dd-sdk-ios/issues/317
|
128 | 142 | [#320]: https://github.com/DataDog/dd-sdk-ios/issues/320
|
129 | 143 | [#322]: https://github.com/DataDog/dd-sdk-ios/issues/322
|
| 144 | +[#323]: https://github.com/DataDog/dd-sdk-ios/issues/323 |
| 145 | +[#327]: https://github.com/DataDog/dd-sdk-ios/issues/327 |
| 146 | +[#335]: https://github.com/DataDog/dd-sdk-ios/issues/335 |
| 147 | +[#340]: https://github.com/DataDog/dd-sdk-ios/issues/340 |
| 148 | +[#358]: https://github.com/DataDog/dd-sdk-ios/issues/358 |
| 149 | +[#365]: https://github.com/DataDog/dd-sdk-ios/issues/365 |
| 150 | +[#367]: https://github.com/DataDog/dd-sdk-ios/issues/367 |
130 | 151 | [#370]: https://github.com/DataDog/dd-sdk-ios/issues/370
|
| 152 | +[#381]: https://github.com/DataDog/dd-sdk-ios/issues/381 |
| 153 | +[#390]: https://github.com/DataDog/dd-sdk-ios/issues/390 |
131 | 154 | [@00FA9A]: https://github.com/00FA9A
|
132 | 155 | [@Britton-Earnin]: https://github.com/Britton-Earnin
|
133 | 156 | [@Hengyu]: https://github.com/Hengyu
|
|
0 commit comments