Skip to content

AWS SDK for iOS 2.10.1

Compare
Choose a tag to compare
@aws-amplify-ops aws-amplify-ops released this 30 Jul 14:41
· 1761 commits to main since this release

New Features

  • AWS Core
    • Added support for me-south-1 - Middle East South (Bahrain) region.

Bug Fixes

  • Amazon Kinesis
    • Fixed default value of batchRecordsByteLimit--the documented size is 512KB, but the code incorrectly set it to 512MB.
      See PR #1688. Thanks @runlucky!
  • Amazon Polly
    • Fixed error trying to use 'Zeina' voice with presigned URLs

Misc. Updates

  • Model updates for the following services
    • Amazon CloudWatch Logs
    • Amazon Comprehend
    • Amazon EC2
    • Amazon Pinpoint
    • Amazon Security Token Service (STS)
  • Fix incorrect license specification in AWSCognitoIdentityProvider.podspec (See
    Issue #1684, PR #1699.)