Skip to content

Releases: aws-amplify/amplify-swift

1.15.6 (2021-11-15)

15 Nov 18:44

Choose a tag to compare

Bug Fixes

  • DataStore: clear ModelSyncMetadata on duplicate ids found (#1515)
  • DataStore: Allow different model types with the same ID (#1490)

1.15.5 (2021-11-04)

04 Nov 21:01

Choose a tag to compare

Bug Fixes

  • DataStore: ModelSyncedEventEmitter event order (#1494)

1.15.4 (2021-11-03)

03 Nov 21:19

Choose a tag to compare

Bug Fixes

  • Support new list name pluralization (#1451)
  • DataStore: Use throwing iterator to avoid hidden force try (#1411)

1.15.3 (2021-10-21)

21 Oct 18:25

Choose a tag to compare

Bug Fixes

  • DataStore: Optimize mutation event propagation after model synced in ModelSyncEventEmitter (#1479)
  • Datastore: Fixes SPM build error due to missing import Foundation in SyncEventEmitter.swift (#1481)
  • Auth: Replace force unwrap to throw an error in AWS credentials (#1476)
  • DataStore: ModelSyncedEvent before last MutationEvent (#1472)
  • DataStore: Reconciliation path avoid model.modelName (#1475)
  • DataStore: Improve ObserveQuery for multiple sort input (#1464)

1.15.2 (2021-10-14)

14 Oct 20:07

Choose a tag to compare

Bug Fixes

  • DataStore: Fallback when missing auth rule providers to API requirements (#1465)

1.15.1 (2021-10-14)

14 Oct 16:04

Choose a tag to compare

Bug Fixes

DataStore: ObserveQueryOperation missing import for SPM (#1470)

1.15.0 (2021-10-12)

12 Oct 03:55

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

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

Choose a tag to compare

Features

  • update AWS SDK to 2.25.0 (#1395)

1.13.3 (2021-08-05)

07 Aug 15:17

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)