|
1 | 1 | # Unreleased |
2 | 2 |
|
| 3 | +- [IMPROVEMENT] Forward `local_cache_hit` signal on RUM resources [#3074][] |
| 4 | + |
| 5 | +# 3.15.0 / 05-08-2026 |
| 6 | + |
3 | 7 | - [FEATURE] Add support for UK1 Datadog Site. See [#3087][] |
| 8 | +- [FEATURE] Improve Session Replay capture fidelity for visual effects, embedded content, and gradients. See [#3057][] [#3061][] [#3066][] [#3089][] [#3092][] [#3098][] [#3109][] |
4 | 9 | - [FIX] onSessionStart is now called only after sampling information used by WebView Tracking is in place, avoiding missing traces in early requests. See [#3104][] |
5 | 10 | - [FIX] Fix crash when defining `onSessionStart` in RUM configuration in Swift 6 projects. See [#3106][] |
6 | | -- [IMPROVEMENT] Forward `local_cache_hit` signal on RUM resources [#3074][] |
| 11 | +- [FIX] Merge WebView RUM `ddtags` by key to avoid duplicate keys. See [#3073][] |
| 12 | +- [IMPROVEMENT] Bump KSCrash to 2.5.1. See [#3102][] |
7 | 13 |
|
8 | 14 | # 3.14.0 / 15-07-2026 |
9 | 15 |
|
@@ -1202,9 +1208,18 @@ Release `2.0` introduces breaking changes. Follow the [Migration Guide](MIGRATIO |
1202 | 1208 | [#2995]: https://github.com/DataDog/dd-sdk-ios/pull/2995 |
1203 | 1209 | [#3019]: https://github.com/DataDog/dd-sdk-ios/pull/3019 |
1204 | 1210 | [#3051]: https://github.com/DataDog/dd-sdk-ios/pull/3051 |
| 1211 | +[#3057]: https://github.com/DataDog/dd-sdk-ios/pull/3057 |
| 1212 | +[#3061]: https://github.com/DataDog/dd-sdk-ios/pull/3061 |
| 1213 | +[#3066]: https://github.com/DataDog/dd-sdk-ios/pull/3066 |
| 1214 | +[#3073]: https://github.com/DataDog/dd-sdk-ios/pull/3073 |
1205 | 1215 | [#3087]: https://github.com/DataDog/dd-sdk-ios/pull/3087 |
| 1216 | +[#3089]: https://github.com/DataDog/dd-sdk-ios/pull/3089 |
| 1217 | +[#3092]: https://github.com/DataDog/dd-sdk-ios/pull/3092 |
| 1218 | +[#3098]: https://github.com/DataDog/dd-sdk-ios/pull/3098 |
| 1219 | +[#3102]: https://github.com/DataDog/dd-sdk-ios/pull/3102 |
1206 | 1220 | [#3104]: https://github.com/DataDog/dd-sdk-ios/pull/3104 |
1207 | 1221 | [#3106]: https://github.com/DataDog/dd-sdk-ios/pull/3106 |
| 1222 | +[#3109]: https://github.com/DataDog/dd-sdk-ios/pull/3109 |
1208 | 1223 | [#3074]: https://github.com/DataDog/dd-sdk-ios/pull/3074 |
1209 | 1224 |
|
1210 | 1225 | [@00fa9a]: https://github.com/00FA9A |
|
0 commit comments