Releases: aws-amplify/amplify-swift
Releases · aws-amplify/amplify-swift
1.29.2 (2023-04-14)
2.8.0 (2023-04-05)
Features
- liveness: add liveness SPI and service / streaming implementation
Bug Fixes
- storage: Ensure progress from Amplify.Storage.uploadFile completes
2.7.1 (2023-03-28)
Minor update to the internal user agent string
2.7.0 (2023-03-28)
Features
- storage: Add pagination support.
Bug Fixes
2.6.1 (2023-03-21)
1.29.1 (2023-03-21)
2.6.0 (2023-03-13)
2.5.0 (2023-03-08)
Features
-
PushNotifications: Add Amplify Push Notifications category and AWS Pinpoint Push Notifications plugin. #2794
The Push Notifications category allows you to integrate push notifications in your app with Amazon Pinpoint targeting, campaign, and journey management support.
You can segment your users, trigger push notifications to your app, and record metrics in Pinpoint when users receive or open notifications. We use Amazon Pinpoint since it helps you to create messaging campaigns and journeys targeted to specific user segments or demographics and collect interaction metrics with push notifications.
2.4.2 (2023-03-08)
Bug Fixes
- api: Remove optional
cleanUp()
method fromAWSAPIPlugin.reset()
(#2585)
2.4.1 (2023-03-06)
Bug Fixes
- datastore: mutation event got ignored while executing parallel saving (#2781)
- upgrade to aws-sdk-swift v0.6.1 (#2774)
- auth: Build failure due to typo in device binding (#2719)
- auth: Device binding add retry incase of device not found (#2699)
- auth: Pass deviceMetadata in RespondToAuthChallenge for signIn challenges
- auth: Remove static deviceMetaData in auth flow (#2694)
- api: build selection set bottom up (#2763)