AWS Mobile SDK for Android v2.9.1
New Features
- Amazon Cognito Auth
- Added customization for CustomTabs through
setCustomTabsExtras()
in the builder. See PR #608
- Added customization for CustomTabs through
Bug Fixes
-
AWS IoT
- Fixed bug that leaked threads during reconnect. See PR #601
- Fixed reporting of failed message publishes during reconnect. See PR #407
- Fix reconnection failure upon network disconnect. Any subsequent reconnect honors the value passed to the cleanSession flag. See issue #584 and PR #612
-
AWS Mobile Client
- Fixed exception being thrown from
getCredentials()
andrefresh()
to adhere toAmazonClientException
to allow other portions of SDK to catch properly. Previously a genericRuntimeException
was being thrown;AmazonClientException
is a subclass ofRuntimeException
. See issue #588
- Fixed exception being thrown from