AWS v2.3.4 Release Notes

  • ๐Ÿ†• New Features

    • AWS IoT
      • Added support for MQTT over WebSocket connections to AWS IoT. WebSocket connections allow applications to connect, publish, and subscribe to topics on AWS IoT using the standard secure web port 443 without requiring a client certificate and private key.
    • SDK Core
      • Added generics annotations to all low-level clients and AWSS3TransferUtility, AWSS3PreSignedURLBuilder, and AWSLambdaInvoker.
      • Added service call APIs with completion handlers to all low-level clients.

    Resolved Issues

    • ๐Ÿ”€ Amazon Cognito Sync
      • Fixed bug in AWSCognito - subscribeAll and - unsubscribeAll that caused NSInvalidArgumentException exception.
    • ๐Ÿ“ˆ Amazon Mobile Analytics
      • Addressed an issue that may cause an app to crash under certain situations.
    • SDK Core
      • Fixed the build settings to fully enable bitcode support.