AWS SDK for Android 2.13.2
·
1392 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)withSSEAwsKeyManagementParamsfails with contentMD5 validation error. Now, the contentMd5 validation is skipped when a file is uploaded withSSEAwsKeyManagementParamsthrough thePutObjectRequest.
- Fixed a bug where uploading a file using
-
Amazon Pinpoint
- Added
SocketExceptionto the list of client exceptions where the events submitted to Amazon Pinpoint will be saved in the local database. See issue #773.
- Added