Releases: aws-amplify/aws-sdk-ios
Releases · aws-amplify/aws-sdk-ios
AWS SDK for iOS 2.33.2
Bug Fixes
-
AWSAuthUI
- Fixed spacing and color issues in
AWSSignInViewController
when displaying social providers.
- Fixed spacing and color issues in
-
AWSFacebookSignIn & AWSAuthGoogleSignIn
- Added support for Dark Mode colors
-
AWSTranscribeStreaming
- Fixed assigning of host for CN regions in AWSTranscribeStreaming
Misc. Updates
- Model updates for the following services
- AWSCloudWatchLogs
- AWSCognitoIdentityProvider
- AWSEC2
- AWSLocation
- AWSConnect
- AWSTranslate
- AWSTranscribe
- AWSCognitoIdentityProvider
AWS SDK for iOS 2.33.1
Misc. Updates
-
AWSComprehend
- Updating text used in the
testDetectSentimentNeutral
integration test.
- Updating text used in the
-
Model updates for the following services
- AWSChimeSDKIdentity
- AWSChimeSDKMessaging
- AWSCloudWatchLogs
- AWSConnect
- AWSDynamoDB
- AWSEC2
- AWSIoT
- AWSIoTDataPlane
- AWSKinesisVideo
- AWSKMS
- AWSLambda
- AWSLocation
- AWSPinpoint
- AWSPolly
- AWSRekognition
- AWSSQS
- AWSSTS
- AWSTranslate
Bug Fixes
- AWSAuthUI
- Fix ability to hide keyboard in
AWSSignInViewController
, usingkeyboardDismissMode
- Fix black navigation bar in
AWSSignInViewController
, using view controllers option to 'Extend edges Under Opaque Bars'.
Issue #2321
- Fix ability to hide keyboard in
AWS SDK for iOS 2.33.0
Misc. Updates
Model updates for the following services
- AWSTranslate
- AWSPinpoint
- AWSEC2
- AWSConnect
- AWSSTS
- AWSRekognition
AWS SDK for iOS 2.32.0
New features
- AWSKinesisVideoWebRTCStorage
- Adding new framework for Kinesis Video WebRTC Storage
Misc. Updates
- Model updates for the following services
- AWSSQS
- AWSEC2
- Breaking Changes to AWSChimeSDKMessaging
- AWSConnect
- AWSPinpoint
- AWSLambda
- AWSRekognition
- AWSIoT
- AWSKMS
AWS SDK for iOS 2.31.1
Bug Fixes
- AWSS3
- Increase speed of foreground uploads by specifying
NetworkServiceType
- Increase speed of foreground uploads by specifying
AWS SDK for iOS 2.31.0
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
AWS SDK for iOS 2.30.3
AWS SDK for iOS 2.30.2
Bug Fixes
- AWSPinpoint
- Fixed a deadlock that happened when
AWSPinpointAnalyticsClient.submitEvents
was called from different threads at the same time. (See PR #4558)
- Fixed a deadlock that happened when
Misc. Updates
- Model updates for the following services
- AWSSTS
- AWSSageMakerRuntime
- AWSIoT
- AWSElasticLoadBalancingv2
- AWSConnect
- AWSAutoScaling
- AWSSNS
- AWSPolly
- AWSEC2
AWS SDK for iOS 2.30.1
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)