Releases: aws-amplify/aws-sdk-ios
Releases · aws-amplify/aws-sdk-ios
AWS SDK for iOS 2.40.0
New features
- AWSCore
- Support for
mx-central-1
- Mexico (see AWS Regional Services List for a list of services supported in the region)
- Support for
Bug Fixes
- AWSLocation
- Fixing clock skew retries (#5491)
AWS SDK for iOS 2.39.0
AWSCore
- Support for ap-southeast-7 - Asia Pacific (Bangkok) (see AWS Regional Services List for a list of services supported in the region)
AWS SDK for iOS 2.38.2
New features
- AWSTranscribeStreaming
- Adding support for missing languages (#5483)
AWS SDK for iOS 2.38.1
AWS SDK for iOS 2.38.0
Misc. Updates
- AWSMobileClient
- Breaking API change Removing the following deprecated methods:
interceptApplication(_:didFinishLaunchingWithOptions:)
interceptApplication(_:didFinishLaunchingWithOptions:resumeSessionWithCompletionHandler:)
setSignInProviders(_:)
getCredentialsProvider()
- Breaking API change Removing the following deprecated methods:
Bug Fixes
- AWSS3
- Fix reading content_length from DB in AWSS3TransferUtilityDatabaseHelper.m
getTransferTaskDataFromDB
- Fix reading content_length from DB in AWSS3TransferUtilityDatabaseHelper.m
AWS SDK for iOS 2.37.2
Bug Fixes
- AWSIoT
- Replacing deprecated
SecKeyRawSign
withSecKeyCreateSignature
(#5442)
- Replacing deprecated
AWS SDK for iOS 2.37.1
Bug Fixes
- AWSPinpoint
- Fixing error decoding
AWSPinpointEndpointProfile
when user attributes are set. (#5431)
- Fixing error decoding
AWS SDK for iOS 2.37.0
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
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
Bug Fixes
- AWSIoT
- Fixing a potential race condition on topic listeners (#5402)