Releases: aws-amplify/amplify-swift
Releases · aws-amplify/amplify-swift
1.15.0 (2021-10-12)
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)
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)
Features
- update AWS SDK to 2.25.0 (#1395)
1.13.3 (2021-08-05)
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)
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)
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)
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)
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)
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)
Bug Fixes
- Quote table names in CreateTableStatement (#1233)
- DataStore: redundant local metadata query in ReconcileAndLocalSaveOperation (#1217)