AWS SDK for Android 2.16.0
·
1392 commits
to main
since this release
New Features
-
AWS Mobile Client
- Breaking API Change
SignUpResultavailable in the user callback provided during sign up now contains UserSub(UID)- Deprecated APIs
getCredentialsProvider,setCredentialsProvider,initialize(Context)andinitialize(Context, AWSStartupHandler)have been removed confirmSignIn(final Map<String, String> signInChallengeResponse)now throwsIllegalStateExceptionifconfirmSignInis 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
- Breaking API Change
-
Amazon CognitoIdentityProvider
- Breaking API Change
SignUpHandlernow receivesSignUpResultupon success instead of a ConfirmationState andCognitoUserCodeDeliveryDetails signUpInBackgroundandsignUpnow receiveSignUpResultin theonSuccesscallback
- Breaking API Change
-
Amazon SNS
- Updated model to support latest Amazon SNS features such as
TagResourcefunction. This resolves Issue# 1020.
- Updated model to support latest Amazon SNS features such as
Misc. Updates
- Model updates for the following services
- Amazon SES
- Amazon SNS
- Amazon Textract
- Amazon Transcribe