Skip to content

AWS SDK for Android 2.15.0

Compare
Choose a tag to compare

Bug Fixes

  • AWS Core Runtime
    • Update LogFactory.getLog to automatically truncate the log tag to be within 23 character limit imposed by Android for Nougat(7.0) releases and prior(API <= 23). See issue #1103
  • Amazon Pinpoint
    • Removed the check for INTERNET and ACCESS_NETWORK_STATE permissions while initializing PinpointManager. These are normal permissions and therefore are not required to be checked before performing corresponding app-op. This changes Pinpoint SDK behavior to match that of our other SDKs where an UnknownHostException or a corresponding RuntimeException would be thrown if connectivity is not present when network calls are made by the SDK. This fixes Issue#1092.

Misc. Updates

  • Breaking Changes
    • Removed deprecated SDKGlobalConfiguration options:
      • ENABLE_S3_SIGV4_SYSTEM_PROPERTY
      • ENFORCE_S3_SIGV4_SYSTEM_PROPERTY
  • Remove unused mfaOption property from CognitoUserAttributes class
  • Model updates for the following services
    • AWS IoT
    • Amazon Lex
    • Amazon Rekognition
    • Amazon AutoScaling