Skip to content

AWS SDK for Android 2.13.2

Compare
Choose a tag to compare
@aws-amplify-ops aws-amplify-ops released this 12 Apr 23:35
· 1381 commits to main since this release

Enhancements

  • AWS IoT
    • AWS IoT SDK for Android now supports connecting your devices to AWS IoT Core using Persistent Sessions. Please look at this blog for more details.

Misc. Updates

  • Model updates for the following services
    • Amazon Comprehend

Bug Fixes

  • Amazon Cognito Auth

  • Amazon S3

    • Fixed a bug where uploading a file using AmazonS3Client.putObject(PutObjectRequest) with SSEAwsKeyManagementParams fails with contentMD5 validation error. Now, the contentMd5 validation is skipped when a file is uploaded with SSEAwsKeyManagementParams through the PutObjectRequest.
  • Amazon Pinpoint

    • Added SocketException to the list of client exceptions where the events submitted to Amazon Pinpoint will be saved in the local database. See issue #773.