Skip to content

AWS SDK for Android 2.12.7

Choose a tag to compare

@sunchunqiang sunchunqiang released this 03 Apr 02:11

Enhancements

  • AWS Mobile Client
    • Updated federatedSignIn() method to contact the service immediately to validate tokens. The signIn() method will also attempt to federated immediately when applicable. See issue #800
    • Fix Google or Facebook refresh when using the drop-in UI. See issue #809, issue #700.
    • Annotated methods that are designed to be called from UI thread or from a background thread with @anythread and @workerthread, respectively.

Bug Fixes

  • AWS Core

    • Fixed support for EU (Stockholm) region - eu-north-1 by adding to RegionDefaults. See issue #797
    • Fixed a bug where a stringSet stored in SharedPreferences cannot be migrated to the AWSKeyValueStore.
    • Propagate the exception when loading/creating the encryption key fails while trying to persist data through AWSKeyValueStore.
  • AWS IoT

    • Fixed the timestamp used for signing requests to AWS IoT by accounting for the offset specified in SDKGlobalConfiguration. See issue #814
  • Amazon Lex

    • Set user-specified RequestAttributes for the PostContentRequest sent to Amazon Lex bots. See issue #801

Misc. Updates

  • Model updates for the following services
    • AWS Autoscaling
    • Amazon Cognito Identity
    • Amazon Cognito Identity Provider
    • Amazon Comprehend
    • Amazon Kinesis Video