Releases: aws-amplify/amplify-swift
Releases · aws-amplify/amplify-swift
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)
2.4.0 (2023-02-07)
Features
- DataStore and API Lazy Loading with Custom Selection Set (#2583)
Bug Fixes
- test: DS transformer V2 tests should be update mutation on existing model (#2753)
- test: compare model identifier for deletion events (#2752)
- datastore: load hasOne and belongsTo lazy reference with composite key (#2737)
- datastore/api: DefaultModelProvider return nil from not loaded state (#2746)
- datastore/api CPK uni-directional has-many lazy list load (#2730)
- datastore/api: do not set nil values for create mutation graphQL input translation (#2701)
- datastore/api: Add missing PropertyPath types double and int (#2689)
- datastore.: observe API mutation event decode to model successfully (#2684)
2.3.2 (2023-02-02)
1.29.0 (2023-01-30)
2.3.1 (2023-01-18)
Bug Fixes
- API: remove encoding step before feeding request to signer (#2666)