Skip to content

Commit 43b74f7

Browse files
authored
Merge pull request #3116 from DataDog/release/3.15.0
Merge release/3.15.0 to develop
2 parents 95d68f4 + c61b742 commit 43b74f7

13 files changed

Lines changed: 28 additions & 13 deletions

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Unreleased
22

3+
- [IMPROVEMENT] Forward `local_cache_hit` signal on RUM resources [#3074][]
4+
5+
# 3.15.0 / 05-08-2026
6+
37
- [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][]
49
- [FIX] onSessionStart is now called only after sampling information used by WebView Tracking is in place, avoiding missing traces in early requests. See [#3104][]
510
- [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][]
713

814
# 3.14.0 / 15-07-2026
915

@@ -1202,9 +1208,18 @@ Release `2.0` introduces breaking changes. Follow the [Migration Guide](MIGRATIO
12021208
[#2995]: https://github.com/DataDog/dd-sdk-ios/pull/2995
12031209
[#3019]: https://github.com/DataDog/dd-sdk-ios/pull/3019
12041210
[#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
12051215
[#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
12061220
[#3104]: https://github.com/DataDog/dd-sdk-ios/pull/3104
12071221
[#3106]: https://github.com/DataDog/dd-sdk-ios/pull/3106
1222+
[#3109]: https://github.com/DataDog/dd-sdk-ios/pull/3109
12081223
[#3074]: https://github.com/DataDog/dd-sdk-ios/pull/3074
12091224

12101225
[@00fa9a]: https://github.com/00FA9A

DatadogCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "DatadogCore"
3-
s.version = "3.14.0"
3+
s.version = "3.15.0"
44
s.summary = "Official Datadog Swift SDK for iOS."
55

66
s.homepage = "https://www.datadoghq.com"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// GENERATED FILE: Do not edit directly
22

3-
internal let __sdkVersion = "3.14.0"
3+
internal let __sdkVersion = "3.15.0"

DatadogCrashReporting.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "DatadogCrashReporting"
3-
s.version = "3.14.0"
3+
s.version = "3.15.0"
44
s.summary = "Official Datadog Crash Reporting SDK for iOS."
55

66
s.homepage = "https://www.datadoghq.com"

DatadogFlags.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "DatadogFlags"
3-
s.version = "3.14.0"
3+
s.version = "3.15.0"
44
s.summary = "Official Datadog Feature Flags module of the Swift SDK."
55

66
s.homepage = "https://www.datadoghq.com"

DatadogInternal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "DatadogInternal"
3-
s.version = "3.14.0"
3+
s.version = "3.15.0"
44
s.summary = "Datadog Internal Package. This module is not for public use."
55

66
s.homepage = "https://www.datadoghq.com"

DatadogLogs.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "DatadogLogs"
3-
s.version = "3.14.0"
3+
s.version = "3.15.0"
44
s.summary = "Datadog Logs Module."
55

66
s.homepage = "https://www.datadoghq.com"

DatadogProfiling.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "DatadogProfiling"
3-
s.version = "3.14.0"
3+
s.version = "3.15.0"
44
s.summary = "Official Datadog Profiling module of the Swift SDK."
55

66
s.homepage = "https://www.datadoghq.com"

DatadogRUM.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "DatadogRUM"
3-
s.version = "3.14.0"
3+
s.version = "3.15.0"
44
s.summary = "Datadog Real User Monitoring Module."
55

66
s.homepage = "https://www.datadoghq.com"

DatadogSessionReplay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "DatadogSessionReplay"
3-
s.version = "3.14.0"
3+
s.version = "3.15.0"
44
s.summary = "Official Datadog Session Replay SDK for iOS."
55

66
s.homepage = "https://www.datadoghq.com"

0 commit comments

Comments
 (0)