AWS SDK for Android 2.12.1
·
1392 commits
to main
since this release
Bug Fixes
- AWS Mobile Client
- Fixed a bug that cause
changePassword(String, String, Callback)to return error when successful. The error returned was null and will now callonResult(Void)
- Fixed a bug that cause
Enhancements
-
Amazon Cognito Identity Provider
- The Amazon Cognito Identity Provider SDK now supports all Amazon Cognito Identity Provider APIs, including "CreateUserPool", "DescribeUserPool", "UpdateUserPool", "ListUserPools", "AdminEnableUser", "AdminDisableUser", "AdminConfirmRegisterUser", "AdminResetUserPassword", "AdminGetUser", "AdminUpdateUserAttributes", "AdminDeleteUserAttributes", "AdminDeleteUser". All admin APIs require developer credentials. Note that by using admin APIs, you are inherently dealing with privileged functions that could result in data loss, if improperly used.
- Fixed
initiateUserAuthentication()to respectrunInBackgroundflag for network calls. See pr #702
-
AWS Core Runtime
- Add templated callback structure for async methods across SDKs. Internal
ReturningRunnableadded to facilitate support for synchronous and asynchronous methods.
- Add templated callback structure for async methods across SDKs. Internal
Misc. Updates
- Model updates for the following services
- AWS IoT
- Amazon Lambda