Skip to content

AWS SDK for iOS 2.10.3

Compare
Choose a tag to compare
@aws-amplify-ops aws-amplify-ops released this 22 Aug 19:07
· 1725 commits to main since this release

Bug Fixes

  • AWS Core

    • -[AWSURLSessionManager invalidate] now invokes -[NSURLSession finishTasksAndInvalidate] before releasing the underlying URLSession.
      If you attempt to start a new task on the invalidated session, AWSNetworking will now throw an AWSNetworkingErrorSessionInvalid error.
      (See PR #1203 and PR #1556).
      Thanks @jkennington and @jaetzold!
  • AWSCognitoAuth

    • delegate property is now retained weakly
  • AWSMobileClient

    • Fixes the crash during signout while setting error on completed task (See Issue 1505 and Issue 1682.)
    • Fixed an issue where signOut callback is not called (See Issue 1717.)
    • Code clean up on source and test files

Misc. Updates

  • Model updates for the following services
    • Amazon EC2
    • Amazon Lex
    • Amazon Polly
    • Amazon Rekognition
    • Amazon Simple Queue Service (SQS)
    • AWS IoT