Releases: aws-amplify/amplify-android
Releases · aws-amplify/amplify-android
Amplify Android Kotlin Facade 0.1.9
Bug Fixes
- auth: Add ConfirmSignUpOptions for confirmSignUp API method (#1357)
- storage: remove duplicate error callback (#1366)
Amplify Android 1.17.7
Bug Fixes
- api: check for null ModelSchema to prevent crash in SerializedModel toString method (#1341)
- api: default to mobile client for iam auth mode (#1351)
- Auth: prevent multiple invocations of success callback for updateUserAttributes (#1339)
Miscellaneous
- create stale bot GitHub action (#1337)
- refactor:add enum to represent auth rule provider (#1320)
Amplify Android Kotlin Facade 0.1.8
Released along with other amplify-android module
Amplify Android 1.17.6
Bug Fixes
- checkstyle failure on Windows (#1326)
- datastore: save metadata when merging even if mutation outbox has pending item (#1319)
- datastore: add syncExpression method to configuration builder that takes the modelName as a String (#1330)
Amplify Android Kotlin Facade 0.1.7
Bug Fixes
- checkstyle failure on Windows (#1326)
- datastore: save metadata when merging even if mutation outbox has pending item (#1319)
- datastore: add syncExpression method to configuration builder that takes the modelName as a String (#1330)
Amplify Android 1.17.5
Bug Fixes
- signed in hub event is now fired after currentUser is set, instead of before (#1300)
- datastore,api: Update and delete mutations now work when custom primary key is defined (#1292)
Amplify Android Kotlin Facade 0.1.6
Bug Fixes
- signed in hub event is now fired after currentUser is set, instead of before (#1300)
- datastore,api: Update and delete mutations now work when custom primary key is defined (#1292)
Amplify Android 1.17.4
Bug Fixes
- Use ObjectsCompat since Objects is API 19+ (#1289)
- Add ConfirmSignInOptions for confirmSignIn API method (#1297)
Miscellaneous
- Upgrade dependency on the latest SDK version (#1294, #1296)
Amplify Android Kotlin Facade 0.1.5
Bug Fixes
- Use ObjectsCompat since Objects is API 19+ (#1289)
- adds ConfirmSignInOptions for confirmSignIn API method (#1297)
Miscellaneous
- Upgrade dependency on the latest SDK version (#1294, #1296)
Amplify Android 1.17.3
Bug Fixes
- datastore: optimize sync queries with predicates by wrapping in an AND group (#1225)
- throws AlreadyConfiguredException when configured == true (#1274)