Skip to content

Commit 004ca93

Browse files
Merge pull request #2110 from DataDog/release/2.20.0
Merge `release/2.20.0` to `develop` Co-authored-by: ncreated <[email protected]>
2 parents 6e2de51 + 4f1e41a commit 004ca93

13 files changed

+14
-12
lines changed

CHANGELOG.md

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

3+
# 2.20.0 / 14-11-2024
4+
35
- [FIX] Fix race condition during consent change, preventing loss of events recorded on the current thread. See [#2063][]
46
- [IMPROVEMENT] Support mutation of events' attributes. See [#2099][]
57
- [IMPROVEMENT] Add 'os' and 'device' info to Span events. See [#2104][]

DatadogAlamofireExtension.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 = "DatadogAlamofireExtension"
3-
s.version = "2.19.0"
3+
s.version = "2.20.0"
44
s.summary = "An Official Extensions of Datadog Swift SDK for Alamofire."
55
s.description = <<-DESC
66
The DatadogAlamofireExtension pod is deprecated and will no longer be maintained.

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.19.0"
3+
s.version = "2.20.0"
44
s.summary = "Official Datadog Swift SDK for iOS."
55

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

DatadogCore/Sources/Versioning.swift

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.19.0"
3+
internal let __sdkVersion = "2.20.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.19.0"
3+
s.version = "2.20.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.19.0"
3+
s.version = "2.20.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.19.0"
3+
s.version = "2.20.0"
44
s.summary = "Datadog Logs Module."
55

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

DatadogObjc.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 = "DatadogObjc"
3-
s.version = "2.19.0"
3+
s.version = "2.20.0"
44
s.summary = "Official Datadog Objective-C SDK for iOS."
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.19.0"
3+
s.version = "2.20.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.19.0"
3+
s.version = "2.20.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.19.0"
3+
s.version = "2.20.0"
44
s.summary = "Datadog Trace Module."
55

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

DatadogWebViewTracking.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 = "DatadogWebViewTracking"
3-
s.version = "2.19.0"
3+
s.version = "2.20.0"
44
s.summary = "Datadog WebView Tracking Module."
55

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

TestUtilities.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 = "TestUtilities"
3-
s.version = "2.19.0"
3+
s.version = "2.20.0"
44
s.summary = "Datadog Testing Utilities. This module is for internal testing and should not be published."
55

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

0 commit comments

Comments
 (0)