Skip to content

Commit 80201c8

Browse files
authored
Release 19.11.3 (#3616)
* Release 19.11.3 * Fix
1 parent acdd066 commit 80201c8

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

Airship.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRSHIP_VERSION="19.11.2"
1+
AIRSHIP_VERSION="19.11.3"
22

33
Pod::Spec.new do |s|
44
s.version = AIRSHIP_VERSION

Airship/AirshipConfig.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
//* Copyright Airship and Contributors */
22

3-
CURRENT_PROJECT_VERSION = 19.11.2
3+
CURRENT_PROJECT_VERSION = 19.11.3

Airship/AirshipCore/Source/AirshipVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import Foundation
44

55
public struct AirshipVersion {
6-
public static let version = "19.11.2"
6+
public static let version = "19.11.3"
77
public static func get() -> String {
88
return version
99
}

AirshipDebug.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRSHIP_VERSION="19.11.2"
1+
AIRSHIP_VERSION="19.11.3"
22

33
Pod::Spec.new do |s|
44
s.version = AIRSHIP_VERSION

AirshipServiceExtension.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRSHIP_VERSION="19.11.2"
1+
AIRSHIP_VERSION="19.11.3"
22

33
Pod::Spec.new do |s|
44
s.version = AIRSHIP_VERSION

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44
[Migration Guides](https://github.com/urbanairship/ios-library/tree/main/Documentation/Migration)
55
[All Releases](https://github.com/urbanairship/ios-library/releases)
66

7+
## Version 19.11.3 - November 18, 2025
8+
Patch release that further addresses the direct open attribution race condition introduced in 19.0.0. While 19.11.0 attempted to fix this issue by introducing a synchronous completion handler method, the implementation still executed work asynchronously, which could cause direct open events to be missed in some edge cases.
9+
10+
### Changes
11+
- Fixed a potential race condition that could result in missed direct open attributions by ensuring notification response handling completes synchronously before the app becomes active.
12+
713
## Version 19.11.2 - November 14, 2025
814
Patch release that fixes YouTube video playback in In-App Automation and Scenes. Applications that use YouTube videos in Scenes and non-html In-App Automations (IAA) must update to resolve playback errors.
915

10-
1116
### Changes
1217
- Fixed YouTube video embedding to comply with YouTube API Client identification requirements.
1318

14-
1519
## Version 19.11.1 – October 7, 2025
1620
Patch release addressing the longstanding Swift concurrency crash (GH-434) and improving the internal rate-limiting system for better stability and efficiency.
1721

0 commit comments

Comments
 (0)