AWS SDK for Android 2.16.0
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)
andinitialize(Context, AWSStartupHandler)
have been removed confirmSignIn(final Map<String, String> signInChallengeResponse)
now throwsIllegalStateException
ifconfirmSignIn
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
- Breaking API Change
-
Amazon CognitoIdentityProvider
- Breaking API Change
SignUpHandler
now receivesSignUpResult
upon success instead of a ConfirmationState andCognitoUserCodeDeliveryDetails
signUpInBackground
andsignUp
now receiveSignUpResult
in theonSuccess
callback
- Breaking API Change
-
Amazon SNS
- Updated model to support latest Amazon SNS features such as
TagResource
function. 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