Skip to content

AWS SDK for Android 2.16.0

Compare
Choose a tag to compare
@aws-amplify-ops aws-amplify-ops released this 18 Sep 19:40
· 1377 commits to main since this release

New Features

  • AWS Mobile Client

    • Breaking API Change
      • SignUpResult available in the user callback provided during sign up now contains UserSub(UID)
      • Deprecated APIs getCredentialsProvider, setCredentialsProvider, initialize(Context) and initialize(Context, AWSStartupHandler) have been removed
      • confirmSignIn(final Map<String, String> signInChallengeResponse) now throws IllegalStateException if confirmSignIn is called after signIn has succeeded. This matches the behavior of the overloaded version of this method, viz. confirmSignIn(final String signInChallengeResponse, final Callback<SignInResult> callback)
    • AWSMobileClient now supports Cognito Custom Authentication flow. See relevant cognito docs and amplify docs for details
  • Amazon CognitoIdentityProvider

    • Breaking API Change SignUpHandler now receives SignUpResult upon success instead of a ConfirmationState and CognitoUserCodeDeliveryDetails
    • signUpInBackground and signUp now receive SignUpResult in the onSuccess callback
  • Amazon SNS

    • Updated model to support latest Amazon SNS features such as TagResource function. This resolves Issue# 1020.

Misc. Updates

  • Model updates for the following services
    • Amazon SES
    • Amazon SNS
    • Amazon Textract
    • Amazon Transcribe