Skip to content

AWS SDK for iOS 2.6.25

Compare
Choose a tag to compare
@mutablealligator mutablealligator released this 19 Jul 00:00
· 2106 commits to main since this release

Enhancements

  • Amazon CognitoAuth

    • Made signOutLocally and signOutLocallyAndClearLastKnownUser methods public. See issue#279
  • Amazon Polly

    • Added support for new SynthesisTask feature which allows asynchronous and batch processing.
  • Amazon S3

    • Added completion handler for TransferUtility instantiation, improved the getTasks function and status tracking. See issue#769 and issue #759

Bug Fixes

  • AWS IoT

    • Optimized AWS IoT reconnection logic and reduced extraneous attempts. See issue#965
    • Fixed bug in connectionAge timer logic. See pr#992
    • Fixed code references in documentation. See pr#973
  • Amazon S3

    • Fixed bug in SigV4 Signing logic. See issue#985