Skip to content

Releases: aws-amplify/amplify-swift

1.13.1 (2021-08-05)

05 Aug 22:42

Choose a tag to compare

Bug Fixes

  • Datastore: consecutive updates nil version scenario (#1333)
  • DataStore: Various mutation sync fixes (#1355)
  • DataStore: do not send completion event to publisher on DataStore.clear() and DataStore.stop() (#1273)
  • Fix data store mutation when restoring network (#1345)
  • DataStore: drop failed constraint violation reconciliations (#1321)

1.13.0 (2021-07-29)

30 Jul 03:08

Choose a tag to compare

Features

  • datastore/api: support for AWS_LAMBDA auth type (#1334)

Bug Fixes

  • datastore: dynamic model support for cascade delete (#1296)

1.12.0 (2021-06-28)

29 Jun 00:45

Choose a tag to compare

Features

  • datastore: multi-auth support (#1260)

Bug Fixes

  • datastore: initalSync should be successful in case of unauthorized errors (#1299)

1.11.0 (2021-06-23)

23 Jun 20:26

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

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

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

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

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

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

Choose a tag to compare

Bug Fixes

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