Skip to content

Releases: aws-amplify/amplify-swift

1.29.2 (2023-04-14)

14 Apr 18:16
Compare
Choose a tag to compare

Bug Fixes

  • api: Change the getToken to async (#2856)
  • datastore-v1: detect duplicate mutation event by both modelName and modelId (#2835)

2.8.0 (2023-04-05)

05 Apr 23:15
Compare
Choose a tag to compare

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)

28 Mar 22:29
Compare
Choose a tag to compare

Minor update to the internal user agent string

2.7.0 (2023-03-28)

28 Mar 18:23
Compare
Choose a tag to compare

Features

  • storage: Add pagination support.

Bug Fixes

  • datastore: detect duplicate mutation event by both modelName and modelId (#2834)
  • Auth: Adding ASF DeviceId as an input for Cognito APIs (#2833)
  • PushNotifications: Checking if there is a Provisioning Profile with the APS Entitlement in order to determine the ChannelType (#2824)

2.6.1 (2023-03-21)

21 Mar 18:04
Compare
Choose a tag to compare

Bug Fixes

  • DataStore: swap like for instr in sql queries (#2818)
  • Storage: update storage to support downloading if a file already exist locally (#2825)
  • Auth: Sign out when user does not exist during delete user task (#2812)

1.29.1 (2023-03-21)

21 Mar 18:39
Compare
Choose a tag to compare

Bug Fixes

  • datastore: v1 swap like for instr in sql queries (#2819)
  • datastore-v1: mutation event got ignored while executing parallel saving (#2782)

2.6.0 (2023-03-13)

13 Mar 19:55
Compare
Choose a tag to compare

Features

  • DataStore: add notContains query operator (#2789)

Bug Fixes

  • Auth: Adding missing Authorization header when a Client Secret is defined. (#2807)

2.5.0 (2023-03-08)

09 Mar 00:09
d4a2913
Compare
Choose a tag to compare

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)

08 Mar 18:42
Compare
Choose a tag to compare

Bug Fixes

  • api: Remove optional cleanUp() method from AWSAPIPlugin.reset() (#2585)

2.4.1 (2023-03-06)

06 Mar 16:49
Compare
Choose a tag to compare

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)