Skip to content

Commit cf95f75

Browse files
authored
Merge pull request #2843 from DataDog/hotfix/3.9.1
Merge `hotfix/3.9.1` to `develop`
2 parents 5060b26 + e92ee7a commit cf95f75

15 files changed

Lines changed: 65 additions & 22 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
- [FEATURE] Add support for the FedRAMP-compatible `fed2.ddog-gov.com` site. See [#2827][]
66
- [IMPROVEMENT] Rename RUM Operations APIs. See [#2802][]
77

8+
# 3.9.1 / 15-04-2026
9+
10+
- [FIX] Prevent Session Replay capture from running on the swizzled `CALayer` layout call stack, avoiding AttributeGraph cycles and other errors. See [#2840][]
11+
812
# 3.9.0 / 02-04-2026
913

1014
- [IMPROVEMENT] Add `NWPath.linkQuality` to network info attached to Logs and Traces on supported platforms. See [#2751][]
@@ -1113,6 +1117,7 @@ Release `2.0` introduces breaking changes. Follow the [Migration Guide](MIGRATIO
11131117
[#2794]: https://github.com/DataDog/dd-sdk-ios/pull/2794
11141118
[#2802]: https://github.com/DataDog/dd-sdk-ios/pull/2802
11151119
[#2807]: https://github.com/DataDog/dd-sdk-ios/pull/2807
1120+
[#2840]: https://github.com/DataDog/dd-sdk-ios/pull/2840
11161121
[#2817]: https://github.com/DataDog/dd-sdk-ios/pull/2817
11171122
[#2827]: https://github.com/DataDog/dd-sdk-ios/pull/2827
11181123

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.9.0"
3+
s.version = "3.9.1"
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.9.0"
3+
internal let __sdkVersion = "3.9.1"

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.9.0"
3+
s.version = "3.9.1"
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.9.0"
3+
s.version = "3.9.1"
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.9.0"
3+
s.version = "3.9.1"
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.9.0"
3+
s.version = "3.9.1"
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.9.0"
3+
s.version = "3.9.1"
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.9.0"
3+
s.version = "3.9.1"
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.9.0"
3+
s.version = "3.9.1"
44
s.summary = "Official Datadog Session Replay SDK for iOS."
55

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

0 commit comments

Comments
 (0)