AWS SDK for Android 2.13.2
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
- Fixed erroneous user cancelled error when redirecting back to app. See issue #328, issue #871
-
Amazon S3
- Fixed a bug where uploading a file using
AmazonS3Client.putObject(PutObjectRequest)
withSSEAwsKeyManagementParams
fails with contentMD5 validation error. Now, the contentMd5 validation is skipped when a file is uploaded withSSEAwsKeyManagementParams
through thePutObjectRequest
.
- Fixed a bug where uploading a file using
-
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.
- Added