Skip to content

AWS SDK for Android 2.16.3

Compare
Choose a tag to compare
@aws-amplify-ops aws-amplify-ops released this 06 Nov 00:30
· 1375 commits to main since this release

New Features

  • AWS IoT
    • Added proxy support for connecting to AWS IoT via Keystore over port 8883

Bug Fixes

  • AWS Core

    • Added warning against using BasicAWSCredentials instead of AWSMobileClient in Javadoc.
  • AWS Mobile Client

    • During signUp, when the user is confirmed, Cognito does not send CognitoUserCodeDeliveryDetails
      and it appears to be null when the SignUpResult is unmarshalled. Add a check before accessing the CognitoUserCodeDeliveryDetails only when the user is not confirmed. See issue #1264 for more details.