Releases: aws-amplify/amplify-swift
Releases · aws-amplify/amplify-swift
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)
1.9.2 (2021-05-13)
Bug Fixes
- DataStore: log metrics for ReconcileAndLocalSaveOperation (#1215)
- Pass additional info in signIn next step (#1201)
1.9.1 (2021-05-05)
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)
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)
Bug Fixes
Throw error when plugin added post-configure (#1150)
API: Subscriptions with IAM match signed headers (#1139)
1.8.0 (2021-04-07)
Features
- Amplify iOS can now be installed via Swift Package Manager. See the README for full details. (#1146)
1.7.2 (2021-04-01)
Bug Fixes
- DataStore: remove reconcile operations serially (#1137)
1.7.1 (2021-04-01) (Deprecated)
Deprecated release
This release is deprecated due to errors. Please use 1.7.2 or greater.
Bug Fixes
- Datastore: fix selective sync expressions to run DDB query when possible (#1100)
- Datastore: Reconcile and save serially (#1128)
- Auth: handle tooManyRequests and limitExceeded separately in AuthErrorHelper (#1122)