Skip to content

Releases: aws-amplify/amplify-swift

2.6.1 (2023-03-21)

21 Mar 18:04

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

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

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

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

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

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)

2.4.0 (2023-02-07)

08 Feb 04:38

Choose a tag to compare

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)

03 Feb 00:31

Choose a tag to compare

Bug Fixes

  • api: add default user-agent header to API subscription requests (#2709)
  • auth: Delete user api get stuck on no network (#2656)
  • auth: Unblock fetchAuthSession call during a signIn flow (#2687)

1.29.0 (2023-01-30)

30 Jan 18:40

Choose a tag to compare

Features

  • api: Add no store for the cache in urlsession for API category (#2641)

Bug Fixes

  • test: data race on reseting in test case tearDown (#2710)
  • auth: Restore non-normalized keychain namespace in AuthSessionHelper.
  • api: add default user-agent header value for subscription requests (#2700)
  • datastore-v1: skip has-many model to graphQL translation (#2663)

2.3.1 (2023-01-18)

18 Jan 21:42
@5d 5d

Choose a tag to compare

Bug Fixes

  • API: remove encoding step before feeding request to signer (#2666)