AWS SDK for Android 2.12.5
·
1392 commits
to main
since this release
New Features
-
AWS Mobile Client
- Added support for SAML in
federatedSignIn(). - Added support for developer authenticated identities in
federatedSignIn(). See issue #577 - Added support Cognito Hosted UI in
showSignIn(). - Added support to use OAuth 2.0 provider like
Auth0inshowSignIn(). Federation for AWS credentials requires OpenID support from the provider. - Added support for global sign out.
- Added support for device features which include
list,get,updateStatusandforget. These APIs are available throughgetDeviceOperations().
- Added support for SAML in
-
Amazon Cognito Identity Provider
- Fixed threading issues to ensure callbacks are made from main looper when
xInBackground()method variants are used. See issue #722
- Fixed threading issues to ensure callbacks are made from main looper when
-
Amazon Cognito Auth
- Fixed erroneous user cancelled error when redirecting back to app. See issue #328