Skip to content

Releases: aws-amplify/aws-sdk-ios

AWS SDK for iOS 2.40.0

15 Jan 00:59
47ceb90
Compare
Choose a tag to compare

New features

Bug Fixes

  • AWSLocation
    • Fixing clock skew retries (#5491)

AWS SDK for iOS 2.39.0

09 Jan 13:52
04e4614
Compare
Choose a tag to compare

AWSCore

  • Support for ap-southeast-7 - Asia Pacific (Bangkok) (see AWS Regional Services List for a list of services supported in the region)

AWS SDK for iOS 2.38.2

31 Dec 03:23
9763bdb
Compare
Choose a tag to compare

New features

  • AWSTranscribeStreaming
    • Adding support for missing languages (#5483)

AWS SDK for iOS 2.38.1

18 Dec 19:59
102ce2b
Compare
Choose a tag to compare

Bug Fixes

  • AWSIoT
    • Fixing race conditions during cleanup in AWSIoTStreamThread (#5477)
    • Fixing a race condition when invalidating/creating the reconnect timer in AWSIoTMQTTClient (#5454)
    • Fixing a potential race condition in the timer ring queue in AWSMQTTSession (#5461)

AWS SDK for iOS 2.38.0

10 Dec 02:50
4b6b712
Compare
Choose a tag to compare

Misc. Updates

  • AWSMobileClient
    • Breaking API change Removing the following deprecated methods:
      • interceptApplication(_:didFinishLaunchingWithOptions:)
      • interceptApplication(_:didFinishLaunchingWithOptions:resumeSessionWithCompletionHandler:)
      • setSignInProviders(_:)
      • getCredentialsProvider()

Bug Fixes

  • AWSS3
    • Fix reading content_length from DB in AWSS3TransferUtilityDatabaseHelper.m getTransferTaskDataFromDB

AWS SDK for iOS 2.37.2

26 Sep 02:01
6ad42dc
Compare
Choose a tag to compare

Bug Fixes

  • AWSIoT
    • Replacing deprecated SecKeyRawSign with SecKeyCreateSignature (#5442)

AWS SDK for iOS 2.37.1

05 Sep 23:11
4b03f8e
Compare
Choose a tag to compare

Bug Fixes

  • AWSPinpoint
    • Fixing error decoding AWSPinpointEndpointProfile when user attributes are set. (#5431)

AWS SDK for iOS 2.37.0

23 Aug 00:17
@5d 5d
60b9e0a
Compare
Choose a tag to compare

New features

  • Support for ap-southeast-5 - Asia Pacific (Malaysia) (see AWS Regional Services List for a list of services supported in the region)

AWS SDK for iOS 2.36.7

02 Aug 00:54
2040d26
Compare
Choose a tag to compare

Bug Fixes

  • AWSIoT
    • Using custom atomic dictionary for topic listeners (#5415)
    • Fixing random crash when a connection is attempted just after disconnecting

AWS SDK for iOS 2.36.6

25 Jul 02:02
7750a87
Compare
Choose a tag to compare

Bug Fixes

  • AWSIoT
    • Fixing a potential race condition on topic listeners (#5402)