Skip to content

Releases: aws-amplify/aws-sdk-ios

AWS SDK for iOS 2.29.1

30 Dec 04:42
af071bd
Compare
Choose a tag to compare

Bug Fixes

  • AWSMobileclient
    • Fix an issue where keychain values are in an invalid state when migrating to a new device with iCloud backup. (See PR #4480)

AWS SDK for iOS 2.29.0

29 Dec 18:27
c711f74
Compare
Choose a tag to compare

Misc. Updates

  • AWSAPIGateway

    • Update cache control to disable caching by default. This can be overridden by setting the Cache-Control request header. (See PR #4478)
  • Model updates for the following services

    • AWSConnect
    • Breaking change to AWSConnectParticipant

AWS Mobile SDK for iOS CHANGELOG

AWS SDK for iOS 2.28.6

29 Dec 04:09
10f8a87
Compare
Choose a tag to compare

New features

  • AWSTranscribeStreaming
    • Add support for the following addtional language codes:
      • EnAU
      • ItIT
      • DeDE
      • PtBR
      • JaJP
      • KoKR
      • ZhCN
      • HiIN
      • ThTH

Misc. Updates

  • AWSIoT

    • remove basic authentication support in AWSSRWebsocket (See PR #4444)
  • Model updates for the following services

    • AWSIoT
    • AWSCloudWatchLogs
    • AWSTranscribe
    • AWSTextract
    • AWSIoTDataPlane
    • AWSKMS
    • AWSFirehose
    • AWSEC2
    • AWSLambda
    • AWSDynamoDB
    • AWSConnect
    • AWSSTS
    • AWSElasticLoadBalancingv2
    • AWSPolly
    • AWSComprehend
    • AWSRekognition
    • AWSSNS
    • AWSAutoScaling

AWS SDK for iOS 2.28.5

22 Nov 21:50
970d90e
Compare
Choose a tag to compare

-Features for next release

  • AWSCore
    • Support for ap-south-2 - Asia Pacific (Hyderabad) (see AWS Regional Services List for a list of services supported in the region)

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