Skip to content

Releases: aws-amplify/aws-sdk-ios

AWS SDK for iOS 2.28.4

17 Nov 02:17
73fbfab
Compare
Choose a tag to compare

New features

Misc. Updates

  • Model updates for the following services
    • AWSEC2
    • AWSAutoScaling

AWS SDK for iOS 2.28.3

10 Nov 00:31
5aef153
Compare
Choose a tag to compare

New features

  • AWSCore

Misc. Updates

  • Model updates for the following services
    • AWSAutoScaling
    • AWSConnect
    • AWSEC2
    • AWSPolly

AWS SDK for iOS 2.28.2

07 Nov 05:51
4dcf67f
Compare
Choose a tag to compare

Bug Fixes

  • AWSCore/AWSCredentialsProvider
    • Fixed an issue where getAWSCredentials thinks it has valid credentials despite them being potentially invalidated through a concurrent call to invalidateCachedTemporaryCredentials. (See PR #4379)

Misc. Updates

  • Model updates for the following services
  • AWSIoT
  • AWSConnect
  • AWSTextract
  • AWSEC2
  • AWSCloudWatchLogs

AWS SDK for iOS 2.28.1

27 Oct 22:38
a1994f1
Compare
Choose a tag to compare

Bug Fixes

  • AWSAuthUI

    • Fixed AWSAuthUIViewController not being able to display its contents on landscape orientation (See PR #4338)
  • AWSPinpoint (See PR #4348 and PR #4357)

    • Updated events max attributes/metrics limit and attribute value limit to align with what the Pinpoint service expects.
    • Events that failed to submit due to connectivity errors are now considered to be retryable indefinitely, i.e. their retry counter won't be increased.
    • Removed warnings with NSKeyedUnarchiver.

Misc. Updates

  • Model updates for the following services
  • AWSDynamoDB
  • AWSComprehend
  • AWSLocation
  • AWSPolly
  • AWSEC2
  • AWSTranslate
  • AWSConnect
  • AWSChimeSDKMessaging
  • AWSSageMakerRuntime
  • AWSEC2
  • AWSConnect
  • AWSElasticLoadBalancingv2
  • AWSCognitoIdentityProvider

AWS SDK for iOS 2.28.0

09 Sep 03:31
7987c49
Compare
Choose a tag to compare

Bug Fixes

  • AWSMobileClient
    • Add getToken hashTable access inside a serial queue to avoid race condition (See PR #4290)

Misc. Updates

  • Model updates for the following services
    • AWSEC2
    • AWSConnect
    • AWSSNS
    • Breaking Change AWSCognitoIdentityProvider
    • Breaking Change AWSTranscribe

AWS SDK for iOS 2.27.15

30 Aug 20:03
750923e
Compare
Choose a tag to compare

New features

  • AWSCore

AWS SDK for iOS 2.27.14

25 Aug 21:30
2899598
Compare
Choose a tag to compare

Bug Fixes

  • AWSMobileClient

    • Add missing parameters for SignInResult init in getNewPasswordDetails (See PR #4200)
  • AWSPinpoint

    • Migrate key-value storage from NSUserdefaults to Keychain (See PR #4223)

Misc. Updates

  • Model updates for the following services
    • AWSEC2
    • AWSConnect
    • AWSKMS
    • AWSAutoScaling
    • AWSPolly
    • AWSIoT
    • AWSPinpoint
    • AWSLocation
    • AWSChimeSDKMessaging
    • AWSRekognition
    • AWSLambda
    • AWSDynamoDB

AWS SDK for iOS 2.27.13

21 Jul 17:48
31d109b
Compare
Choose a tag to compare

Bug Fixes

  • AWSMobileClient

    • Fixes duplicated callbacks when getToken fails on device operations (See #4229)
  • AWSIoT

    • Adds support for handling certificate with certificateId (See PR #4219)
    • Eliminates Dispatch Semaphore in MQTT internal code PR #4211

AWS SDK for iOS 2.27.12

12 Jul 00:05
fc88913
Compare
Choose a tag to compare

Bug Fixes

  • AWSMobileClient
    • fix(awsmobileClient): AWSMobileclient will refresh the token before making user attribute calls (See PR #4215)
    • fix(AWSMobileClient): Change logic to handle weak reference of token operations (See PR #4205)

AWS SDK for iOS 2.27.11

08 Jul 20:09
1400308
Compare
Choose a tag to compare

Bug Fixes

  • AWSMobileClient
    • fix(awsmobileclient): Makes fetch aws credentials serial with the rest of the calls. (See PR #4202)

Misc. Updates

  • Model updates for the following services
    • AWSLambda
    • AWSIoT
    • AWSEC2
    • AWSPolly
    • AWSElasticLoadBalancingv2
    • AWSTranslate
    • AWSSTS
    • AWSRekognition
    • AWSKMS
    • AWSComprehend
    • AWSCloudWatchLogs
    • AWSCognitoIdentityProvider
    • AWSTranscribe
    • AWSConnect
    • AWSChimeSDKMessaging
    • AWSDynamoDB