Skip to content

Commit 9f18bea

Browse files
committed
Update CHANGELOG
1 parent 94167eb commit 9f18bea

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

CHANGELOG.md

+25-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1-
# 1.4.1 / 01-18-2021
1+
# 1.5.0 / 03-04-2021
22

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
416

517
### Changes
618

19+
* [BUGFIX] Fix app extension compilation issue for `UIApplication.shared` symbol. See [#370][] (Thanks [@SimpleApp][])
20+
721
# 1.4.0 / 12-14-2020
822

923
### Changes
@@ -127,7 +141,16 @@
127141
[#317]: https://github.com/DataDog/dd-sdk-ios/issues/317
128142
[#320]: https://github.com/DataDog/dd-sdk-ios/issues/320
129143
[#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
130151
[#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
131154
[@00FA9A]: https://github.com/00FA9A
132155
[@Britton-Earnin]: https://github.com/Britton-Earnin
133156
[@Hengyu]: https://github.com/Hengyu

0 commit comments

Comments
 (0)