Skip to content

Commit 234dddd

Browse files
Merge pull request #2459 from DataDog/release/3.0.0
Merge `release/3.0.0` to develop
2 parents 6fc09ab + c4378d8 commit 234dddd

12 files changed

Lines changed: 14 additions & 23 deletions

.gitlab-ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -419,19 +419,6 @@ Publish CP podspecs (dependent):
419419
- make clean
420420
- make release-publish-dependent-podspecs
421421

422-
Publish CP podspecs (legacy):
423-
stage: release-publish
424-
rules:
425-
- !reference [.release-pipeline-40m-delayed-job, rules]
426-
before_script:
427-
- *export_MAKE_release_params
428-
needs: ["Build Artifacts", "Publish CP podspecs (dependent)"]
429-
script:
430-
- ./tools/runner-setup.sh --xcode "$DEFAULT_XCODE"
431-
- make env-check
432-
- make clean
433-
- make release-publish-legacy-podspecs
434-
435422
# ┌────────────────┐
436423
# │ Notifications: │
437424
# └────────────────┘

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 3.0.0 / 02-09-2025
4+
5+
Release `3.0` introduces breaking changes. Follow the [Migration Guide](MIGRATION.md) to upgrade from `2.x` versions.
6+
37
- [FIX] Fix `DDLogEvent.accountInfo` property initialization in case of missing account info. See [#2442][]
48
- [IMPROVEMENT] Update Session Replay batch maximum age to 5hrs. See[#2455][]
59
- [IMPROVEMENT] Update the default tracing sampling rate to 100%. See [#2253][]

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 = "2.30.0"
3+
s.version = "3.0.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 = "2.30.0"
3+
internal let __sdkVersion = "3.0.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 = "2.30.0"
3+
s.version = "3.0.0"
44
s.summary = "Official Datadog Crash Reporting SDK for iOS."
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 = "2.30.0"
3+
s.version = "3.0.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 = "2.30.0"
3+
s.version = "3.0.0"
44
s.summary = "Datadog Logs Module."
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 = "2.30.0"
3+
s.version = "3.0.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 = "2.30.0"
3+
s.version = "3.0.0"
44
s.summary = "Official Datadog Session Replay SDK for iOS."
55

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

DatadogTrace.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 = "DatadogTrace"
3-
s.version = "2.30.0"
3+
s.version = "3.0.0"
44
s.summary = "Datadog Trace Module."
55

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

0 commit comments

Comments
 (0)