|
1 | 1 | # Unreleased |
2 | 2 |
|
| 3 | +# 3.8.0 / 12-03-2026 |
| 4 | + |
3 | 5 | - [FEATURE] Add OOB scroll and swipe action tracking. See [#2717][] |
4 | | -- [IMPROVEMENT] Rename `DDRUMErrorEventErrorMeta` to `DDRUMErrorEventErrorMetaInfo`, add support of custom Objective-C runtime names for generated RUM models. See [#2705][] |
5 | 6 | - [FEATURE] Add `trackResourceHeaders` configuration to capture HTTP request and response headers in RUM Resource events. See [#2721][] |
6 | 7 | - [FEATURE] RUM Resources will now be augmented with the currently active span information, specifically the parent span and trace IDs, and sampling priority and decision maker. See [#2726][] |
| 8 | +- [IMPROVEMENT] Rename `DDRUMErrorEventErrorMeta` to `DDRUMErrorEventErrorMetaInfo`, add support of custom Objective-C runtime names for generated RUM models. See [#2705][] |
| 9 | +- [IMPROVEMENT] Add encoded and decoded body sizes to RUM resource events. See [#2697][] and [#2699][] |
| 10 | +- [IMPROVEMENT] Align the tags of WebView log events with the native Logs. See [#2710][] |
7 | 11 | - [FIX] Fix crash context C-string conversion in KSCrash injection. See [#2740][] |
8 | 12 |
|
9 | 13 | # 3.7.0 / 18-02-2026 |
@@ -1063,10 +1067,13 @@ Release `2.0` introduces breaking changes. Follow the [Migration Guide](MIGRATIO |
1063 | 1067 | [#2674]: https://github.com/DataDog/dd-sdk-ios/pull/2674 |
1064 | 1068 | [#2676]: https://github.com/DataDog/dd-sdk-ios/pull/2676 |
1065 | 1069 | [#2688]: https://github.com/DataDog/dd-sdk-ios/pull/2688 |
| 1070 | +[#2697]: https://github.com/DataDog/dd-sdk-ios/pull/2697 |
| 1071 | +[#2699]: https://github.com/DataDog/dd-sdk-ios/pull/2699 |
1066 | 1072 | [#2705]: https://github.com/DataDog/dd-sdk-ios/pull/2705 |
| 1073 | +[#2710]: https://github.com/DataDog/dd-sdk-ios/pull/2710 |
| 1074 | +[#2717]: https://github.com/DataDog/dd-sdk-ios/pull/2717 |
1067 | 1075 | [#2721]: https://github.com/DataDog/dd-sdk-ios/pull/2721 |
1068 | 1076 | [#2726]: https://github.com/DataDog/dd-sdk-ios/pull/2726 |
1069 | | -[#2717]: https://github.com/DataDog/dd-sdk-ios/pull/2717 |
1070 | 1077 | [#2740]: https://github.com/DataDog/dd-sdk-ios/pull/2740 |
1071 | 1078 |
|
1072 | 1079 | [@00fa9a]: https://github.com/00FA9A |
|
0 commit comments