Skip to content

Releases: aws-amplify/amplify-swift

1.15.0 (2021-10-12)

12 Oct 03:55
Compare
Choose a tag to compare

Features

  • DataStore: ObserveQuery API (#1422)

Bug Fixes

  • DataStore: require auth plugin if provider is nil in sync-requirements (#1461)
  • DataStore: Sync engine fallback to API plugin config (#1460)
  • DataStore: Avoid model name from mutation sync in ModelSyncedEventEmitter (#1454)

1.14.0 (2021-09-28)

28 Sep 21:59
Compare
Choose a tag to compare

Features

  • Storage: AWSS3PluginPrefixResolver (#1277)

Bug Fixes

  • Logging: fix concurrency issues with logLevel (#1431)
  • Datastore: Consecutive Updates (Save, Sync, Update and Immediately Delete Scenario) (#1407)
  • DataStore: ReconcileAndLocalSave schedule on internal queue (#1415)

1.13.4 (2021-08-25)

26 Aug 00:03
Compare
Choose a tag to compare

Features

  • update AWS SDK to 2.25.0 (#1395)

1.13.3 (2021-08-05)

07 Aug 15:17
Compare
Choose a tag to compare

Bug Fixes

  • DataStore: add missing SQLite3 import (#1368)
  • DataStore: storage engine doesn't need auth plugin for api key (#1366)

1.13.1 (2021-08-05)

05 Aug 22:42
Compare
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
Compare
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
Compare
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
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)