Skip to content

Releases: aws-amplify/amplify-swift

1.25.0 (2022-05-19)

19 May 21:01
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug Fixes

  • DataStore: Nesting DataStore integration tests (#1757)

1.23.1 (2022-04-25)

25 Apr 22:15
Compare
Choose a tag to compare

Bug Fixes

  • DataStore: Cascade delete sync from children to parent models (#1731)

1.23.0 (2022-04-12)

12 Apr 17:18
Compare
Choose a tag to compare

Features

  • DataStore: DataStore.delete(modelType:where:) API (#1723)

Bug Fixes

  • build: remove ungated >= Swift 5.4 features to allow building on Xcode 12 (#1737)

1.22.4 (2022-04-07)

08 Apr 01:11
Compare
Choose a tag to compare

Bug Fixes

  • analytics: Set pinpointConfiguration.debug on debug mode (#1689)
  • DataStore: Reconcile locally sourced mutations while subscriptions are disabled (#1712)

1.22.3 (2022-04-01)

02 Apr 12:44
Compare
Choose a tag to compare
v1.22.3

v1.22.3 (fastlane)

1.22.2 (2022-03-29)

29 Mar 19:51
Compare
Choose a tag to compare

Bug Fixes

  • Update SQLite dependency to 0.13.2 (#1696)

1.23.0-dev-preview.0 (2022-03-22)

22 Mar 18:39
bcf8405
Compare
Choose a tag to compare
Pre-release

Features

  • Added support for Xcode 13.3 and Swift 5.6

Including all the changes from v1.22.0

Features

  • DataStore: Create SQLite indexes when setting up datastore (#1634)

Bug Fixes

  • DataStore: Clear API should delete local store (#1685)
  • API: DataRace - subscription cancel and OperationTaskMapper on reset (#1684)
  • DataStore: Debugging - Access DB File path (#1678)
  • DataStore: ObserveQuery InitialQuery empty modelIds set (#1663)
  • DataStore: FatalError accessing SQLite connection (#1671)
  • DataStore: add logging with model name for failed subscription request (#1665)
  • DataStore: enable thread sanitzer, fix data races (#1656)
  • auth: fix deleteUser Combine support (#1652)