Skip to content

Releases: aws-amplify/aws-sdk-ios

AWS SDK for iOS 2.31.0

25 Apr 21:33
f7125ad
Compare
Choose a tag to compare

Bug Fixes

  • AWSMobileClient

    • Unexpected AWSMobileClient state handled gracefully
  • AWSIot

    • Include the certificate tag in Keychain query to look up identity

Misc. Updates

  • Model updates for the following services
    • AWSAutoScaling
    • AWSComprehend
    • AWSConnect
    • AWSDynamoDB
    • AWSEC2
    • AWSIoT
    • AWSLambda
    • AWSLocation
    • AWSTranscribe
    • AWSChimeSDKIdentity
    • AWSChimeSDKMessaging
    • AWSKinesisVideoWebRTCStorage
    • AWSRekognition
    • AWSSageMakerRuntime
    • AWSTextract
    • AWSConnectParticipant
    • AWSIoTDataPlane

AWS SDK for iOS 2.30.4

03 Mar 17:45
da0ea0c
Compare
Choose a tag to compare

Bug Fixes

  • AWSCore
    • Add sync control to avoid crash during concurrent credential requests (See PR: #4527). Thanks, @wxxion !

AWS SDK for iOS 2.30.3

03 Mar 02:40
960555b
Compare
Choose a tag to compare

Bug Fixes

  • AWSMobileClient

    • Fixed a thread safety issue in AWSMobileClient.getTokens(_:) that could result in a crash. (See PR #4563)
  • AWSIoT

    • Fixed a potential point of priority inversion, resolving new Xcode 14 threat performance warning. (See PR #4575)

Misc. Updates

  • AWSMobileClient

    • Add validation for the initial state of AWSMobileClient (See PR #4547)
  • AWSS3

    • Fixing the integration tests by using correct value for AWSS3ServerSideEncryption (See PR #4592)
  • Model updates for the following services

    • AWSEC2
    • AWSKMS
    • AWSLambda
    • AWSConnect
    • AWSLocation

AWS SDK for iOS 2.30.2

17 Feb 00:44
c5ce3b4
Compare
Choose a tag to compare

Bug Fixes

  • AWSPinpoint
    • Fixed a deadlock that happened when AWSPinpointAnalyticsClient.submitEvents was called from different threads at the same time. (See PR #4558)

Misc. Updates

  • Model updates for the following services
    • AWSSTS
    • AWSSageMakerRuntime
    • AWSIoT
    • AWSElasticLoadBalancingv2
    • AWSConnect
    • AWSAutoScaling
    • AWSSNS
    • AWSPolly
    • AWSEC2

AWS SDK for iOS 2.30.1

25 Jan 21:32
0270466
Compare
Choose a tag to compare

Misc. Updates

  • Auth
    • Added migration of keychain to the current accessibility level set for different Auth SDK. This will enabled keychain items that are stored in different accessibility level to get fixed to the current accessibility. (See PR #4516)

AWS SDK for iOS 2.30.0

24 Jan 21:23
09a7235
Compare
Choose a tag to compare

New features

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

Misc. Updates

  • Model updates for the following services
    -AWSCloudWatchLogs
    -AWSConnect
    -AWSConnectParticipant
    -AWSComprehend
    -AWSEC2
    -AWSLambda
    -AWSLocation

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)