Skip to content

Releases: aws-amplify/amplify-swift

1.28.0 (2022-08-08)

08 Aug 20:22

Choose a tag to compare

Features

  • datastore: support for custom primary key (#1752)

Bug Fixes

  • datastore: Rename ModelIdentifiable.Identifier to IdentifierProtocol (#2077)

1.27.1 (2022-07-22)

22 Jul 13:29

Choose a tag to compare

Bug Fixes

  • Auth: Mapping correct error when Device Operations fail due to user not signed in (#2023).

1.27.0 (2022-07-14)

14 Jul 19:45

Choose a tag to compare

Features

  • api: AppSyncRTC 2.0.0 upgrade - Handle unauthorized connection (#1994)

Bug Fixes

  • Auth: Handling proper error when attempting to change password fails due to an expired session. (#1995)
  • datastore: stop sync engine on non-retryable errors to allow restart (#1901)
  • datastore: query for missing optional associations (#1849)
  • datastore: Test schema drift does not restart sync engine (#1868)

1.26.2 (2022-06-10)

10 Jun 23:57

Choose a tag to compare

Bug Fixes

  • datastore: create pointer to temporal lock (#1883)

1.26.1 (2022-06-02)

02 Jun 16:14

Choose a tag to compare

Bug Fixes

  • Datastore: ModelSyncedEvent dispatch consistency (#1823)

1.26.0 (2022-05-26)

26 May 21:29

Choose a tag to compare

Bug Fixes

  • DataStore: Include table name inside quotes in SQL Update statement (#1824)

Features

  • DataStore: Temporal performance enhancements (#1760)

1.25.0 (2022-05-19)

19 May 21:01

Choose a tag to compare

Features

  • Auth: Add support for authType as runtime parameter (#1774)

1.24.1 (2022-05-13)

13 May 22:45

Choose a tag to compare

Bug Fixes

  • Auth: Fixing a typo in the Auth error message (#1782) (#1798)
  • DataStore: retry on URLError.dataNotAllowed (#1791)
  • DataStore: retry initial sync network failures from RemoteSyncEngine (#1773)

1.24.0 (2022-05-05)

05 May 02:50

Choose a tag to compare

Features

  • auth: Add support of custom endpoint for CognitoUserPool (#1715)

1.23.2 (2022-05-04)

05 May 00:01

Choose a tag to compare

Bug Fixes

  • DataStore: Nesting DataStore integration tests (#1757)