Skip to content

Releases: aws-amplify/aws-sdk-ios

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)

AWS SDK for iOS 2.36.5

15 Jul 20:58
a3e7861
Compare
Choose a tag to compare

New features

  • AWSIoT
    • Adding completion callbacks for registerWithShadow and unregisterFromShadow methods (#5192)

Misc. Updates

  • Model updates for the following services
    • AWSRekognition
    • AWSConnect
    • AWSAutoScaling
    • AWSEC2
    • AWSDynamoDB
    • AWSPolly
    • AWSCognitoIdentityProvider
    • AWSKMS
    • AWSSNS
    • AWSLocation
    • AWSFirehose
    • AWSTranscribe

AWS SDK for iOS 2.36.3

05 Jun 17:57
164b998
Compare
Choose a tag to compare

Misc. Updates

  • Model updates for the following services
    • AWSEC2
    • AWSCognitoIdentityProvider
    • AWSPolly
    • AWSElasticLoadBalancingv2
    • AWSDynamoDB
    • AWSKMS
    • AWSConnect

Bug Fixes

  • AWSCore
    • Fixing a name collision with CocoaLumberjack (#5361)

AWS SDK for iOS 2.36.2

13 May 23:35
bb637bf
Compare
Choose a tag to compare

What's Changed

  • fix(AWSMobileClient): Fixing HostedUI not showed when using navigationController

Full Changelog: 2.36.1...2.36.2

AWS SDK for iOS 2.36.1

03 May 23:05
bb3d065
Compare
Choose a tag to compare

Bug Fixes

  • AWSMobileClient
    • Fixing a crash when attempting to use HostedUI (#5316)