Skip to content

AWS Mobile SDK for Android v2.9.1

Compare
Choose a tag to compare
@sunchunqiang sunchunqiang released this 14 Dec 22:32

New Features

  • Amazon Cognito Auth
    • Added customization for CustomTabs through setCustomTabsExtras() in the builder. See PR #608

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() and refresh() to adhere to AmazonClientException to allow other portions of SDK to catch properly. Previously a generic RuntimeException was being thrown; AmazonClientException is a subclass of RuntimeException. See issue #588