Releases: aws-amplify/amplify-android
Releases · aws-amplify/amplify-android
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)
Amplify Android Kotlin Facade 0.1.4
Bug Fixes
- kotlin: getCurrentUser return type should be nullable (#1265)
Amplify Android 1.17.2
DataStore
SerializedModel
now works with correctly with PendingMutationConverter
. (#1253)
API
- Authorization mode can now be specified per call. (#1238, #1254)
- Add support for readonly fields such as
createdAt
and updatedAt
. (#1249)
Amplify Android Kotlin Facade 0.1.3
Version bumped as a result of Amplify Android 1.17.2
Amplify Android 1.17.1
DataStore
- Improve storage adapter performance (#1161)
- Ignore OperationDisabled subscription errors (#1209)
REST-API
- Expose HTTP headers in RestResponse(#1184)
Misc.
- Remove version code (#1223)
Amplify Android Kotlin Facade 0.1.2
Updated together with Amplify Android 1.17.1.