Skip to content

AWS SDK for Android 2.12.5

Choose a tag to compare

@sunchunqiang sunchunqiang released this 14 Mar 21:46
· 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 Auth0 in showSignIn(). 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, updateStatus and forget. These APIs are available through getDeviceOperations().
  • Amazon Cognito Identity Provider

    • Fixed threading issues to ensure callbacks are made from main looper when xInBackground() method variants are used. See issue #722
  • Amazon Cognito Auth

    • Fixed erroneous user cancelled error when redirecting back to app. See issue #328