Skip to content

Commit

Permalink
version 17.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jun 29, 2023
1 parent 53feb1a commit b27fb24
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 20 deletions.
6 changes: 3 additions & 3 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Airship SDK v17.0.1
Build time: Fri Jun 16 22:12:59 UTC 2023
SDK commit: 65baa41
Airship SDK v17.0.2
Build time: Wed Jun 28 23:01:52 UTC 2023
SDK commit: 10422ce
Xcode version: Xcode 14.3.1 Build version 14E300c
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,32 @@

[Migration Guides](https://github.com/urbanairship/ios-library/tree/main/Documentation/Migration)

## Version 17.0.1, June 16, 2023
## Version 17.0.2 June 2, 2023
Patch release that fixes an issue with modular header on podspec for AirshipServiceExtension and AirshipContentExtension, an issue deep linking to a deleted Message Center message, and fixes a regression with the share action. Applications that are using 17.0.1 or older should update.

### Changes
- Enable modular header for AirshipServiceExtension and AirshipContentExtension
- Fixed issue with a navigation loop to a deleted Message Center message
- Removed unused `applyIf` extension to avoid potential conflicts
- Fixed share action regression


## Version 16.12.2 June 28, 2023
Patch release that fixes an issue with modular header on podspec for AirshipServiceExtension and AirshipContentExtension and a channel registration issue where if the channel's metadata changes during an update task, a new task would not be queued to sync with Airship until the next foreground.

### Changes
- Enable modular header for AirshipServiceExtension and AirshipContentExtension
- Fixed channel registration task queuing

## Version 17.0.1 June 16, 2023
Patch release that addresses potential ambiguous use errors and improves Message Center module documentation.
Apps upgrading to SDK 17.0.0 should update to 17.0.1 instead.

### Changes
- Fixed potential `ambiguous use of overlay()` errors when using SwiftUI
- Improved Message Center module documentation

## Version 17.0.0, June 15, 2023
## Version 17.0.0 June 15, 2023
Major SDK release that adds support for Stories, In-App experiences downstream of a sequence in Journeys, and improves SDK auth.

This release brings several breaking changes throughout the codebase as we continue the transition from Objective-C to Swift, and as we start adopting structured concurrency.
Expand Down
28 changes: 14 additions & 14 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,38 +37,38 @@ let package = Package(
targets: [
.binaryTarget(
name: "AirshipAutomation",
url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.0.1/AirshipAutomation.xcframework.zip",
checksum: "9d2eb15df06c9195a689e32f8781defed627209e09e74fd0aa49c3688020ffa9"
url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.0.2/AirshipAutomation.xcframework.zip",
checksum: "ea41f3719215078f2ee29926ae6d76e10f654af503d25f57ca8ef3ad99c50627"
),
.binaryTarget(
name: "AirshipBasement",
url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.0.1/AirshipBasement.xcframework.zip",
checksum: "39278c889133a37acc62557dff4553a672ee99db8b183660c2a33f13b4c56e2c"
url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.0.2/AirshipBasement.xcframework.zip",
checksum: "b8e41b99a0253b918e2c84f01e00216a28a092a63b893bd996844a0d2fc66bbb"
),
.binaryTarget(
name: "AirshipCore",
url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.0.1/AirshipCore.xcframework.zip",
checksum: "c95ee6de95de76f62a5149b6ac1b98c25f8c9926947e70359a3b3fa5e2345aee"
url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.0.2/AirshipCore.xcframework.zip",
checksum: "508ce718617b09a8f3809b8acd306dda505251e66899383e4fe1e2d900d6b76c"
),
.binaryTarget(
name: "AirshipMessageCenter",
url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.0.1/AirshipMessageCenter.xcframework.zip",
checksum: "59ca9aa7358ad88c6624352c20566dfdc66e5994306750aa252ff65a087f4e83"
url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.0.2/AirshipMessageCenter.xcframework.zip",
checksum: "e44504c4a8af89d14f77ece142352054d16bffc7f98177a02f188faeca13e18a"
),
.binaryTarget(
name: "AirshipNotificationContentExtension",
url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.0.1/AirshipNotificationContentExtension.xcframework.zip",
checksum: "b02e0c0d7ef9c34c0a462d8ecaec1b0f72d9da4508b9eba72f6e6d13dd645df7"
url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.0.2/AirshipNotificationContentExtension.xcframework.zip",
checksum: "90d41e0e10463f9fc23b41c4d5b55509a93650cf08645853c77ed14fd87ddcb0"
),
.binaryTarget(
name: "AirshipNotificationServiceExtension",
url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.0.1/AirshipNotificationServiceExtension.xcframework.zip",
checksum: "157462fc03ed6bacf5f1dc14bfca069bba3f3f242eba6eb2b5f4b9a1baba8f5d"
url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.0.2/AirshipNotificationServiceExtension.xcframework.zip",
checksum: "a55cfd99f187a9595957ed7775fff500f13e235217e1f0b23797f2dbca9b4873"
),
.binaryTarget(
name: "AirshipPreferenceCenter",
url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.0.1/AirshipPreferenceCenter.xcframework.zip",
checksum: "94abfecb027c292880001b101fd853a9a30b2863dd561bf47d7dd0a04e26b133"
url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.0.2/AirshipPreferenceCenter.xcframework.zip",
checksum: "58d4e674e8c47bec9fa221deaf46eeceef729507eb594df544e3c533b4a1bdd4"
)
]
)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.0.1
17.0.2

0 comments on commit b27fb24

Please sign in to comment.