Skip to content

Commit 5828a5b

Browse files
Merge pull request #2658 from DataDog/release/3.6.0
Merge `release/3.6.0` to develop
2 parents e463750 + 7c26f47 commit 5828a5b

13 files changed

Lines changed: 16 additions & 14 deletions

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Unreleased
22

3+
# 3.6.0 / 28-01-2026
4+
35
- [FEATURE] Add `DatadogProfiling` module to profile app launches. See [#2654][]
46
- [IMPROVEMENT] Add `DDLogEventUserInfo.anonymousId` property in ObjC API. See [#2640][]
57
- [FEATURE] Support manually keeping or dropping a trace. See [#2639][]
68

7-
# 3.5.1 / 23-01-2025
9+
# 3.5.1 / 23-01-2026
810

911
- [FIX] Fix crash in App Hangs backtrace generation. See [#2647][]
1012

11-
# 3.5.0 / 12-01-2025
13+
# 3.5.0 / 12-01-2026
1214

1315
- [FEATURE] Report time to initial display (TTID). See [#2517][] [#2464][]
1416
- [FEATURE] Add public API to report time to full display (TTFD). See [#2522][]

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.5.1"
3+
s.version = "3.6.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.5.1"
3+
internal let __sdkVersion = "3.6.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.5.1"
3+
s.version = "3.6.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.5.1"
3+
s.version = "3.6.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.5.1"
3+
s.version = "3.6.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.5.1"
3+
s.version = "3.6.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.5.1"
3+
s.version = "3.6.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.5.1"
3+
s.version = "3.6.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.5.1"
3+
s.version = "3.6.0"
44
s.summary = "Official Datadog Session Replay SDK for iOS."
55

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

0 commit comments

Comments
 (0)