Releases: aws-amplify/amplify-swift
Releases · aws-amplify/amplify-swift
1.18.0 (2021-12-15)
1.17.0 (2021-12-07)
1.16.1 (2021-11-19)
Chores
- Geo: Update CI/CD workflows to support Amplify Geo.
1.16.0 (2021-11-18)
Features
- Geo: Add Amplify Geo Category. Amplify Geo provides APIs for mobile app development such that you can add maps and search to your app with just a few lines of code.
Bug Fixes
- DataStore: support predicate evaluation on model with Enum (#1516)
1.15.6 (2021-11-15)
1.15.5 (2021-11-04)
Bug Fixes
- DataStore: ModelSyncedEventEmitter event order (#1494)
1.15.4 (2021-11-03)
1.15.3 (2021-10-21)
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)
Bug Fixes
- DataStore: Fallback when missing auth rule providers to API requirements (#1465)
1.15.1 (2021-10-14)
Bug Fixes
DataStore: ObserveQueryOperation missing import for SPM (#1470)