Skip to content

Releases: aws-amplify/amplify-swift

1.11.0 (2021-06-23)

23 Jun 20:26
Compare
Choose a tag to compare

Features

  • api: fix querystring encoding according to AWS SigV4 (#1068)

Bug Fixes

  • GraphQLBuilder use model name from schema instead of model (#1292)
  • api: interceptors refactoring (#1247)
  • Model: Apply codegen changes test models (#1145)

1.10.0 (2021-06-10)

10 Jun 15:14
Compare
Choose a tag to compare

Features

  • DataStore: Multiple models ReconcileAndLocalSave transaction (#1237)
  • Datastore: support for @auth provider attribute (#1258)
  • Datastore: support mutation (deletion) with custom primary keys (#1228)

Bug Fixes

  • increase sync concurrency count based on associations (#1267)

1.9.3 (2021-05-26)

26 May 22:43
Compare
Choose a tag to compare

Bug Fixes

  • Quote table names in CreateTableStatement (#1233)
  • DataStore: redundant local metadata query in ReconcileAndLocalSaveOperation (#1217)

1.9.2 (2021-05-13)

13 May 16:11
Compare
Choose a tag to compare

Bug Fixes

  • DataStore: log metrics for ReconcileAndLocalSaveOperation (#1215)
  • Pass additional info in signIn next step (#1201)

1.9.1 (2021-05-05)

05 May 20:52
Compare
Choose a tag to compare

Bug Fixes

  • API: Reachability resolve to GraphQL API (#1167)
  • auth: pass public challenge parameters in nextstep when authenticating with custom challenge
  • SQLite dependency exact 0.12.2 version (#1199)
  • AppSyncRealTimeClient dependency up to next major (#1198)

1.9.0 (2021-04-26)

27 Apr 00:26
Compare
Choose a tag to compare

Features

  • update SDK to 2.24.0 and add override in AmplifyAWSServiceConfiguration (#1184)
  • DataStore: support for readonly fields (#1133)

1.8.1 (2021-04-15)

15 Apr 21:07
Compare
Choose a tag to compare

Bug Fixes

Throw error when plugin added post-configure (#1150)
API: Subscriptions with IAM match signed headers (#1139)

1.8.0 (2021-04-07)

07 Apr 18:22
Compare
Choose a tag to compare

Features

  • Amplify iOS can now be installed via Swift Package Manager. See the README for full details. (#1146)

1.7.2 (2021-04-01)

02 Apr 04:18
Compare
Choose a tag to compare

Bug Fixes

  • DataStore: remove reconcile operations serially (#1137)

1.7.1 (2021-04-01) (Deprecated)

01 Apr 18:18
Compare
Choose a tag to compare

Deprecated release

This release is deprecated due to errors. Please use 1.7.2 or greater.

Bug Fixes

  • Datastore: fix selective sync expressions to run DDB query when possible (#1100)
  • Datastore: Reconcile and save serially (#1128)
  • Auth: handle tooManyRequests and limitExceeded separately in AuthErrorHelper (#1122)