AWS Mobile SDK for iOS CHANGELOG
Unreleased
-Features for next release
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
2.33.0
Misc. Updates
- Model updates for the following services
- AWSConnect
- AWSSTS
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
2.31.1
Bug Fixes
- AWSS3
- Increase speed of foreground uploads by specifying
NetworkServiceType
- Increase speed of foreground uploads by specifying
2.31.0
Bug Fixes
-
AWSMobileClient
- Handling AWSMobileClient state issues gracefully 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
2.30.4
Bug Fixes
- AWSCore
- Add sync control to avoid crash during concurrent credential requests
2.30.3
Bug Fixes
-
AWSMobileClient
- Fixed a thread safety issue in
AWSMobileClient.getTokens(_:)
that could result in a crash. (See PR #4563)
- Fixed a thread safety issue in
-
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
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
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)
2.30.0
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)
- Support for
Misc. Updates
- Model updates for the following services -AWSCloudWatchLogs -AWSConnect -AWSConnectParticipant -AWSComprehend -AWSEC2 -AWSLambda -AWSLocation
2.29.1
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)
2.29.0
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)
- Update cache control to disable caching by default. This can be overridden by setting the
-
Model updates for the following services
- AWSConnect
- Breaking change to AWSConnectParticipant
2.28.6
New features
- AWSTranscribeStreaming
- Add support for the following addtional language codes:
- EnAU
- ItIT
- DeDE
- PtBR
- JaJP
- KoKR
- ZhCN
- HiIN
- ThTH
- Add support for the following addtional language codes:
Misc. Updates
-
AWSIoT
- remove basic authentication support in
AWSSRWebsocket
(See PR #4444)
- remove basic authentication support in
-
Model updates for the following services
- AWSIoT
- AWSCloudWatchLogs
- AWSTranscribe
- AWSTextract
- AWSIoTDataPlane
- AWSKMS
- AWSFirehose
- AWSEC2
- AWSLambda
- AWSDynamoDB
- AWSConnect
- AWSSTS
- AWSElasticLoadBalancingv2
- AWSPolly
- AWSComprehend
- AWSRekognition
- AWSSNS
- AWSAutoScaling
2.28.5
-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)
- Support for
2.28.4
New features
- AWSCore
- Support for
eu-south-2
- Europe (Spain) (see AWS Regional Services List for a list of services supported in the region)
- Support for
Misc. Updates
- Model updates for the following services
- AWSEC2
- AWSAutoScaling
2.28.3
New features
- AWSCore
- Support for
eu-central-2
- Europe (Zurich) (see AWS Regional Services List for a list of services supported in the region)
- Support for
Misc. Updates
- Model updates for the following services
- AWSAutoScaling
- AWSConnect
- AWSEC2
- AWSPolly
2.28.2
Bug Fixes
- AWSCore/AWSCredentialsProvider
- Fixed an issue where
getAWSCredentials
thinks it has valid credentials despite them being potentially invalidated through a concurrent call toinvalidateCachedTemporaryCredentials
. (See PR #4379)
- Fixed an issue where
Misc. Updates
- Model updates for the following services
- AWSIoT
- AWSConnect
- AWSTextract
- AWSEC2
- AWSCloudWatchLogs
2.28.1
Bug Fixes
-
AWSAuthUI
- Fixed
AWSAuthUIViewController
not being able to display its contents on landscape orientation (See PR #4338)
- Fixed
-
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
2.28.0
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
2.27.15
New features
- AWSCore
- Support for
me-central-1
- Middle East (UAE) (see AWS Regional Services List for a list of services supported in the region)
- Support for
2.27.14
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
2.27.13
Bug Fixes
-
AWSMobileClient
- Fixes duplicated callbacks when getToken fails on device operations (See #4229)
-
AWSIoT
2.27.12
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)
2.27.11
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
2.27.10
Bug Fixes
- AWSCognito
- Fix the parsing of providerName used in the loginMap to use the right value in case of customer endpoint is configured. (See PR #4162)
Misc. Updates
- Core
- Update keychain accessibility level to
kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly
as default to keep the keychain value in the device. (See PR #4159)
- Update keychain accessibility level to
2.27.9
Bug Fixes
-
AWSS3
Misc. Updates
- Model updates for the following services
- AWSLocation
- AWSEC2
- AWSSTS
- AWSRekognition
2.27.8
Bug Fixes
- AWSPinpoint
- fix: Updates Pinpoint to allow for push events for received and opened (See PR #4105)
Misc. Updates
- Model updates for the following services
- AWSEC2
- AWSConnect
- AWSRekognition
- AWSKinesisVideo
- AWSKinesisVideoArchivedMedia
- AWSIoT
2.27.7
Misc. Updates
- Model updates for the following services
- AWSEC2
- AWSLambda
- AWSIoT
- AWSConnect
- AWSIoTDataPlane
- AWSKMS
- AWSPolly
- AWSTextract
- AWSAutoScaling
2.27.6
Misc. Updates
- AWSMobileClient
- chore: Remove unused completion handler and cleanup (See PR #4067)
2.27.5
Misc. Updates
-
AWSMobileClient
- chore: Modified getToken flow for hostedUI signIn (See PR #4049)
-
Model updates for the following services
- AWSLocation
- AWSPolly
- AWSEC2
- AWSLambda
- AWSTranscribe
-
AWSCore
- Improves
AWSSynchronizedMutableDictionary
and adds unit tests (See PR #4051)
- Improves
2.27.4
Misc. Updates
-
AWSMobileClient
- chore: Modified getToken flow for userpool signIn (See PR #4022)
-
Model updates for the following services
- AWSConnect
- AWSLambda
- AWSLocation
- AWSCognitoIdentityProvider
2.27.3
Misc. Updates
- Model updates for the following services
- AWSSTS
- AWSConnect
- AWSEC2
- AWSComprehend
- AWSTranscribe
2.27.2
Bug Fixes
- AWSMobileClient
- Clears old keychain if the configuration changes (See PR #3853)
Misc. Updates
- Model updates for the following services
- AWSSNS
- AWSPinpoint
- AWSComprehend
- AWSDynamoDB
- AWSCognitoIdentityProvider
- AWSLambda
- AWSTextract
- AWSTranslate
- AWSAutoScaling
2.27.1
Misc. Updates
-
AWSCognito
- Removed unused values from AWSCognitoIdentityProviderASF calculation. (See PR #3985)
-
Model updates for the following services
- AWSTranscribe
- AWSConnect
2.27.0
Breaking Changes
- AWSMobileClient
- Breaking Change Remove the option to not signout when deleting a user.
Bug Fixes
-
AWSMobileClient
-
AWSCognitoAuth
- Fixes memory leak in hostedUI. (See PR #3969)
-
CI/CD
- Fixes CocoaPods release step which reports
pod repo update
to run after AWSCore is pushed (See PR #3961)
- Fixes CocoaPods release step which reports
-
AWSS3
- Fixed an issue with Multi Part uploads when uploading from a file URL that contains a space (See PR #3956)
Misc. Updates
- Model updates for the following services
- AWSLocation
- AWSPinpoint
- AWSTranscribe
- AWSRekognition
- Breaking Change AWSConnect
2.26.7
New features
- AWSMobileClient
- Add DeleteUser API to AWSMobileClient (See PR #3948)
Bug Fixes
-
AWSMobileClient
-
AWSIoT
- Adds leeway in unit tests (See PR #3952)
2.26.6
Bug Fixes
- Return Swift optionals from Objective C methods that can return nil (PR #3912))
- AWSMobileClient
- fix(AWSMobileClient): eliminates thread blocking in operations (PR #3872)
Misc. Updates
- Model updates for the following services
- AWSRekognition
- AWSSageMakerRuntime
- AWSDynamoDB
- AWSTextract
- AWSPinpoint
- AWSAutoScaling
- AWSLambda
- AWSTranslate
- AWSSQS
- AWSElasticLoadBalancingv2
2.26.5
New features
- AWSCore
- Support for
ap-southeast-3
- Asia Pacific (Jakarta) (see AWS Regional Services List for a list of services supported in the region)
- Support for
Misc. Updates
- Model updates for the following services
- AWSLocation
- AWSDynamoDB
- AWSTranslate
- AWSLambda
- AWSSNS
2.26.4
Bug Fixes
- AWSIoT
- fix(AWSIoT): adds back Message type (PR #3852)
Misc. Updates
- Model updates for the following services
- AWSAutoScaling
- AWSTextract
- AWSConnectParticipant
- AWSConnect
- AWSTranscribe
- AWSRekognition
- AWSTranslate
2.26.3
Misc. Updates
-
AWSChime
-
AWSConnect
- feat(AWSConnect): update models to latest (PR #3831)
-
AWSIoT
- feat(AWSIoT): update models to latest (PR #3782)
Bug Fixes
- AWSS3
2.26.2
Bug Fixes
-
AWSCore
- Handle special characters in AWSSignatureV4Signer (See PR #3763)
-
AWSS3
- Saving relative path of files in the DB to avoid issues arising with sandbox path changing after app restarts. PR #3794
- Makes
propagateHeaderInformation:requestHeaders:
function public PR #3720 - Makes transferUtilityConfiguration public as read-only so properties like bucket can be accessed PR #3789
- Moves suspended tasks from in progress dictionary to waiting dictionary during recovery process PR #3818
-
AWSIoT
- Fixes crash caused by a race condition in IoT PR #3823
Misc. Updates
-
Support Xcode 13.0.0 for CircleCI build (PR #3803)
-
AWSIoT
- Adds support to read settings from
awsconfiguration.json
PR #3815
- Adds support to read settings from
-
Model updates for the following services
- AWSFirehose
- AWSElasticLoadBalancingv2
- AWSAutoScaling
- AWSLocation
- AWSKMS
2.26.1
Bug Fixes
-
Core
- Defines NS_BLOCK_ASSERTIONS and NDEBUG for Release builds (PR #3787)
-
AWSS3
- Rewrite of method which creates partial files for multipart upload process
- Adds test coverage for new code
Misc. Updates
- Model updates for the following services
- AWSChimeSDKMessaging
- AWSCloudWatchLogs
- AWSComprehend
- AWSConnect
- AWSEC2
- AWSElasticLoadBalancingv2
- AWSFirehose
- AWSIoTDataPlane
- AWSKMS
- AWSLambda
- AWSPinpoint
- AWSPolly
- AWSSageMakerRuntime
- AWSSQS
- AWSTranscribe
2.26.0
New Features
- AWSS3
- Marks enumerate blocks methods as deprecated and provides and alternative which works with Swift. (See PR #3726)
2.25.0
New Features
- AWSIoT
- AWSIoT now supports retained messages (PR #3681)
Breaking Changes
- IoT: updates nullability status for ackCallback for publishing messages
2.24.5
New Features
- AWSChimeSDK
- Add AWSChimeSDKMessaging and AWSChimeSDKIdentity SDK (See PR #3711)
Bug Fixes
- AWSChimeSDK
- Use correct Chime endpoints (See PR #3713)
Misc. Updates
- Model updates for the following services
- AWSAutoScaling
- AWSRekognition
- AWSConnect
- AWSTranscribe
- AWSElasticLoadBalancing
- AWSIoT
- AWSTextract
2.24.4
Features
- AWSMobileClient
- Sign out with revoke token (PR #3638)
Misc. Updates
- Model updates for the following services
- AWSEC2
- AWSElasticLoadBalancing
- AWSLambda
- AWSLocation
2.24.3
Bug fixes
- AWSTranscribing
- Fixed build issue due to import statements. PR #3655
- AWSMobileClient (HostedUI)
- Fixed an issue Base64-decoding claims containing non-ASCII characters (PR #3533). Thanks, @NivisUnder7!
- AWSLocation
- AWSIoT
- imports for private headers were not found (PR #3655)
Misc. Updates
- Model updates for the following services
- AWSAutoScaling
- AWSCognitoIdentityProvider
- AWSConnect
- AWSEC2
- AWSKMS
- AWSSTS
- AWSSQS
- AWSElasticLoadBalancing
- AWSSNS
- AWSLambda
2.24.2
Bug fixes
-
Fix for decoding AWSPinpointEndpointProfile when it includes attributes (PR #3601)
-
AWSMobileClient
- Fix hostedUI signIn when the refresh token is expired (PR #3565)
-
AWSCore
- Support null timestamp during deserialization. Thanks @dpwspoon for providing the fix (PR #3587)
Misc. Updates
- Model updates for the following services
- AWSEC2
- AWSTranscribe
- AWSLocation
- AWSRekognition
- AWSAutoScaling
- AWSCloudWatchLogs
- AWSIoT
- AWSSQS
- AWSSNS
- AWSPolly
2.24.1
Bug fixes
- AWSMobileClient
- Fix crash in getUserAttribute api (PR #3501)
- AWSPinpoint
- Fixed cross-module imports, which should fix support for
generate_multiple_pod_projects
in CocoaPods (PR #3510). Thanks @hcanzonetta!
- Fixed cross-module imports, which should fix support for
Misc. Updates
- Model updates for the following services
- AWSCognitoIdentityProvider
- AWSConnect
- AWSCore (Updated the AWSSTS model)
- AWSEC2
- AWSLex
- AWSSNS
2.24.0
New Features
- AWSMobileClient, AWSCognitoIdentityProvider
-
AWSCognitoIdentityProvider now accepts an
Endpoint
configuration value that can be used to override the default endpoint ofcognito-idp.<region>.amazonaws.com
. (See PR #3482.)You can use this override value to specify the domain name of, for example, a CloudFront distribution fronted by a Web Application Firewall for DDOS protection on your Cognito User Pool account. The value of
Endpoint
should be a fully-qualified host name, not a URL. Example:"CognitoUserPool": { "Default": { "AppClientId": "xxx", "AppClientSecret": "xxx", "Endpoint": "d2XXXXXXXXXXXX.cloudfront.net", "PoolId": "xxxxx", "Region": "xx-xxx-1" } }
WARNING The Amplify CLI will overwrite customizations to the
awsconfiguration.json
andamplifyconfiguration.json
files if you do anamplify push
oramplify pull
. You will need to manually re-apply theEndpoint
customization if you use the CLI to modify your cloud backend.Note This feature was originally was originally released incorrectly as a patch version update in 2.23.4. It was reverted by PR #3553 and released in 2.23.5 to allow backwards compatability. After 2.23.5 was released, it was added back with PR #3556 for this minor version release.
-
2.23.5
Backwards Compatibility Fix
- Revert: feat: Support AWSCognitoIdentityProvider custom endpoint and AWSMobileClient integ tests (See PR #3553.). This removes the new constructor added to
AWSServiceConfiguration
in the 2.23.4 patch update, fixing Amplify Flutter Issue #539.
2.23.4
New Features
- AWSMobileClient, AWSCognitoIdentityProvider
-
AWSCognitoIdentityProvider now accepts an
Endpoint
configuration value that can be used to override the default endpoint ofcognito-idp.<region>.amazonaws.com
. (See PR #3482.)You can use this override value to specify the domain name of, for example, a CloudFront distribution fronted by a Web Application Firewall for DDOS protection on your Cognito User Pool account. The value of
Endpoint
should be a fully-qualified host name, not a URL. Example:"CognitoUserPool": { "Default": { "AppClientId": "xxx", "AppClientSecret": "xxx", "Endpoint": "d2XXXXXXXXXXXX.cloudfront.net", "PoolId": "xxxxx", "Region": "xx-xxx-1" } }
WARNING The Amplify CLI will overwrite customizations to the
awsconfiguration.json
andamplifyconfiguration.json
files if you do anamplify push
oramplify pull
. You will need to manually re-apply theEndpoint
customization if you use the CLI to modify your cloud backend.
-
Bug fixes
- AWSMobileClient
- Fix crash in getUserAttribute api (PR #3501)
Misc. Updates
- Model updates for the following services
- AWSAutoScaling
- AWSComprehend
- AWSEC2
- AWSPinpoint
- AWSRekognition
- AWSLex
- AWSSQS
- AWSTranscribe
2.23.3
New Features
- Swift Package Manager
- The AWS Mobile SDK for iOS can now be installed via Swift Package Manager. See the README for full details.
Bug fixes
- AWSLocation
- Created a new target named
AWSLocationXCF
to support building AWSLocation as an XCFramework. PR #3475
- Created a new target named
Misc. Updates
- Added CI/CD support for building the AWS Mobile SDK for iOS as a Swift Package Manager binary framework. (PR #3494)
2.23.2
Bug fixes
- AWSCognitoIdentityProvider
- Fix ignored
isInitialCustomChallenge
parameter inAWSCognitoIdentityUser
(PR #3461). Thanks @johntmcintosh!
- Fix ignored
Misc. Updates
- Model updates for the following services
- AWSEC2
- AWSComprehend
2.23.1
Bug fixes
- AWSMobileClient
- Fix callback URL scheme in ASWebAuthenticationSession handling (PR #3456)
Misc. Updates
- Model updates for the following services
- AWSPinpointTargeting
- AWSAutoScaling
- AWSConnect
- AWSSageMakerRuntime
2.23.0
Breaking Changes
- AWSAuthSDK
Misc. Updates
- Model updates for the following services
- AWSElasticLoadBalancing
- AWSPinpointTargeting
- AWSEC2
2.22.3
Bug fixes
- Cognito
- fix(Cognito): Use given vc for signout via SafariViewController. Thanks @kateinoigakukun! (See PR #3402)
Misc. Updates
- Model updates for the following services
- AWSConnect
- AWSEC2
- AWSElasticLoadBalancing
- AWSLambda
- AWSLocation
2.22.2
Misc. Updates
- AWSMobileClientXCF
- Added convenience init method for SignInUIOptions to fix a run time error in AWSMobileClientXCF. PR #3411
2.22.1
Misc. Updates
Binary versions of the AWS Mobile SDK are now distributed as XCFrameworks. Please refer to the setup instructions for guidance on installing XCFrameworks from Carthage or standalone binaries.
- AWSMobileClient
- Created a new target named
AWSMobileClientXCF
to support building AWSMobileClient as an XCFramework. PR #3334
- Created a new target named
- AWSLex
- Updated the AWSLex with the latest version of libBlueAudioSourceiOS and added arm64 iphonesimulator into Excluded Architecture. PR #3365
- Model updates for the following services
- AWSCognitoIdentity
- AWSEC2
- AWSIoT
- AWSKMS
- AWSPinpoint
- AWSSNS
2.22.0
New Features
- AWSMobileClient
- Add support for ASWebAuthenticationSession PR #3310
Misc. Updates
- Model updates for the following services
- AWSAutoScaling
2.21.1
Misc. Updates
-
AWSIoT
- The
generateCSRForCertificate
method now uses SHA256 to sign Certificate Signing Requests. (See PR #3345)
- The
-
Model updates for the following services
- AWSConnect
- AWSConnectParticipant
- AWSEC2
- AWSIoT
- AWSKMS
- AWSSQS
2.21.0
New Features
- AWSAppleSignIn
- Add ASAuthorizationAppleIDCredential as property of AWSAppleSignInProvider. Thanks @BillBunting! (See Issue #3143, PR #3291)
- AWSLocation
Bug fixes
- AWSS3TransferUtility
- fix: S3TransferUtility uniquely identify completedParts (See Issue #3173, PR #3282)
Misc. Updates
- AWSCore
- Remove deprecated iOS 8 API from UICKeyChainStore. Thanks @1mash0! (Issue #3225, PR #3245)
- Model updates for the following services
- AWSAutoScaling
- AWSEC2
- AWSSageMakerRuntime
- AWSLambda
2.20.0
Breaking Changes
-
Removed deprecated clients AWS Mobile SDK for iOS has removed these deprecated clients (PR #3281):
AWSCognito
(Amazon Cognito Sync) - UseAmplify DataStore
for data synchronization.AWSMobileAnalytics
- UseAmplify Analytics
for analytics.AWSS3TransferManager
- UseAmplify Storage
for uploads and downloads with Amazon S3.
-
AWSCore
- Removed deprecated MD5-related extensions to
NSString
:aws_md5String
andaws_md5StringLittleEndian
. (PR #3283)
- Removed deprecated MD5-related extensions to
Bug fixes
- Amazon Cognito
- Remove cached AWS Credentials when tokens expire (See PR #3237)
Misc. Updates
- Model updates for the following services
- AWSPolly
- AWSIoT
- AWSElasticLoadBalancing
- AWSTextract
- AWSSNS
- AWSConnect
- AWSEC2
- AWSLex
- AWSAutoScaling
- AWSLambda
- AWSTranslate
- AWSDynamoDB
- AWSCognitoIdentity
- AWSComprehend
- AWSCognitoIdentityProvider
2.19.1
Bug fixes
- Fixed an issue where id token is not refreshed automatically for customers who set short custom expiration intervals (See Issue #869, PR #3220)
Misc. Updates
- Model updates for the following services
- AWSAutoScaling
- AWSElasticLoadBalancing
- AWSEC2
- AWSDynamoDB
2.19.0
Breaking Changes
- Amazon Cognito
- Breaking Change Custom auth now sets the correct
username
after a sign in flow. Before, if a user signed in with an alias (for example, an email) in a custom auth sign in flow, after a successful signIn,AWSMobileClient.default().username
would return that entered alias. This has been fixed in this release to conform to the behavior in the standard SRP flow: instead of the returning the alias,AWSMobileClient.default().username
will return the actual Cognito username of the user. (See Issue #3194, PR #3198)
- Breaking Change Custom auth now sets the correct
Misc
- AWS IoT: optimistic workaround for cleaning up nsoutputstream (See Issue #2770, PR #3208)
- Build project with Xcode 12.1
- Model updates for the following services
- Amazon DynamoDB
- AWS Auto Scaling
- Amazon EC2
- AWS IoT
- Amazon Lambda
2.18.1
New Features
- The following models now support
NSSecureCoding
- Amazon EC2 (PR #3150)
- Amazon Elastic Load Balancing (PR #3158)
- AWS IoT (PR #3153). Note that the following base request and response objects that include untyped (i.e.,
id
) properties do not supportNSSecureCoding
. To supportNSSecureCoding
for those types, create a subclass of the base type, and override the appropriateinitWithCoder:
methods to provide a type-safe unarchiving method:AWSIoTDataDeleteThingShadowResponse
AWSIoTDataGetThingShadowResponse
AWSIoTDataPublishRequest
AWSIoTDataUpdateThingShadowRequest
AWSIoTDataUpdateThingShadowResponse
- Amazon Kinesis Data Streams (PR #3163)
- Amazon Kinesis Video Streams (PR #3161)
- Amazon Kinesis Video Streams Archived Media (PR #3161)
- Amazon Lambda (PR #3154). Note that the following base request and response objects that include untyped (i.e.,
id
) properties do not supportNSSecureCoding
. To supportNSSecureCoding
for those types, create a subclass of the base type, and override the appropriateinitWithCoder:
methods to provide a type-safe unarchiving method:AWSLambdaInvocationRequest
AWSLambdaInvocationResponse
- Amazon Machine Learning (PR #3162)
- Amazon S3 (PR #3145). Note that the following base request and response objects that include untyped (i.e.,
id
) properties do not supportNSSecureCoding
. To supportNSSecureCoding
for those types, create a subclass of the base type, and override the appropriateinitWithCoder:
methods to provide a type-safe unarchiving method:AWSS3GetObjectOutput
AWSS3GetObjectTorrentOutput
AWSS3PutObjectRequest
AWSS3RecordsEvent
AWSS3UploadPartRequest
- Amazon Transcribe Streaming (PR #3164)
AWSPinpointEndpointProfileUser
now supports adding user attributes (See Issue #3086, PR #3142)
Bug fixes
- AWSCore
- Fixed link for
AWSTask
documentation (See Issue #3171, PR #3177)
- Fixed link for
- AWSMobileClient
- Fix decoding claims that contain special characters (PR #2928) Thanks @rolisanchez!
- Gracefully error out if idToken is not returned from service (See Issue #2961, PR #3090)
- Fixed cancel signout that takes the app into an inconsistent state (See Issue #2886, PR #3190)
- AWSPinpoint
- End AWSPinpoint background task when app enters foreground (See Issue #2651, PR #3084)
- AWSS3TransferUtility
- Register S3TransferUtility prior to async loading (See Issue #2962, PR #3135)
Misc. Updates
-
Model updates for the following services
- Amazon EC2
- Amazon Elastic Load Balancing (ELB)
- AWS IoT
- Amazon S3
- Amazon Simple Notification Service (SNS)
-
Enhanced code generated model support
2.18.0
New Features
- The following models now support
NSSecureCoding
(PR #3127):- AWS Auto Scaling
- Amazon CloudWatch Logs
- Amazon CloudWatch Monitoring
- Amazon Cognito Identity
- Amazon Cognito Identity Provider
- Amazon Comprehend
- Amazon Connect
- Amazon Connect Participant Service
- Amazon DynamoDB
- Amazon Kinesis Firehose
- Amazon Kinesis Video Signaling
- AWS Key Management Service (KMS)
- Amazon Lex
- Amazon Pinpoint
- Amazon Polly
- Amazon Rekognition
- Amazon SageMaker
- Amazon Security Token Service (STS)
- Amazon Simple DB
- Amazon Simple Email Service (SES)
- Amazon Simple Notification Service (SNS)
- Amazon Simple Queue Service (SQS)
- Amazon Textract
- Amazon Transcribe
- Amazon Translate
Misc. Updates
- AWSAuthSDK
- Upgrade Facebook SDK to 8.0.0 (PR #3082)
- Support Xcode 12.0.1 for Carthage build (PR #3085)
- Model updates for the following services
- Amazon Connect
- Amazon DynamoDB
- Amazon EC2
- Amazon Elastic Load Balancing
- Amazon Pinpoint
- Amazon Rekognition
- Amazon Simple Notification Service (SNS)
- Amazon Textract
Deprecation removal warning
AWS Mobile SDK for iOS will remove these deprecated clients in December 2020:
AWSCognito
(Amazon Cognito Sync) - UseAmplify DataStore
for data synchronization.AWSMobileAnalytics
- UseAmplify Analytics
for analytics.AWSS3TransferManager
- UseAmplify Storage
for uploads and downloads with Amazon S3.
2.17.0
Bug fixes
- Fixed build errors in Xcode 12. (See Issue #2927, PR #3039)
New features
- Amazon S3
-
Breaking Change We have normalized URL construction for the AWSS3 SDK, and now support virtual host style (V2) URLs for S3.
Previously, the SDK constructed URLs for S3 requests with different rules depending on the region (e.g., calls to endpoints in us-east-1 would be made to
s3.amazonaws.com
, while calls to endpoints in some older regions would be constructed ass3-<region>.amazonaws.com
, while calls to endpoints in newer regions would be constructed ass3.<region>.amazonaws.com
). With this revision of the SDK, the base URL for all S3 operations to supported endpoints will be constructed as:"s3" + "." + region name + ".amazonaws.com"
. See PR #3008.In addition to this, the SDK now uses virtual-host style addressing for DNS-compliant bucket names. (See issue #1535, and PR #2996).
Thus, this revision of the SDK will make most requests to endpoint URLs of the form:
<bucket>.s3.<region>.amazonaws.com
.Impact
This change should be transparent to most customers. If you used the Amplify CLI to provision their S3 backend, and set up your SDKs with an
awsconfiguration.json
file oramplifyconfiguration.json
file, you won't need to take any action. If you set up the S3 client manually using an AWSEndpoint initialized with-[AWSEndpoint initWithRegion:service:useUnsafeURL:]
, you also won't need to take any action.- This change may impact customers who manually set up their S3 SDK using URL-based initializers like
-[AWSEndpoint initWithRegion:service:URL:]
. - This change may impact customers who have custom security setups in their app (such as SSL pinning or host validation), since the constructed host names are now different
- This change may impact customers who parse access logs in CloudTrail, since accesses will now be recorded using a different URL
Limitations
The AWS Mobile SDK for iOS automatically uses virtual host style URLs for operations made via the S3 SDK APIs, operations made via TransferUtility, and operations using transfer acceleration via TransferUtility. However, there are a few cases where the SDK will not use virtual host style URLs:
- When the client is configured with a custom endpoint, including custom endpoints to specify
dualstack
or FIPS-compliant endpoints - When the specified bucket name is not DNS compliant
- When the specified bucket name contains a dot character (
"."
) - When making a
GetBucketLocation
API call
Resources
- This change may impact customers who manually set up their S3 SDK using URL-based initializers like
-
Breaking Changes
- Amazon S3
- Breaking Change We have normalized URL construction for the AWSS3 SDK, and now support virtual host style (V2) URLs for S3 (see above)
- AWSCognitoIdentityProviderASF
- Breaking Change The AWSCognitoIdentityProviderASF SDK no longer ships the
libAWSCognitoIdentityProviderASFBinary.a
static library. TheAWSCognitoIdentityProvider
SDK consumes ASF via the framework. Projects that rely on ASF should remove references to the static library. The AWSCognitoIdentityProviderASF SDK is now versioned the same as the overall SDK.
- Breaking Change The AWSCognitoIdentityProviderASF SDK no longer ships the
Misc. Updates
- AWSPinpoint
- The SDK now uses
NSSecureCoding
and version-appropriate methods ofNSKeyedUnarchiver
to encode and decodeAWSPinpointSession
andAWSPinpointEndpointProfile
. (PR #3031) - Deprecate handler argument in intercept notification (PR #2910)
- The SDK now uses
- AWSAuthSDK
- Upgrade Facebook SDK to 6.5.2 (PR #2990)
- Project
- Refactored unit tests into separate "AWSAllUnitTests" aggregate target for easier execution
- Removed unused "Documentation" aggregate target. Documentation is generated in a pipeline build step and doesn't use an Xcode target.
- Model updates for the following services
- Amazon Comprehend
- Amazon Connect
- Amazon EC2
- Amazon Elastic Load Balancing
- Amazon Security Token Service (STS)
- Amazon Simple Queue Service (SQS)
- Amazon Transcribe
- Amazon Translate
2.16.0
Note for Xcode 12 support
- All SDKs have been updated to support minimum iOS version 9.0, dropping support for iOS 8.0 in this release. Xcode 12 has dropped support for iOS 8 and requires setting your app's minimum supported version to 9.0 or greater to continue building on Xcode 12. (PR #2981)
Bug Fixes
- AWSiOT
- Backport crash fix into AWSSRWebSocket (PR #2984)
Misc. Updates
- Model updates for the following services.
2.15.3
Misc. Updates
- Updated version for AWSCognitoIdentityProviderASF library to reconcile discrepancy between previous published version and license
2.15.2
Misc. Updates
-
Model updates for the following services
- Amazon CloudWatch Logs
- Amazon Cognito Identity Provider
- Amazon Comprehend
- Amazon Lambda
- Amazon Lex
- Amazon Simple Notification Service (SNS)
- Amazon Transcribe
-
AWSIoT
-
AWSCore
- Deprecated two MD5-related extensions to
NSString
:aws_md5String
andaws_md5StringLittleEndian
. These will be removed in an upcoming version of the SDK. (PR #2964)
- Deprecated two MD5-related extensions to
Bug Fixes
- AWSLex
- Replace PermissionBlock alias with block signature (See PR #2868)
- AWSMobileClient
- Fixed an issue where the completion handler is not set before a status change is returned to the api. (See PR #2948)
2.15.1
New features
-
AWSMobileClient
-
AWSIoT
Bug Fixes
- AWSMobileClient
- Serialized access to keychain on setData (See PR #2900)
Misc. Updates
- Binary framework distributions via Carthage and S3 are now built using Xcode 11.6
- Model updates for the following services
- AWS AutoScaling
- Amazon EC2
- Amazon Kinesis Data Firehose
2.15.0
New features
- AWSAuthSDK
- Breaking Change Updated AWSGoogleSignInProvider to GoogleSignIn Version 5.0.2. This change requires any app that uses GoogleSignIn to update the framework to version 5.0.2. (See Issue #1993 and PR #2851) Thanks, @cornr!
Bug Fixes
-
AWSMobileClient
-
AWSPinpoint
- Removed global event source attributes on session end PR: #2858
Misc. Updates
- Deprecated AWSiOSSDKv2 aggregate pod in favor of Amplify PR: #2855
- Model updates for the following services:
- Amazon EC2
- Amazon Connect
- Amazon Comprehend
- Amazon SNS
2.14.2
Bug Fixes
- AWSAuthSDK
- Fix import errors in AWSAppleSignIn, AWSAuth, AWSAuthCore
2.14.1
New features
- AWSMobileClient
- Add support for SignIn with Apple in DropInUI. See PR: #2819
2.14.0
Bug Fixes
- AWSCognitoIdentityProvider
- Breaking Change Added
nullable
modifier to the return instance form the methodCognitoIdentityUserPoolForKey:
. See PR: #2815
- Breaking Change Added
2.13.6
Misc. Updates
- Changed the repo's default branch to 'main'
- Model updates for the following services:
- Amazon Autoscaling
2.13.5
Bug Fixes
-
Amazon Pinpoint
- Fix issue where SDK is not respecting developer set OptOut value. Persist the developer set optOut in user defaults. See PR: #2552
-
AWSMobileClient
- If the token expired while signed in using HostedUI, AWSMobileClient will now send the event signedOutUserPoolsTokenInvalid and the request that invoked the token fetch will wait till the user signin or signout or invoke release signin wait. In the previous implementation the requested operation will complete with error and user event listener was not invoked. See PR: #2739
Misc. Updates
- Model updates for the following services:
- Amazon Autoscaling
- Amazon EC2
- AWS IoT
- AWS KMS
- AWS Lambda
- Amazon Pinpoint
- Amazon Polly
- Amazon Rekognition
- Amazon SQS
- Amazon SageMaker
2.13.4
New features
-
Integration tests
- AWS Mobile SDK for iOS integration tests are now provisioned from a CloudFormation stack created by the new amplify-ci-support package. See [the README](LINK TBD) for details on how to provision your account to run integration tests.
-
AWSMobileClient
- Added api to fetch userSub for the loggedin user. PR #2599
Bug Fixes
-
AWSMobileClient
- Crash in
releaseSignInWait
api due to over fulfilling a fetchlock. See Issue #1278 and PR #2571 - Fix
releaseSignInWait
for custom Auth to clear the lock correctly. PR #2571
- Crash in
-
AWSCognitoIdentityProvider
- Removed cyclic retry logic in custom auth delegate. See Issue #2504, PR #2571
Misc. Updates
- Model updates for the following services:
- AWS Lambda
2.13.3
New features
- AWS Core
- Added support for
af-south-1
- Africa (Cape Town) region - Added support for
eu-south-1
- Europe (Milan) region
- Added support for
Bug Fixes
- Amazon Pinpoint
- Fix Missing address issue related to apps which have enabled push notifications, is using the pinpoint SDK, but is not registering the token with the endpoint PR: #2455
Misc. Updates
- Model updates for the following services
- Amazon EC2
- Amazon Transcribe
- AWS Lambda
2.13.2
New features
- AWSMobileClient
- Added IdentityProvider strings for Sign in with Apple:
IdentityProvider.apple
. See Issue #1809 and PR #2425.
- Added IdentityProvider strings for Sign in with Apple:
- Amazon Pinpoint
Bug Fixes
- AWSMobileClient Persist scopes defined using
HostedUIOptions
across cognito auth sessions. Should not break existing calls to these functions. If the developer wishes to change the scopes, it is recommended that the users are forced to sign in to accept the permissions for new scopes. See PR #2397 Issue #2357 for more details
Misc. Updates
- Update CI/CD system to build with Xcode 11.4 See issue #2365.
- Model updates for the following services:
- AWS Lambda
- Amazon Pinpoint
- Amazon Rekognition
2.13.1
New features
- AWSMobileClient Added an optional parameter
clientMetaData
tosignUp
,confirmSignUp
,forgotPassword
andconfirmForgotPassword
. Should not break existing calls to these functions. See PR #2328 Issue #2299 for more details
Misc. Updates
- Model updates for the following services
- Amazon EC2
- Amazon Pinpoint
- Amazon Transcribe
- Amazon Cognito Identity Provider
- Amazon IoT
2.13.0
Bug Fixes
-
Breaking Change Updated nullability flags for the
AWSSignatureSignerUtility
,AWSSignatureV4Signer
,AWSSignatureV2Signer
andAWSS3ChunkedEncodingInputStream
classes. Methods in these classes will have new signatures in Swift code, and may require code changes in your app to consume. See PR #2235 for more details. -
Amazon S3
- TransferUtility now properly cancels waiting parts when canceling a multipart upload. See Issue #2280, PR #2288. Thanks, @colinhumber!
Misc. Updates
-
Model updates for the following services
- Amazon Autoscaling
- Amazon Cognito Identity Provider
- Amazon DynamoDB
- Amazon EC2
- AWS KMS
- AWS Lambda
- Amazon Pinpoint
- Amazon Rekognition
2.12.8
This version has been deprecated. Please use the latest release.
2.12.7
Bug Fixes
- Amazon IoT
- Fixed a crash in AWSIoTManager when importing PKCS12 data with an incorrect passphrase. (See #1166)
- AWSMobileClient, Amazon Cognito Identity Provider
- Fixed issue where users in a
FORCE_CHANGE_PASSWORD
flow are unable to update their password. We confirmed with the service team that we should not be sending back these parameters, and instead be sending an empty dictionary. (See #2203)
- Fixed issue where users in a
- AWSAuthUI
- Fix crash on NewPasswordRequired flow when UIAlertView is presented on service error
- AWSMobileClient
- Fixed issue where custom auth challenge task completion wasn't being reset to nil if user logged out before completing it (See #2261)
- Include x86_64-apple-ios-simulator.swiftmodule files for binary releases (See #2274)
Misc. Updates
- AWSEC2
- Fix for hardcoded AMI in EC2 integration test that had been deprecated. Updated to hardcoded AMI that was created 01/2020.
- AWSMobileAnalytics
- Updated podspec with
deprecated
anddeprecated_in_favor_of
attributes
- Updated podspec with
- Added workaround for
use_modular_headers!
inside of Podfile (experimental) - Model updates for the following services:
- Amazon EC2
- Amazon IoT
- AWS KMS
- AWS Lambda
Note for CocoaPods users
The source code of the AWSiOSSDKV2.podspec at the 2.12.7 release tag includes a subspec for AWSTranscribeStreaming. However, that subspec is not in the actual 2.12.7 release of the AWSiOSSDKv2 pod, since it requires iOS 9.0 or higher. Future releases will properly reflect that AWSTranscribeStreaming is not packaged as a subspec of AWSiOSSDKv2. Note that we don’t recommend using the AWSiOSSDKv2 pod, but rather importing individual pods.
2.12.6
Misc. Updates
-
Amazon Transcribe Streaming
- Made the event decoder classes public
-
Model updates for the following services
- Amazon CloudWatch Logs
- Amazon Comprehend
- Amazon EC2
- Amazon Translate
2.12.5
New Features
- AWSMobileClient
- confirmSignIn method now takes in
clientMetaData
as an argument. (See pr #2209 for more details.)
- confirmSignIn method now takes in
Bug Fixes
- AWSMobileClient
- Fix an issue where the custom auth is not passing challenge parameters back to the callback. (See issue #2148 for more details.)
Misc. Updates
-
AWSCore
- Improved error handling on network requests by propagating errors encountered deserializing the NSURLSessionDelegate's response in the returned error's
userInfo
dictionary. If present, the response object's error will be under the new keyAWSResponseObjectErrorUserInfoKey
. (See issue #1062 and PR #2052). Thanks @coredumped!
- Improved error handling on network requests by propagating errors encountered deserializing the NSURLSessionDelegate's response in the returned error's
-
Amazon Transcribe Streaming
- The Amazon Transcribe streaming SDK can now be configured with a custom web socket provider that overrides the default web socket provider, Socket Rocket.
-
Model updates for the following services:
- Amazon EC2
- Amazon IoT
- Amazon Pinpoint
- Amazon Transcribe
-
Updated copyright year throughout
2.12.4
Deprecated release
This release is deprecated due to errors. Please use 2.12.5 or greater.
2.12.3
New Features
- Amazon Kinesis Video Signaling
- Amazon Kinesis Video Signaling Channels supports GetIceServerConfig and SendAlexaOfferToMaster. See Amazon Kinesis Video Signaling Channels Documentation for more details
Misc. Updates
- Model updates for the following services:
- Amazon Autoscaling
- Amazon Cognito Identity Provider
- Amazon Comprehend
- Amazon DynamoDB
- Amazon EC2
- Amazon Kinesis Firehose
- Amazon IoT
- Amazon Kinesis Video Streams
- Amazon Kinesis Video Signaling
- AWS KMS
- AWS Lambda
- Amazon Lex
- Amazon Pinpoint
- Amazon Rekognition
- Amazon SageMaker
- Amazon Simple Notification Service (SNS)
- Amazon Security Token Service (STS)
- Amazon Transcribe
2.12.2
New Features
- Amazon Connect Participant Service
- Amazon Connect Participant Service Amazon Connect is a cloud-based contact center solution that makes it easy to set up and manage a customer contact center and provide reliable customer engagement at any scale. Amazon Connect enables customer contacts through voice or chat. The Amazon Connect Participant Service is used by chat participants, such as agents and customers. See Amazon Connect Participant Service Documentation for more details.
Misc. Updates
-
Model updates for the following services
- Amazon CloudWatch Logs
- Amazon Cognito Identity
- Amazon Cognito Identity Provider
- Amazon Comprehend
- Amazon Connect
- Added a new api to support
CHAT
media in Connect. See API reference for more details.
- Added a new api to support
- Amazon DynamoDB
- Amazon EC2
- Amazon IoT
- Amazon Polly
- Amazon Security Token Service (STS)
- Amazon Transcribe
2.12.1
New Features
-
Amazon Polly
AWSPollySynthesizeSpeechURLBuilder
now supports the ability to specify the engine (standard or neural) for a request. See the Amazon Polly documentation for a discussion of the Engine. See Issue #1973.
-
AWS AuthUI
AWSMobileClient
now supports the ability to hide sign up flow in the Drop-In UI. See #1324 for more details. Thanks @jamesingham!
Bug Fixes
- AWS AuthUI
- Present sign-in modal fullscreen to avoid undesirable gap. See issue #1963. Thanks @BillBunting!
- AWS S3 TransferUtility
- Fix a bug where the SDK crashes during uploading data to S3. See iseeu #1994.
- AWSFacebookSignIn
- AWS IoT
- IoT now propagates errors properly if it encounters a situation where the MQTT header is malformed
Misc. Updates
-
Model updates for the following services
- Amazon Cognito Identity Provider
- Amazon EC2
- Amazon Kinesis Firehose
- Amazon Lex
- Amazon Pinpoint
2.12.0
New Features
- AWSMobileClient
- DropIn UI now supports
FORCE_CHANGE_PASSWORD
UI flow. See issue #1711 for more details. - AWSMobileClient now supports Cognito Custom Authentication flow. See relevant cognito docs and amplify docs for details
- DropIn UI now supports
- Amazon Transcribe Streaming
- Amazon Transcribe streaming transcription enables you to send an audio stream and receive a stream of text in real time using WebSockets. See AWS Documentation for more information, and the integration test for an example of usage.
Misc. Updates
- General SDK improvements
- Breaking Build Change The AWS SDK for iOS now requires Xcode 11 or above to build
Bug Fixes
-
AWSCognito
- Fix an issue where token is not refreshed after update attribute is invoked. See Issue #1733 and PR #1734 for details. Thanks @JesusMartinAlonso!
-
AWSMobileClient
- Fixed an issue where the DropIn UI styles are inconsistent when dark mode is enabled on iOS 13. See Issue #1953 and PR #1962 for details.
-
Model updates for the following services
- Amazon EC2
- Amazon Transcribe
2.11.1
Bug Fixes
- AWSPinpoint
- Fixed a bug retrieving APNS device tokens on iOS 13. See Issue #1926
Misc. Updates
- Model updates for the following services
- Amazon EC2
- NOTE: This model update includes a change to the mapping of certain service-emitted enum values. The symbols to which these values map
remains the same, but customers using older versions of the AWSEC2 SDK may wish to upgrade. Enum values affected:
- "deleted-running" is now "deleted_running"
- "deleted-terminating" is now "deleted_terminating"
- "pending-fulfillment" is now "pending_fulfillment"
- "pending-termination" is now "pending_termination"
- NOTE: This model update includes a change to the mapping of certain service-emitted enum values. The symbols to which these values map
remains the same, but customers using older versions of the AWSEC2 SDK may wish to upgrade. Enum values affected:
- Amazon Simple Email Service
- Amazon EC2
- Removed redundant import of
AWSNetworking.h
from model service files. See PR #1855. Thanks @thii!
2.11.0
New Features
- AWSCore
- Added the option of passing the configuration as an in-memory object (i.e.
[String: Any]
/NSDictionary
) instead of the defaultawsconfiguration.json
through the new APIAWSInfo.configureDefaultAWSInfo(config: [String: Any])
.
- Added the option of passing the configuration as an in-memory object (i.e.
- AWSMobileClient
- Based on the ability to pass a custom configuration through an in-memory object described above, exposed a new initializer that accepts a custom configuration:
AWSMobileClient.init(configuration: [String: Any])
.- Changed
AWSMobileClient.sharedInstance()
in favor ofAWSMobileClient.default()
since it better communicates the API intent. ThesharedInstance
is deprecated as of now and still available for backwards compatibility. - Refer to Issue #1649 for the feature request details.
- Changed
- When
AWSMobileClient.signOut
is called all existing credential fetch are cancelled.
- Based on the ability to pass a custom configuration through an in-memory object described above, exposed a new initializer that accepts a custom configuration:
Bug Fixes
- AWSPinpoint
- The limit of "Maximum number events in a request" defined by the Pinpoint service limits (100 per request) is now enforced by the client. When recording more than 100 events the client will submit multiple batches of 100 to avoid a service failure. See Issue #1680 and PR #1743 for details.
- AWSMobileClient
- Amazon S3
- TransferUtility now properly reports progress on failed and restarted uploads. See Issue #1512, PR #1813.
- Fix an issue where getIdentity call fails without waiting. See PR #1824
- Fix an issue with signUp API not returning the correct status back. See #1469 and PR #1844.
- AWSCore
- S3
- Fixed issue with uploading large files in transferutility. See #1836. Thanks @benmckillop!
Misc. Updates
-
Model updates for the following services
- Amazon EC2
- Amazon Transcribe
- Amazon SQS
- Amazon Lambda
-
AWSMobileClient
- Breaking API change Removed deprecated methods inside AWSMobileClient. See PR #1738
2.10.3
Bug Fixes
-
AWS Core
-[AWSURLSessionManager invalidate]
now invokes-[NSURLSession finishTasksAndInvalidate]
before releasing the underlying URLSession. If you attempt to start a new task on the invalidated session, AWSNetworking will now throw anAWSNetworkingErrorSessionInvalid
error. (See PR #1203 and PR #1556). Thanks @jkennington and @jaetzold!
-
AWSCognitoAuth
delegate
property is now retained weakly
-
AWSMobileClient
- Fixes the crash during signout while setting error on completed task (See Issue 1505 and Issue 1682.)
- Fixed an issue where signOut callback is not called (See Issue 1717.)
- Code clean up on source and test files
Misc. Updates
- Model updates for the following services
- Amazon EC2
- Amazon Lex
- Amazon Polly
- Amazon Rekognition
- Amazon Simple Queue Service (SQS)
- AWS IoT
2.10.2
New Features
- Amazon Textract
- Amazon Textract is a service that automatically extracts text and data from scanned documents. Amazon Textract goes beyond simple optical character recognition (OCR) to also identify the contents of fields in forms and information stored in tables. See Amazon Textract Documentation for more details.
2.10.1
New Features
- AWS Core
- Added support for
me-south-1
- Middle East South (Bahrain) region.
- Added support for
Bug Fixes
- Amazon Kinesis
- Fixed default value of
batchRecordsByteLimit
--the documented size is 512KB, but the code incorrectly set it to 512MB. See PR #1688. Thanks @runlucky!
- Fixed default value of
- Amazon Polly
- Fixed error trying to use 'Zeina' voice with presigned URLs
Misc. Updates
- Model updates for the following services
- Amazon CloudWatch Logs
- Amazon Comprehend
- Amazon EC2
- Amazon Pinpoint
- Amazon Security Token Service (STS)
- Fix incorrect license specification in AWSCognitoIdentityProvider.podspec (See Issue #1684, PR #1699.)
2.10.0
New Features
- Amazon Connect
- Amazon Connect is a self-service, cloud-based contact center service that makes it easy for any business to deliver better customer service at lower cost. Amazon Connect is based on the same contact center technology used by Amazon customer service associates around the world to power millions of customer conversations. The self-service graphical interface in Amazon Connect makes it easy for non-technical users to design contact flows, manage agents, and track performance metrics – no specialized skills required. There are no up-front payments or long-term commitments and no infrastructure to manage with Amazon Connect; customers pay by the minute for Amazon Connect usage plus any associated telephony services. See Amazon Connect Documentation for more details.
Bug Fixes
- Amazon S3
- Fixed a bug where errors in the presigned URL builder phase were not returned. See PR #1555 for details. Thanks @wfan9!
Misc. Updates
-
Fix include files to properly use the framework prefix for cross-framework includes. This fixes breakage when each framework is in a separate project file, as when using the new
generate_multiple_pod_projects
feature in cocoapods 1.7. See PR #1540 and #1611. Thanks @hughescr and @colinhumber! -
AWSMobileClient
-
Model updates for the following services
- Amazon EC2
- Breaking API Change
- The AWSEC2 method
-[assignPrivateIpAddresses:]
now returns anAWSTask<AWSEC2AssignPrivateIpAddressesResult *>
instead of anAWSTask<nil>
. - The first argument to the completion handler for the AWSEC2 method
-[assignPrivateIpAddresses:completionHandler]
is now a nullableAWSEC2AssignPrivateIpAddressesResult
, rather than anil
.
- The AWSEC2 method
- Breaking API Change
- Amazon Kinesis Video Streams
- Amazon EC2
2.9.10
New Features
- Amazon SageMaker
- Amazon SageMaker provides every developer and data scientist with the ability to build, train, and deploy machine learning models quickly. Amazon SageMaker is a fully-managed service that covers the entire machine learning workflow to label and prepare your data, choose an algorithm, train the model, tune and optimize it for deployment, make predictions, and take action. Your models get to production faster with much less effort and lower cost. See Amazon SageMaker Documentation for more details.
Bug Fixes
- AWSCore
- Fixed a bug where multiple values would be added to the 'host' header when using the V4 signer on a request that already included a 'host' header.
- Amazon S3
- Fixed a bug where the multipart data/file upload crashes while upload is in progress. See issue #1249 for details.
- Amazon Kinesis
- Fix modular imports when using CocoaPods 1.7. Thanks @igor-makarov!
Misc. Updates
- Model updates for the following services
- Amazon CloudWatch Logs
- Amazon DynamoDB
- Amazon EC2
- Amazon Simple Email Service
- Amazon Pinpoint
2.9.9
Bug Fixes
- AWS IoT
- Added a check for the upper limit of
lengthMultiplier
used for calculation of remaning length of MQTT packets. See PR #1595, issue #1398.
- Added a check for the upper limit of
Misc. Updates
- Model updates for the following services
- Amazon Cognito Identity Provider
- Amazon Comprehend
- Amazon EC2
- Amazon Security Token Service (STS)
- Amazon Transcribe
- AWS Lambda
2.9.8
Misc. Updates
- Ensured compatibility when building with Xcode 10.2
- Model updates for the following services
- Amazon Cognito Identity Provider
- Amazon DynamoDB
- Amazon EC2
- Amazon Simple Notification Service (SNS)
- AWS Lambda
- The Amazon Cognito Sync and Amazon Cognito Identity Provider subcomponents of the AWS Mobile SDK for iOS are now licensed under the Apache 2.0 License. See LICENSE and LICENSE.APACHE for more details.
2.9.7
New Features
- AWS Core
- Added support for
ap-east-1
- AP (Hong Kong) region.
- Added support for
Misc. Updates
- Model updates for the following services
- Amazon Cognito Identity Provider
- Amazon Transcribe
2.9.6
Bug Fixes
-
Amazon S3
- Fixed a error propagation bug for downloads using TransferUtility. See PR #1316, issue #1310.
-
Amazon Kinesis
- Kinesis now opens its SQLite connections in serial mode, which resolves occasional crashes on creating a new database connection. See PR #1444, issue #1161.
Misc. Updates
- Model updates for the following services
- Amazon Cognito Identity
- Amazon EC2
- Amazon Polly
2.9.5
Bug Fixes
- AWSMobileClient
- Fixed a bug which caused compilation error with Swift 5. See PR #1377, issue #1394.
Misc. Updates
- Model updates for the following services
- Amazon Comprehend
2.9.4
Bug Fixes
-
AWS IoT
- Fixed bug in userMetaData logic
- Fixed a
objc_retain
crash in thread initiation. See issue #1257, and issue #1190
-
AWSMobileClient
- Fixed issue where error was not correctly cast to
AWSMobileClientError
when usingchangePassword
API. issue #1246
- Fixed issue where error was not correctly cast to
Misc. Updates
- Model updates for the following services
- Amazon Comprehend
- AWS AutoScaling
- Amazon Rekognition
- Amazon EC2
- AWS IoT
- Amazon CloudWatch Logs
- Amazon Kinesis Video Streams
- Amazon Lex
- Amazon Transcribe
- Amazon Pinpoint
- Amazon Cognito Identity
- Amazon Cognito Userpools
2.9.3
New Features
- AWSMobileClient
- Added support for SAML in
federatedSignIn()
. - Added support Cognito Hosted UI in
showSignIn()
. - Added support to use OAuth 2.0 provider like
Auth0
inshowSignIn()
. Federation for AWS credentials requires OpenID support from the provider. - Added support for global sign out.
- Added support for device features which include
list
,get
,updateStatus
andforget
. These APIs are available throughgetDeviceOperations()
.
- Added support for SAML in
Bug Fixes
- Amazon S3
- Fixed TransferUtility issue with serverside encryption using customer provided key. See PR #1282
2.9.2
New Features
- AWS IoT
- Added ALPN (Application Layer Protocol Negotiation) support for the AWS IoT client. ALPN support enables the client to connect using TLS client authentication on port 443. This feature is only supported on iOS 11 and above. See MQTT with TLS client authentication on port 443: Why it is useful and how it works for more details.
Bug Fixes
- Amazon S3
- Fixed race condition in multipart subtask creation. issue #1230
- Fixed memory issue in multipart subtask creation. issue #1254
- Fixed bug in custom AWSS3TransferUtility instantiation that was setting the
timeoutIntervalForResource
configuration to 0. See PR #1260. Thanks @colinhumber
2.9.1
Enhancements
- AWSAuthSDK
- Added a configurable option to disable & hide the "Create new account" (SignUp) button in the Amazon Cognito User Pools UI. See PR #1094. Thanks @jamesingham!
Bug Fixes
-
Amazon Pinpoint
- Fixed a deadlock that can occur when adding events from the main queue while the app is moving to the background or manually stopping a Pinpoint session.
-
AWSCore
- Fixed threading issue in
AWSCredentialsProvider
. See PR #1192. Thanks @fer662!
- Fixed threading issue in
Misc. Updates
- AWS Core
- Added
+[AWSEndpoint regionNameFromType:]
utility method to get a string (e.g., "us-east-1") from an AWSRegionType
- Added
2.9.0
Misc. Updates
-
Amazon S3
- Breaking API Change The return value for the
S3TransferUtilityForKey
method is set to nullable and will map to an Optional type in Swift. TheS3TransferUtilityForKey
method is typically used in conjunction with a previously registered client (using one of theregisterS3TransferUtility*
methods). The lookup will return a null value if the registration had failed due to errors instantiating the client.
- Breaking API Change The return value for the
-
Amazon Transcribe
- Breaking API Change The enum value
EnUK
in theAWSTranscribeLanguageCode
enum has been replaced withEnGB
.
- Breaking API Change The enum value
-
Model updates for the following services
- Amazon Rekognition
- Amazon DynamoDB
- Amazon Cognito Identity Provider
- Amazon Comprehend
- AWS IoT
- Amazon Kinesis Firehose
- AWS KMS
- AWS Lambda
- Amazon Lex
- Amazon Translate
- Amazon Transcribe
- Amazon Polly
- Amazon Pinpoint
- Amazon CloudWatch
- Amazon CloudWatch Logs
- Amazon S3
Bug Fixes
-
AWS IoT
- Fixed memory leaks in MQTT Client.See PR #1202. Thanks @jkennington!
- Fixed crash due to the same thread being started multiple times. See Issue #1190
-
Amazon Pinpoint
- Pinpoint now opens its SQLite connections in serial mode, which resolves occasional crashes on entering background
2.8.4
New Features
- AWS IoT
- Added support for Custom Authorizers. AWS IoT allows you to define custom authorizers that allow you to manage your own authentication and authorization strategy using a custom authentication service and a Lambda function. Custom authorizers allow AWS IoT to authenticate your devices and authorize operations using bearer token authentication and authorization strategies. See AWS IoT Custom Authentication for more details.
Bug Fixes
- Amazon Kinesis Firehose
- Fixed error handling in
-[AWSFirehoseRecorderHelper submitRecordsForStream:records:rowIds:putRowIds:retryRowIds:stop:]
. See PR #1176. Thanks @dataxpress!
- Fixed error handling in
2.8.3
Bug Fixes
- AWSMobileClient
- Fixed completion handler not being called on success for
AWSMobileClient.updateUserAttrinutes(...)
. See issue #1162
- Fixed completion handler not being called on success for
2.8.2
Enhancements
-
AWSMobileClient
- Added support for
Developer Authenticated Identities
forfederatedSignIn
API. See issue #1131
- Added support for
-
Amazon S3
- NSURL Tasks for Multipart uploads are now created during the initiation of the MulitPart request. See issue #1088, issue #1065, and issue #769
Bug Fixes
-
AWSMobileClient
- Fixed an issue where Google Sign In would not correctly reflect sign in status and completion handler callback. See issue #1147
-
AWSCognitoAuth
- Fixed an issue where
getSession
callback is not invoked when the user hits theDone
button. See issue #1117
- Fixed an issue where
-
Amazon S3
- Fixed crash in AWSTransferUtility due to null value for subTask in inProgressPartsDictionary. See issue #1152
- Canceled all session tasks as part of
removeS3TransferUtilityForKey
method and implemented error propagation for NSURLSession creation. See issue #1049
2.8.1
Bug Fixes
- Fixed an issue which caused failure in building SDK from source when using
Carthage
.
2.8.0
New Features
- AWS Core
- Added support for
eu-north-1
- EU (Stockholm) region.
- Added support for
Bug Fixes
- AWSMobileClient
- Fixed bug where
newPasswordRequired
flow forconfirmSignIn
would not work. See issue #1141
- Fixed bug where
Misc. Updates
-
Model updates for the following services
- Amazon Comprehend
- Amazon Machine Learning
- Amazon Rekognition
-
Deprecated Clients
AWSMobileAnalytics
library is now deprecated. Please useAWSPinpoint
for analytics.AWSS3TransferManager
client is now deprecated. Please useAWSS3TransferUtility
for uploads and downloads with Amazon S3.AWSCognito
(Amazon Cognito Sync) library is now deprecated. Please useAWSAppSync
for data synchronization.
2.7.4
Enhancements
- AWS S3
Misc. Updates
-
AWS IoT
- Update IOT client to the latest service model.
-
Amazon Pinpoint
- The following APIs have been changed:
PutEventsRequest
- The type of
Endpoint
field is now changed back fromEndpointRequest
toPublicEndpoint
.
- The type of
PutEventsResponse
PutEventsResponse
will have anEventsResponse
field. TheResults
object in thePutEventsResponse
is now nested underEventsResponse
.
- The following APIs have been changed:
Bug Fixes
-
AWSMobileClient
- Fixed bug where the specified logoImage would not appear while using
showSignIn
method. See issue #1113, issue #1115 - Fixed bug where errors were not mapped to
AWSMobileClientError
forsignIn
method. See PR #1121 - Don't embed Swift libraries with AWSMobileClient.framework See issue #1123
- Fixed issue where Xcode would log a warning for
AWSAuthUI.bundle
not being loaded as SDK would incorrectly try to load executable forAWSAuthUI.bundle
which only contains resources. See issue #1107 - Added
getUserAttributes
method which fetches attributes of signed in user. See issue #123 - Fixed an issue where the storyboard or logo file would not be loaded when consuming SDK via Cartahge. See issue #1064
- Fixed an issue where in drop-in UI if
tab
key was pressed from keyboard, the text field would not show the active input. See issue #984
- Fixed bug where the specified logoImage would not appear while using
-
Amazon Pinpoint
AppPackageName
,AppTitle
,AppVersionCode
,SdkName
fields will now be accepted as part of theEvent
when submitting events from your app to Amazon Pinpoint. This fixes the issue where the event when exported by Amazon Kinesis Streams was missing these fields in the exported event.
-
Amazon S3
- Fixed warning due to the Validation category being defined twice. See PR #1132
-
AWSCognitoAuth
- Fixed a memory leak due to retain cycle caused by
NSBlockOperation
retaining theNSOperation
object. See issue #1134
- Fixed a memory leak due to retain cycle caused by
2.7.3
Enhancements
- Amazon Polly
- Add support for new voices -
Bianca
,Lucia
andMia
.
- Add support for new voices -
Misc. Updates
- Model updates for the following services
- Amazon Auto Scaling
- Amazon Kinesis Firehose
- Amazon Polly
- Amazon Simple Notification Service (SNS)
2.7.2
Bug Fixes
- AWSCognitoAuth
- Fixed bug where the
completeGetSession:
callback would be invoked with an error ifsafariViewController:didCompleteInitialLoad:
is invoked after a redirection (e.g., as can happen if an external identity provider bypasses the login screen for an already-authenticated user). See PR #1100 - Fixed bug where the callback to
getSession
would not be given in case the customer dismisses theSFSafariViewController
. See PR #1109
- Fixed bug where the
2.7.1
New Features
- AWS Core
- Added support for
us-gov-east-1
- AWS GovCloud (US East) region.
- Added support for
Bug Fixes
- Amazon Cognito Identity Provider
-
Deprecate
claims
property ofAWSCognitoIdentityUserSessionToken
since it incorrectly declares the type asNSDictionary<NSString*, NSString*>
. Instead, callers should usetokenClaims
, which has the proper type ofNSDictionary<NSString*, id>
. See PR #1068Note: The existing
claims
property is deprecated and will be removed in a future minor version.
-
Misc. Updates
- Model updates for the following services
- Amazon EC2
2.7.0
New Features
- AWS Mobile Client
- The
AWSMobileClient
provides client APIs and building blocks for developers who want to create user authentication experiences. It supports the following new features:- User state tracking:
AWSMobileClient
offers on-demand querying for the “login state” of a user in the application. - Credentials management: Automatic refreshing of
Cognito User Pools
JWT Token
andAWS Credentials
fromCognito Identity
. - Offline support:
AWSMobileClient
is optimized to account for applications transitioning from offline to online connectivity, and refreshing credentials at the appropriate time so that errors do not occur when actions are taken and connectivity is not available. - Drop-in Auth UI:
AWSMobileClient
client supports easy “drop-in” UI for your application. - Simple, declarative APIs
signUp
,signIn
,confirmSignIn
, etc.
- User state tracking:
- The
Note: The existing methods of
AWSMobileClient
are deprecated and will be removed in a future minor version.AWSMobileClient
now takes a dependency onAWSCognitoIdentityProvider
(Cognito User Pools SDK) package to offer integration withCognitoUserPools
. When using the new drop-in UI,AWSAuthUI
andSocial sign-in
features continue to be pluggable dependencies forAWSMobileClient
.
All documentation is now centralized at https://aws-amplify.github.io/
2.6.35
Bug Fixes
- AWS CognitoAuth
- Fixes regression in AWSCognitoAuthConfiguration constructor. See issue#1090
2.6.34
Enhancements
- Amazon CognitoAuth
- Added capability to use
SFAuthenticationSession
for devices running iOS 11+. It can be enabled using theenableSFAuthSessionIfAvailable
in the initializer or throughEnableSFAuthenticationSesssion
property in theawsconfiguration.json
.
- Added capability to use
Bug Fixes
-
Amazon S3
- Fixed bug in AWSTransferUtility that was reporting incorrect status for transfers when the app was force-closed. See issue#1058
- Fixed crash in AWSTransferUtility due to a null value for MultiPartUpload ID. See issue#1060
-
Amazon Pinpoint
putEvents
now correctly logs the number of accepted, retryable, and dirty events. See issue#1074- Fixed data race issues in AWSPinpointSessionEventClient
-
AWS IoT
- Fixed crash in the drainSenderQueue routine by using a semaphore to manage access of the underlying queue. See issue#1071
Misc. Updates
- Model updates for the following services
- Amazon EC2
- AWS Lambda
- Amazon S3
2.6.33
Bug Fixes
-
Amazon Pinpoint
- Fixed 'Undefined symbols' error where
AWSPinpointVersionString
was not implemented when importing AWSPinpoint as a static library using CocoaPods. See issue#1050 - Fixed incorrectly reported SDK version in Pinpoint events See issue#1051
- Fixed 'Undefined symbols' error where
-
Amazon S3
- Fixed bug in AWSTransferUtility.default client to use a constant value for the NSURLSessionID. See issue#1067
Misc. Updates
- Model updates for the following services
- Amazon EC2
- Amazon Transcribe
- In all SDKs, the
SDKVersion
andSDKVersionString
in the umbrella header are now deprecated, and will be removed in an upcoming minor version of the SDK. Use the service-specific version string instead.
2.6.32
Bug Fixes
-
Amazon Kinesis
- Use row id instead of partition key to delete submitted events in database. See PR #792
- GZIP encoded
PutRecord
andPutRecords
requests for Kinesis Streams;PutRecord
andPutRecordBatch
for Firehose.
-
Amazon S3
- For background transfers using
AWSS3TransferUtility
, thebackgroundURLSessionCompletionHandler
callback will be called on the main thread.
- For background transfers using
Misc. Updates
- Model updates for the following services
- Amazon EC2
2.6.31
Bug Fixes
- Amazon S3
- Fixed bug in S3 Transfer Utility that was causing progress tracking for multipart transfers to be underreported for background transfers.
Misc. Updates
- Model updates for the following services
- Amazon EC2
2.6.30
Enhancements
- General SDK Improvements
- Fix warnings in the SDK imposed by the iOS 12 platform update.
Misc. Updates
- Model updates for the following services
- Amazon CloudWatch
- Amazon CloudWatch Logs
- Amazon DynamoDB
- Amazon EC2
- Amazon Elastic Load Balancing
- Amazon Polly
- Amazon Simple Email Service
2.6.29
Enhancements
-
Amazon Polly
- Added support for new voice
Zhiyu
.
- Added support for new voice
-
Amazon CognitoAuth
Bug Fixes
- Amazon CognitoAuth
- Added check to see if refreshToken is received from the server. If not, retrieve it from the keychain. See issue#1035
2.6.28
Misc. Updates
- Model updates for the following services
- Amazon Autoscaling
- Amazon CloudWatch Logs
- Amazon Cognito Identity Provider
- Amazon DynamoDB
- Amazon EC2
- AWS KMS
- Amazon Rekognition
- Amazon Transcribe
Bug Fixes
-
Amazon S3
- Fixed bug in MultiPart transfer utility where resuming multiple times finishes the upload before it has been completed. See issue#1015
-
Amazon Core
- Added checks to AWSURLSessionManager to prevent crashes and instead propagate error due to transient IO issues. See issue#1025
2.6.27
Bug Fixes
- Amazon Pinpoint
- Fixed a bug where accessing
AWSPinpointEndpointProfile
from multiple threads would potentially lead to a crash. See issue#906
- Fixed a bug where accessing
2.6.26
New Features
- Amazon Polly
- Amazon Polly enables female voice Aditi to speak Hindi language
Enhancements
- AWS IoT
- Refactored MQTTClient to address namespace conflict. See issue#961
Misc. Updates
- Model updates for the following services
- Amazon Cognito Identity
- Amazon Cognito Identity Provider
- Amazon DynamoDB
- Amazon EC2
- AWS Lambda
- Amazon Polly
- Amazon Rekognition
- Amazon Transcribe
Bug Fixes
-
AWS IoT
- Fixed reconnection logic for the case where the connection is closed by the Server. See issue#1002
-
Amazon Pinpoint
- Fixed bug that demographic information in endpoint profile never gets updated after initialization. Demographic information now is updated with values in the main bundle whenever currentEndpoint is called.
-
Amazon S3
- Fixed bug in MultiPart transfer utility progress tracking. See issue#759
2.6.25
Enhancements
-
Amazon CognitoAuth
- Made
signOutLocally
andsignOutLocallyAndClearLastKnownUser
methods public. See issue#279
- Made
-
Amazon Polly
- Added support for new
SynthesisTask
feature which allows asynchronous and batch processing.
- Added support for new
-
Amazon S3
- Added completion handler for TransferUtility instantiation, improved the getTasks function and status tracking. See issue#769 and issue #759
Bug Fixes
-
AWS IoT
-
Amazon S3
- Fixed bug in SigV4 Signing logic. See issue#985
2.6.24
New Features
- Amazon Kinesis Video Streams
- Amazon Kinesis Video Streams is a fully managed video ingestion and storage service. It enables you to securely ingest, process, and store video at any scale for applications that power robots, smart cities, industrial automation, security monitoring, machine learning (ML), and more. Kinesis Video Streams also ingests other kinds of time-encoded data like audio, RADAR, and LIDAR signals. Kinesis Video Streams provides you SDKs to install on your devices to make it easy to securely stream video to AWS. Kinesis Video Streams automatically provisions and elastically scales all the infrastructure needed to ingest video streams from millions of devices. It also durably stores, encrypts, and indexes the video streams and provides easy-to-use APIs so that applications can access and retrieve indexed video fragments based on tags and timestamps. Kinesis Video Streams provides a library to integrate ML frameworks such as Apache MxNet, TensorFlow, and OpenCV with video streams to build machine learning applications.
- HLS streaming feature is supported through
AWSKinesisVideoArchivedMedia
and podAWSKinesisVideoArchivedMedia
.
2.6.23
Enhancements
- Amazon S3
Bug Fixes
2.6.22
Bug Fixes
-
Amazon Pinpoint
- Fixed bug where Pinpoint endpoint profile optOut property could not be manually set to "ALL" or "NONE" via profile update. See issue#928
-
Amazon S3
- Fixed the dictionary key for bucket name in
AWSTransferUtilityTask
. See pull#964
- Fixed the dictionary key for bucket name in
Enhancements
- Amazon Cognito Identity Provider
- Added
claims
property toAWSCognitoIdentityUserSessionToken
to get the users' claims from the JWT token. - Added
clearSession
method toAWSCognitoIdentityUser
to clear id and access token without clearing the refresh token. This enables you to force a session refresh without requiring the end user sign in again. - Clear id and access tokens when you call
updateAttributes
on aAWSCognitoIdentityUser
so the session will automatically refresh with the new attributes on next call togetSession
Misc. Updates
- Model updates for the following services
- Amazon Auto Scaling
- Amazon CloudWatch
- Amazon CloudWatch Logs
- Amazon DynamoDB
- Amazon Elastic Compute Cloud (EC2)
- Amazon Elastic Load Balancing (ELB)
- Amazon Kinesis Firehose
- Amazon Kinesis Streams
- Amazon Polly
- Amazon Rekognition
- Amazon Security Token Service (STS)
- Amazon Simple DB
- Amazon Simple Email Service (SES)
- Amazon Simple Notification Service (SNS)
- Amazon Simple Queue Service (SQS)
- Amazon Transcribe
- AWS IoT
- AWS Key Management Service (KMS)
- AWS Lambda
2.6.21
Bug Fixes
- AWS IoT
- Fixed crash in AWS IoT due to use of API that was not backward compatible with iOS 8.0. See issue#949
Enhancements
- Amazon Polly
- Added support for new voice -
Lea
- Added support for new voice -
2.6.20
New Features
- Amazon S3
- Enabled AWSS3TransferUtilityTimeoutIntervalForResource to be customizable using AWSS3TransferUtilityConfiguration. See issue#910
Bug Fixes
-
Amazon S3
-
Amazon Pinpoint
- Fixed bug where Pinpoint endpoint profile update would improperly set optOut status to ALL when opted into notifications with non-visible notification type. See issue#927
Misc. Updates
- Amazon EC2
- Update Amazon EC2 client to the latest service model.
2.6.19
New Features
-
Amazon Translate
- Amazon Translate is a neural machine translation service that delivers fast, high-quality, and affordable language translation.
-
Amazon Comprehend
- Amazon Comprehend is a natural language processing (NLP) service that uses machine learning to find insights and relationships in text
Bug Fixes
- AWS IoT
Misc. Updates
-
Amazon CloudWatch Logs
- Update Amazon CloudWatch Logs client to the latest service model.
-
Amazon Cognito Identity
- Update Amazon Cognito Identity client to the latest service model.
2.6.18
New Features
-
Amazon Transcribe
- Amazon Transcribe is an automatic speech recognition (ASR) service that makes it easy for developers to add speech to text capability to their applications.
-
AWS IoT
- Add new methods for
publish
,subscribe
andunsubscribe
which allowack
messages callback usingackCallback
parameter. See example.
- Add new methods for
Bug Fixes
-
AWS Core
- Fixed crash in AWS Core during retry of service requests. See issue#913
- Exit gracefully by returning nil instead of crashing if
awsconfiguration.json
is not present or empty or has invalid data.
-
Amazon S3
- Fixed multipart upload crash due to memory consumption while transferring very large files. issue#914
Enhancements
-
General SDK improvements
-
Amazon S3
- Propogate S3 service errors through "Error" field in
userInfo
dictionary of error. See PR #666
- Propogate S3 service errors through "Error" field in
2.6.17
Bug Fixes
-
Amazon S3
-
AWS Core
- Fixed Macro redefinition conflict of the THIS_FILE macro if CocoaLumberJack used with the AWS SDK. See issue#895
-
AWS AuthUI
- Fixed an issue where input fields would not be visible when keyboard appears. See issue #877, issue #878, issue #897
Enhancements
- General SDK improvements
- Versioning IDEWorkspaceChecks.plist for Xcode 9.3. See pr#881
- Fix nullability warnings. See pr#882
- Preventing corruption from failed malloc. See pr#883
- Format consistency. See pr#884
- Fix availability warnings by declaring sharedInstance inside the implementation. See pr#885
- Fix analyzer warning "Converting a pointer value of type NSNumber * to a primitive boolean value". See pr#887
- Fix analyzer memory leak. See pr#888
- Fix "Method accepting NSError** should have a non-void return value to indicate whether or not an error occurred ". See pr#889
- Fix "method is expected to return a non-null value". See pr#890
- Fix "finalize isn't supported in ARCs". See pr#892
2.6.16
Bug Fixes
- Amazon Pinpoint
- Fixed an issue that prevented EndpointProfile from receiving updates of Device Token. See issue#886
2.6.15
Enhancements
-
AWS Core
-
Amazon S3
- Updated AWSS3 low level clients to conform latest S3 service model.
- Fix import for static library build to succeed. See pr #866
Bug Fixes
-
Amazon S3
- Fixed header propagation bugs in S3 TransferUtility for Multipart uploads. See issue#869
-
Amazon Pinpoint
- Fixed an issue that caused 400 errors when submitting events with a boolean metric.
2.6.14
Bug Fixes
-
AWS AuthUI
- Fixed a bug which would hide the input fields when keyboard shows. The view now moves towards the top when keyboard appears. See issue#835
-
Amazon S3
- Fixed bug to handle custom metadata in multipart uploads. See issue#858
-
Amazon Pinpoint
- Prevent Crash in endCurrentSessionTimeoutWithTimer issue#826
- Fixed an issue in which updating the userId in the AWSPinpointEndpointProfileUser is not reflected when retrieving the currentEndpointProfile from the AWSPinpointTargetingClient.
2.6.13
New Features
- Amazon S3
- Added support for MultiPart uploads in Transfer Utility
- Included error retry logic for Transfer Utility
2.6.12
New Features
- Amazon Cognito Identity Provider
- Support for user migration over lambda trigger in Cognito User Pools.
2.6.11
New Features
- AWS IoT
- Starting from this release, AWS IoT SDK by default sends metrics indicating which language and version of the SDK is being used. However, user may disable this by calling
enableMetricsCollection(false)
before callingconnect
method, if they do not want metrics to be sent.
- Starting from this release, AWS IoT SDK by default sends metrics indicating which language and version of the SDK is being used. However, user may disable this by calling
Bug Fixes
- AWS S3
- Assert instead of raising exception when reponse is not of type
NSHTTPURLResponse
inAWSS3TransferUtility
. See pr #799.
- Assert instead of raising exception when reponse is not of type
Misc. Updates
- General
2.6.10
New Features
- AWS Core
- Added support for
eu-west-3
(EU - Paris) region.
- Added support for
2.6.9
New Features
- AWS Core
- Added support for
cn-northwest-1
(China - Ningxia) region.
- Added support for
Misc. Updates
- Amazon Pinpoint
- Improved the comment in
generateSessionIdWithContext
method inAWSPinpointSessionClient
. PR #777
- Improved the comment in
2.6.8
New Features
- Amazon Rekognition
- Breaking API Change The
AWSRekognitionLandmarkType
enum entries have changed lowercaseb
to capitalB
. For instanceAWSRekognitionLandmarkTypeLeftEyeBrowLeft
. - Update the enum value of LandmarkType and GenderType to be consistent with service response. Github Issue #650
- Update to add face and text detection. Github Issue #771
- Update to Amazon Rekognition in general to latest API specifications.
- Breaking API Change The
Bug fixes
-
Amazon Cognito Identity Provider
- Fix broken Cocoapods due to duplicate library being found. Github Issue #770
-
Amazon Cognito Auth
- Fix broken Cocoapods due to duplicate library being found. Github Issue #770
2.6.7
New Features
-
Amazon Cognito Auth
- Add support for the adaptive authentication feature of Amazon Cognito advanced security features (Beta).
-
Amazon Cognito Identity Provider
- Add support for Time-based One-time Passcode multi-factor authentication.
- Add support for the adaptive authentication feature of Amazon Cognito advanced security features (Beta).
2.6.6
Enhancements
- Amazon Polly
- Added support for new voices -
Aditi
andSeoyeon
. - Added support for new language code -
ko-KR
.
- Added support for new voices -
New Features
- AWS MobileClient
- Added
AWSMobileClient
to initialize the SDK and create instances of other SDK clients. Currently support is limited toAWS Auth SDK
. AWSMobileClient creates theAWSConfiguration
based onawsconfiguration.json
, fetches the Cognito Identity and registers the SignIn providers with the permissions based on theAWSConfiguration
.
- Added
Bug fixes
-
Amazon Pinpoint
- Fixed a bug which didn't allow APNs Sandbox endpoints to be registered.
-
AWS IoT
- Change default keep alive timer to 300 seconds.
2.6.5
Bug fixes
-
All Services
- Fix Xcode 9 strict prototype warnings. Github PR #747
-
Amazon Kinesis
- Ensure
submitAllRecords
returns an error on failure to submit. Github PR #698
- Ensure
-
Amazon Pinpoint
- Made submission of events thread safe.
2.6.4
Enhancements
- Amazon Polly
- Added support for new voices -
Matthew
andTakumi
. - Polly is now available in
ap-northeast-1
region.
- Added support for new voices -
2.6.3
Bug fixes
-
Amazon Pinpoint
- Removed unused variable causing intermittent crashes.
- Fix deadlock bug in submission of events.
-
Amazon Mobile Analytics
- Fixed bug where an empty string causes app to crash when writing it to file.
2.6.2
New features
-
Amazon Pinpoint
- Added a debug configuration to be used for push notifications with a Sandbox certificate.
-
Amazon Cognito Identity Provider
- Add support for Pinpoint Analytics integration in Cognito User Pools.
Enhancements
-
Amazon Kinesis
- Add overloaded method
saveRecord:streamName:partitionKey
to allow control ofpartitionKey
. Github PR #696
- Add overloaded method
-
Amazon Cognito Identity Provider
- Return user sub in signup. Github Issue: #732
Bug fixes
-
Amazon Pinpoint
-
Amazon Cognito Identity Provider
- Fix crash when username is only set in authParameters and appClientSecret is used. Github Issue: #724
-
Amazon S3
- Remove
Transfer-Encoding
from streaming signature. Github PR #638
- Remove
2.6.1
New features
-
AWS Auth SDK
- Add new Auth SDK which provides login integration with Cognito User Pools, Facebook and Google.
-
Core
- Add support for client configuration through
awsconfiguration.json
.
- Add support for client configuration through
2.6.0
New feature
- AWS IoT
- Add API to enable/disable auto-resubscribe topics. Clients can now control whether they want SDK to automatically resubscribe to previously subscribed topics after abnormal network disconnection.
- Add API to get current connection status to AWS IoT. Clients can now get the current connection status of the SDK.
- Add update/documents topic supoort for shadow operation. Clients now may let SDK subscribe to update/documents topic for shadow operations, so that they can get messages published on update/documents topic by AWS IoT.
Enhancements
-
Amazon S3
- Introduce new
bucket
property inAWSS3TransferUtilityConfiguration
which can be used to set a default bucket. Thebucket
property will be used when the upload / download methods are called without usingbucket
parameter. - Allow setting custom endpoint for
S3PresignedURLBuilder
client. Github Issue: #709
- Introduce new
-
AWS IoT
- Breaking API change Clients may need to customize all parameters in AWSIoTMqttConfiguration object when initializing it before connecting to AWS IoT.
Bug fixes
-
Core
-
Amazon API Gateway
- Fixed bug where
rawResponse
field is alwaysnil
and inaccessible. Github Issue: #631
- Fixed bug where
-
Amazon Lex
- Fixed issue where session attributes passed in to the
AWSLexInteractionKit
methodstextInTextOut
andtextInAudioOut
would be ignored in certain cases - Fixed similar issue in
AWSLexInteractionKit
startStreaming
method where attributes set insessionAttributesForSpeechInput
would be ignored in certain cases
- Fixed issue where session attributes passed in to the
2.5.10
Enhancements
-
Amazon Pinpoint
- Introduce 'didReceiveRemoteNotification:fetchCompletionHandler:shouldHandleNotificationDeepLink:' to 'AWSPinpointNotificationManager'. Introduces new parameter 'handleDeepLink', to optionally specify whether or not notification manager should attempt to open the remote notification deeplink, if present.
-
Amazon Cognito Auth
- Amazon Cognito Auth is now Generally Available.
Bug fixes
-
Amazon Cognito Auth
- Fix bug causing error messages not to be surfaced
- Fix bug causing refresh tokens not to work in all scenarios
-
AWS IoT
- Fixed bug to improve stability of encoding and decoding MQTT packet thread.
- Add mutex to synchronize the buffer used for encoding messages.
2.5.9
Bug fixes
-
Amazon Lex
- Fixed bug where an application consuming
Lex
cannot be signed and distributed Github Issue #704
- Fixed bug where an application consuming
-
Amazon Pinpoint
-
AWS IoT
- Moved encoding and decoding MQTT packet into background thread
- Moved websocket delegate methods (webSocketDidOpen:, webSocket:didFailWithError:, webSocket:didReceiveMessage:, webSocket:didCloseWithCode: ) into background thread
- Fixed bug where app receives duplicate "Disconnected" callback when previously connected to AWS IoT via websocket
- Fixed bug where reconnect timer incorrectly triggered after user disconnects
2.5.8
New Features
- Amazon Cognito Auth (Beta)
- A new SDK that enables sign-up and sign-in for Amazon Cognito Your User Pools via a lightweight hosted ui.
Enhancements
- Amazon Pinpoint
- Introduce
isApplicationLevelOptOut
block toAWSPinpointConfiguration
. Use this to configure whether or not client should receive push notifications, at an application level.
- Introduce
Bug fixes
-
Amazon SNS
- Fixed error parsing for service responses. Note: This change also fixes error response parsing for
AutoScaling
,CloudWatch
,ELB
,SES
,SimpleDB
,SQS
andSTS
. Github Issue #676 and Github Issue #671
- Fixed error parsing for service responses. Note: This change also fixes error response parsing for
-
Amazon Cognito Identity Provider
- Fixed crash with AWSCognitoIdentityUserPool.calculateSecretHash when username contained non ASCII characters. Github Issue #679
Misc changes
- AWS IoT
- Deprecating default endpoint for AWSIoTDataService. Client should use custom endpoint when initializing AWSServiceConfiguration to be used for AWSIoTDataManager.
2.5.7
Enhancements
- Amazon Polly
- Added support for new voice id -
Vicki
.
- Added support for new voice id -
Bug fixes
- SDK Core
- Fixed
LOG Macros
error. Github Issue #664 - Allow for future expired/unauthed token calls to properly refresh the aws token. Github Issue #563
- Fixed
- AWS Lambda
- Fixed clock skew retry handling bug. Github Issue #673
2.5.6
Enhancements
- AWS IoT
- Updated AWS IoT to the latest API specifications.
Bug fixes
- Amazon S3
- Fixed bug where file paths with spaces were not correctly handled and caused upload failures. Github Issue #634
- AWS IoT
- Fixed bug where timer was not started on currentRunLoop.
- SDK Core
- Remove definition of
LOG_LEVEL_DEF
for compatibility. Github Issue #655
- Remove definition of
2.5.5
Bug fixes
-
SDK Core
- Breaking API change
doesAppRunInBackground
method is renamed toawsDoesAppRunInBackground
. GitHub Issue #643
- Breaking API change
-
AWS IoT
- Fixed bug which caused crash when shadow timer timeout is called after shadow is unregistered. Github Issue #640
2.5.4
New Features
- SDK Core
AWSLogger
is now deprecated. Suggested to useAWSDDLog
for logging; SDK now usesCocoaLumberjack
for logging.
Enhancements
-
Amazon Lex
- Amazon Lex is now Generally Available.
- Added support for input transcripts.
-
Amazon Polly
- Added support for requesting use of multiple Lexicons through
AWSPollySynthesizeSpeechURLBuilder
. - Added support for speech marks.
- Added support for requesting use of multiple Lexicons through
-
Amazon Rekognition
- Added support for moderation labels and age range estimation.
2.5.3
New Features
- Amazon Cloud Watch Logs
- Amazon CloudWatch is a monitoring service for AWS cloud resources and the applications you run on AWS. You can use Amazon CloudWatch to collect and track metrics, collect and monitor log files, and set alarms.
Resolved Issues
- SDK Core
- Added support for BasicSessionCredentials Provider GitHub Issue #561
- Amazon APIGateway
- Support for Swift 3 in API Gateway code generation.
- Fixed Invalid bitcast AWSServiceConfiguration. GitHub Issue #585
- Amazon S3
- Fixed issues which might cause compilation erros when using the SDK with C++ runtimes. GitHub issue #613
- Fixed crash when uploading file that does not exist through
AWSTransferUtility
. GitHub issue #618
- Amazon Cognito Identity Provider
- Fixed a bug in which the User Confirmation status was not getting set correctly in the sdk.
Enhancements
- Amazon Lex - beta
- Use different images for
LexVoiceButton
to distinguish between when playing audio response vs when listening to audio.
- Use different images for
2.5.2
New Features
- AWS KMS
- AWS Key Management Service (KMS) is a managed service that makes it easy for you to create and control the encryption keys used to encrypt your data, and uses Hardware Security Modules (HSMs) to protect the security of your keys. AWS Key Management Service is integrated with several other AWS services to help you protect the data you store with these services. AWS Key Management Service is also integrated with AWS CloudTrail to provide you with logs of all key usage to help meet your regulatory and compliance needs.
Breaking API Changes
- Amazon Cognito Identity Provider
- Changed
AWSCognitoIdentityProviderSchemaAttributeType
property frommutable
tovarying
for compatibility when used with C++. Github Issue #597
- Changed
Resolved Issues
- SDK Core
- Fixed invalid chunk data signature. Github Issue #592
- Added us-east-2, eu-west-2, and ca-central-1 regions to
aws_regionTypeValue
.
- Amazon Cognito Identity Provider
- Fixed bug which caused
deleteAttributes
to not delete the attributes specified by caller. The method no longer causes user logout. - Improved reliability of
registerDevice:deviceToken
with reducedNotAuthorizedException
occurances. - Amazon Cognito Sync
- Fixed bug which caused possible deadlock during
synchronize
call. - Amazon Lex - beta
- Added support to switch between audio outputs during conversation.
- Removed unnecessary header search path in AWSLex.podspec.
- AWS IoT
- Fixed bug which caused shadow timer to not expire shadow operation. Github Pull Request #601 Github Issue #565
Enhancements
- Amazon Cognito Identity Provider
- Added more error logging.
- AWS IoT
- Added more error logging and missing
NSURLNetworkServiceTypeCallSignaling
case handling.
- Added more error logging and missing
- AWS STS
- Updated STS to the latest API specifications.
- Amazon S3
- Updated S3 to the latest API specifications.
2.5.1
Resolved Issues
- SDK Core
- Fix namespace collision with Bolts framework. Github Issue #572
- Fix a bug which caused bad memory access when no data is read from stream Github Pull Request #582 Github Issue #586
- Amazon Lex - Beta
- Fix a bug which cutoff beginning of audio stream.
- Fix a bug which caused bad memory access during race conditions when in voice mode.
2.5.0
General Updates
- All Services
- Swift 3 documentation and naming definitions added. The naming definitions will affect all Swift users by changing method names. Please refer to the blog for more details on changes and how to upgrade from 2.4.X to 2.5.X.
- SDK Core
- For Swift,
AWSRegionType
andAWSServiceType
enums do not follow the convention that uses lowercase at the beginning. Example:.USEast1
and.DynamoDB
- For Swift,
- Updated AWSTask
- AWSTask has been updated to the latest version of the Bolts framework.
Breaking API Changes
- SDK Core
- AWSTask no longer has
exception
property and affiliated methods due to Bolts update. This means that AWSTask will not handle exceptions and they will be thrown. - AWSCredentialsProvider
- Removed deprecated property
login
. Please useAWSIdentityProviderManager
to provide a valid logins dictionary to the credentials provider. - Removed deprecated method
initWithRegionType:identityId:identityPoolId:logins:
. Please useinitWithRegionType:identityPoolId:identityProviderManager:
. - Removed deprecated method
initWithRegionType:identityId:accountId:identityPoolId:unauthRoleArn:authRoleArn:logins:
. Please useinitWithRegionType:identityPoolId:unauthRoleArn:authRoleArn:identityProviderManager:
.
- Removed deprecated property
- AWSIdentityProvider
- Removed deprecated enum
AWSCognitoLoginProviderKey
. AWSCognitoCredentialsProviderHelperErrorType
enum entries changed to conform to convention.- Please use
AWSCognitoCredentialsProviderHelperErrorTypeIdentityIsNil
instead ofAWSCognitoCredentialsProviderHelperErrorIdentityIsNil
. - Please use
AWSCognitoCredentialsProviderHelperErrorTypeTokenRefreshTimeout
instead ofAWSCognitoCredentialsProviderHelperErrorTokenRefreshTimeout
.
- Please use
- Removed deprecated enum
- AWSTask no longer has
- Amazon S3
- AWSS3TransferUtility parameter name
completionHander
corrected tocompletionHandler
. Afffected methods areuploadData:bucket:key:contentType:expression:completionHander:
,uploadFile:bucket:key:contentType:expression:completionHander:
,downloadDataFromBucket:key:expression:completionHander:
, anddownloadToURL:bucket:key:expression:completionHander:
.
- AWSS3TransferUtility parameter name
- Amazon Cognito
- AWSCognitoIdentityUser
- Removed deprecated method
getSession:password:validationData:scopes:
. Please usegetSession:password:validationData
. - Removed deprecated method
getSession:
. Please usegetSession
(no parameters).
- Removed deprecated method
- AWSCognitoIdentityUser
- AWS IoT
- AWSIoTDataManager
- Removed deprecated method
publishString:onTopic:
. Please usepublishString:onTopic:QoS:
. - Removed deprecated method
publishString:qos:onTopic:
. Please usepublishString:onTopic:QoS:
. - Removed deprecated method
publishData:onTopic
. Please usepublishData:onTopic:QoS:
. - Removed deprecated method
publishData:qos:onTopic
. Please usepublishData:onTopic:QoS:
. - Removed deprecated method
subscribeToTopic:qos:messageCallback
. Please useregisterWithShadow:eventCallback
.
- Removed deprecated method
- AWSIoTDataManager
- AWS IoT, Amazon DynamoDB, Amazon Cognito
- Type parameters specified for generic types where applicable.
Resolved Issues
- SDK Core
- Fix bug related to URL encoding Github Issue 442
- Amazon Cognito Sync
- Fix and repair datasets stuck with "No such SyncCount" errors during synchronize.
2.4.16
New Features
-
SDK Core
- Introducing new AWS
EUWest2
- Europe (London) region, endpointeu-west-2
.
- Introducing new AWS
-
Amazon Rekognition
- Amazon Rekognition is a service that makes it easy to add image analysis to your applications. With Rekognition, you can detect objects, scenes, and faces in images. You can also search and compare faces. Rekognition’s API enables you to quickly add sophisticated deep learning-based visual search and image classification to your applications.
Misc. Updates
- Amazon SQS
- Update SQS client to latest service model.
2.4.15
New Features
- SDK Core
- Introducing new AWS
CACentral1
- Canada (Central) region, endpointca-central-1
.
- Introducing new AWS
Resolved Issues
- Amazon Pinpoint
- Fix bugs related to session timeout and campaign opens analytics.
2.4.14
New Features
- Amazon Pinpoint
- Amazon Pinpoint makes it easy to run targeted campaigns to improve user engagement. Pinpoint helps you understand your users behavior, define who to target, what messages to send, when to deliver them, and tracks the results of the campaigns.
2.4.13
New Features
- Amazon Polly
- Amazon Polly is a service that turns text into lifelike speech, making it easy to develop applications that use high-quality speech to increase engagement and accessibility. With Amazon Polly the developers can build speech-enabled apps that work in multiple geographies.
- Amazon Lex - Beta
- Amazon Lex is a service for building conversational interactions into any application using voice and text. With Lex, the same conversational engine that powers Amazon Alexa is now available to any developer, enabling you to build sophisticated, natural language, conversational bots (chatbots) into your new and existing applications. Amazon Lex provides the deep functionality and flexibility of automatic speech recognition (ASR) for converting speech to text and natural language understanding (NLU) to understand the intent of the text. This allows you to build highly engaging user experiences with lifelike, conversational interactions.
Resolved Issues
- Amazon Mobile Analytics
- Do not allow empty keys for attributes or metrics.
2.4.12
New Features
- Amazon Mobile Analytics
- Added support for setting custom max keystorage size. Github Issue 500
Resolved Issues
- Amazon API Gateway
- Fixed a URL encoding bug. Github Issue 505
- Amazon S3 TransferUtility
- Added fix for timeout based on configuration.
- Amazon Cognito Identity
- Fix issue causing SDK to call getOpenIdToken even with useEnhancedFlow set to YES
- Fix issue introduced in 2.4.0 causing credentials to be refreshed on every AWS service call even when they were still valid
- Amazon Cognito Sync
- Fix issue causing synchronize() to fail with "Mismatch between session identity id and request identity id" on the first sync with Developer Authenticated Identities and in other scenarios
2.4.11
New Features
- SDK Core
- Introducing new AWS
USEast2
(Ohio) region, endpointus-east-2
.
- Introducing new AWS
Resolved Issues
- Amazon API Gateway
- Fixed a URL encoding bug. Github Issue 491
2.4.10
New Features
- Amazon API Gateway
- Added support for a custom API invoker method with configurable HTTP parameters.
- Amazon Cognito Identity Provider
- Added support for end user to set password and required attributes during initial authentication if they were created using AdminCreateUser.
Resolved Issues
-
Amazon Cognito Identity Provider
- Fixed a bug causing AWSCognitoIdentityUserPool.clearAll to not clear the keychain. Github Issue #476
-
Amazon S3
- Fixed a bug which disabled creating an empty folder. Github Issue #480
- Fixed a bug which did not set error object when bucket name is empty in request. Github Issue #469
2.4.9
New Features
- All Services
- Added support for Custom Endpoints.
Resolved Issues
- Amazon S3
- Fixed a bug which caused compilation errors when using SDK version 2.4.8 through CocoaPods.
Misc. Updates
- Amazon Mobile Analytics
- Deprecated the
mobileAnalyticsForAppId:identityPoolId:
andmobileAnalyticsForAppId:identityPoolId:completionBlock:
client initializers.
- Deprecated the
2.4.8
New Features
- Amazon Cognito Identity Provider
- Added feature for custom authentication handlers.
- Added support for getDevice, forgetDevice and added convenience methods to perform operations on this device.
Misc Changes
- All Services
- Updated all of the low-level clients with the latest models.
2.4.7
Resolved Issues
- Amazon Cognito Identity Provider
- Fixed integration between Cognito Identity Provider and Cognito Identity. #438
2.4.6
New Features
- SDK Core
- Added support for shared container identifier for extension support.
- AWS Cognito Identity Provider
- Added support for devices in Cognito User Pools.
- Added support for global sign out in Cognito User Pools.
- Updated to support GA Cognito User Pools API's with exception of custom authentication. Custom authentication will be supported in a future release.
- AWS S3
- Added userInfo to error objects in AWSS3TransferUtility.
- Amazon SNS
- General service updates.
Resolved Issues
- Amazon Cognito Identity Provider
- Made providerId nullable in AWSCredentialProvider.
- Fixed non-optional error parameter in Cognito User Pools.
- Fixed issue causing resendConfirmationCode to return a null destination in Cognito User Pools.
- Amazon S3
- Switched behavior from assert to throwing exception in AWSS3TransferUtility when response is not of class NSHTTPURLResponse type to avoid crashes.
- Amazon Mobile Analytics
- Bug fix for issue. Please refer to this forum post for more details .
2.4.5
New Features
- SDK Core
- Introducing new AWS region Asia Pacific (Mumbai) region, endpoint
ap-south-1
.
- Introducing new AWS region Asia Pacific (Mumbai) region, endpoint
Resolved Issues
- SDK Core
- Fixed a bug with response serialization to sometimes fail.
2.4.4
New Features
- SDK Core
- Added SAML support for
Amazon Cognito Federated Identities
.
- Added SAML support for
Resolved Issues
- SDK Core
- Fixed a bug causing SDK to use legacy flow instead of enhanced flow when
IdentityProviderManager
is set.
- Fixed a bug causing SDK to use legacy flow instead of enhanced flow when
2.4.3
New Features
- Amazon S3
- Added support for Amazon S3 Transfer Acceleration in
AWSS3TransferUtility
.
- Added support for Amazon S3 Transfer Acceleration in
Resolved Issues
- Amazon S3
- Fixed the issue related to wrong error handling in AWSS3TransferUtility.
2.4.2
New Features
- SDK Core
- Added a new init method for the Cognito Identity credentials provider.
- Added full support for IPv6.
- Amazon S3
- Added
requestHeaders
toAWSS3PreSignedURLBuilder
andAWSS3TransferUtility
. Now you can specify the headers to sign for pre-signed URLs.
- Added
- AWS IoT
- Added MQTT device shadow APIs to
AWSIoTDataManager
- Added support in
AWSIoTDataManager
for message callbacks with mqtt client and topic parameters
- Added MQTT device shadow APIs to
- All services
- Updated all of the low-level clients with the latest models.
Resolved Issues
- SDK Core
- Fixed
AWSCore.podspec
for the extobjc conflict. - Fixed the enhanced flow switch in the Cognito Identity credentials provider.
- Fixed
- Amazon Cognito User Pools
- Fixed issue with sign-in in locales other than English not working.
- Fixed issue with sign-in using aliases.
- Added ability to determine whether a user is signed in and clearing last known user.
- Fixed issue causing user pool delegate to not be released
- Amazon Cognito Sync
- Serialize calls to synchronize and discard duplicate synchronize requests to prevent ResourceConflicts when syncing from one device.
- Fixed issue with identity id being preserved when database was cleared.
- Correctly set datasets’s lastModified and creationDate.
- Amazon Kinesis
- Fixed the threading issue in the Kinesis Recorder.
- Amazon S3
- Fixed the response serialization issue when the response content type is HTML.
2.4.1
New Features
- Amazon S3
- (Breaking)
AWSS3TransferUtility
is generally available. Now you have access to the underlyingNSURLSessionTask
,NSURLRequest
andNSHTTPURLResponse
. The progress feedback block is updated to useNSProgress
. Also, the error messages returned by Amazon S3 are correctly propagated as anNSError
.
- (Breaking)
- Amazon Cognito Identity Provider (Beta)
- Fixed the issue requiring password reentry with a valid refresh token.
- The SDK retries for bad auth attempts.
- (Breaking) Switched from blocks to delegates for interactive authentication. Set a class that conforms to the
AWSCognitoIdentityInteractiveAuthenticationDelegate
protocol as the delegate onAWSCognitoIdentityUserPool
. - (Breaking)
- signUp:password:userAttributes:validationData:
onAWSCognitoIdentityUserPool
returns anAWSCognitoIdentityUserPoolSignUpResponse
containing theAWSCognitoIdentityUser
instead of directly returning anAWSCognitoIdentityUser
.
Misc Changes
- SDK Core
- Now the SDK fails fast to help identify an issue when you mix different versions of the
AWSCore
SDK and service client SDKs. You need to use the same version of the AWS Mobile SDKs within a project. - The AWS Signature related logs are moved from the
Debug
toVerbose
level.
- Now the SDK fails fast to help identify an issue when you mix different versions of the
2.4.0
New Features
- SDK Core
- (Breaking) Migrated from the static frameworks to the dynamic frameworks. The AWS Mobile SDK for iOS now supports iOS 8 and above due to this change. If you need iOS 7 support, continue using 2.3.x.
- Added official support for Carthage. See
README.md
for more information. - Added support for the SDK configurations through
Info.plist
. - (Breaking) Updated the credentials provider and identity provider protocols to asynchronous interfaces instead of previous synchronous ones. The
logins
dictionary ofAWSCognitoCredentialsProvider
is now deprecated. UseAWSIdentityProviderManager
to provide login providers' credentials. SeeAWSCredentialsProvider.h
andAWSIdentityProvider.h
for more details.
- Amazon Cognito Identity Provider (Beta)
- You can now use Amazon Cognito to easily add user sign-up and sign-in to your mobile and web apps. Your User Pool in Amazon Cognito is a fully managed user directory that can scale to hundreds of millions of users, so you don't have to worry about building, securing, and scaling a solution to handle user management and authentication. See
AWSCognitoIdentityUserPool.h
for more details.
- You can now use Amazon Cognito to easily add user sign-up and sign-in to your mobile and web apps. Your User Pool in Amazon Cognito is a fully managed user directory that can scale to hundreds of millions of users, so you don't have to worry about building, securing, and scaling a solution to handle user management and authentication. See
- AWS IoT
- Added support for Amazon Cognito Identity with WebSocket connections, identity import, custom
Keep-Alive
and Last Will and Testament, and exponential back-off on reconnect.
- Added support for Amazon Cognito Identity with WebSocket connections, identity import, custom
- Amazon DynamoDB
- Added the attribute name override capability to
AWSDynamoDBObjectMapper
by implementing+ JSONKeyPathsByPropertyKey
in the model class.
- Added the attribute name override capability to
Resolved Issues
- SDK Core
- Fixed an issue where Cognito Identity Id is not properly cleaned up under certain circumstances.
- Improved the retry handling for certain throttling exceptions.
- Fixed an AWS Signature Version 4 issue when there is an extra
/
at the end of the endpoint URL. - Fixed the
FMDatabasePoolDelegate
naming collision.
- Amazon DynamoDB
- Fixed
- load:hashKey:rangeKey:
to returnnil
when the row does not exist.
- Fixed
- Amazon Kinesis
- Patched an issue where
AWSKinesisRecorder
andAWSFirehoseRecorder
may cause an infinite retry loop when the device is offline.
- Patched an issue where
- Amazon S3
- The SDK now invalidates the internal
NSURLSession
when+ removeS3TransferUtilityForKey:
is called. - Fixed a memory issue for downloading a large object as an
NSData
.
- The SDK now invalidates the internal
Misc Changes
- SDK Core
- Changed the default logging level from
Error
toDebug
.
- Changed the default logging level from
- Amazon Cognito Sync
- The source code for the Amazon Cognito Sync iOS client is now hosted in our aws-sdk-ios repository instead of amazon-cognito-ios. The AWS Mobile SDK for iOS is generally licensed under the Apache 2.0 License, with the Amazon Cognito Sync and Amazon Cognito Identity Provider subcomponents being licensed under the Amazon Software License. See
LICENSE
,LICENSE.AMAZON
, andLICENSE.APACHE
for more details.
- The source code for the Amazon Cognito Sync iOS client is now hosted in our aws-sdk-ios repository instead of amazon-cognito-ios. The AWS Mobile SDK for iOS is generally licensed under the Apache 2.0 License, with the Amazon Cognito Sync and Amazon Cognito Identity Provider subcomponents being licensed under the Amazon Software License. See
2.3.6
New Features
- SDK Core
- Allows setting of
allowsCellularAccess
viaAWSNetworkingConfiguration
.
- Allows setting of
- AWS Lambda
- Added
invoke
methods with completion handlers toAWSLambdaInvoker
.
- Added
Resolved Issues
- SDK Core
- Fixed an issue that SDK does not return an error object for certain 4xx and 5xx exceptions.
- Updated the API documentation to reflect the correct nullability annotations for some constructors.
- Fixed an issue so that Twitter Fabric can properly initialize the AWS Mobile SDK for iOS.
2.3.5
New Features
- AWS Lambda
- Updated
AWSLambda
to add support for VPC.
- Updated
Resolved Issues
- Amazon Cognito Sync
- Fixed a bug that
- registerDeviceInternal:
may not return a valid data type object.
- Fixed a bug that
- SDK Core
- Updated podspecs to avoid conflicts with other projects that embed Mantle, libextobjc, and Fabric.
2.3.4
New Features
- AWS IoT
- Added support for MQTT over WebSocket connections to AWS IoT. WebSocket connections allow applications to connect, publish, and subscribe to topics on AWS IoT using the standard secure web port 443 without requiring a client certificate and private key.
- SDK Core
- Added generics annotations to all low-level clients and
AWSS3TransferUtility
,AWSS3PreSignedURLBuilder
, andAWSLambdaInvoker
. - Added service call APIs with completion handlers to all low-level clients.
- Added generics annotations to all low-level clients and
Resolved Issues
- Amazon Cognito Sync
- Fixed bug in
AWSCognito
- subscribeAll
and- unsubscribeAll
that causedNSInvalidArgumentException
exception.
- Fixed bug in
- Amazon Mobile Analytics
- Addressed an issue that may cause an app to crash under certain situations.
- SDK Core
- Fixed the build settings to fully enable bitcode support.
2.3.3
New Features
- Amazon Kinesis Firehose
- Added Amazon Kinesis Firehose support.
- Asia Pacific (Seoul) Region
- Added Asia Pacific (Seoul) Region support. See
AWSServiceEnum.h
for more details.
- Added Asia Pacific (Seoul) Region support. See
- Amazon S3
- Updated the Amazon S3 client model to the latest version.
2.3.2
New Features
- AWS IoT
- Added AWS IoT platform APIs.
- Supports publishing and subscribing to MQTT topics with certificate-based authentication.
- Supports device shadows via AWS IoT REST API.
Resolved Issues
- SDK Core
- Fixed the STS endpoint for the GovCloud region.
- Fixed an issue where module map does not contain appropriate headers.
- Suppressed the erroneous nullability warning.
- Amazon API Gateway
- Resolved an issue where the SDK sometimes does not generate the URL path correctly.
- Amazon Kinesis Recorder
- Resolved an issue where the SQLite vacuum may fail when there are many concurrent requests.
- Improved the handling of concurrent
DELETE
requests to the SQLite database.
2.3.1
New Features
- Low-level Clients
- Added nullability annotations for the low-level service clients.
- Frameworks
- The framework now includes the module map.
- Twitter Fabric
- Added Twitter Fabric support for Amazon Cognito.
Resolved Issues
- SDK Core
- Updated the SDK so that the compiler no longer emits the deprecation warnings when the Base SDK is set to iOS 9.
- Updated the following embedded third-party libraries:
Bolts
,FMDB
,TMCache
, andUIKeyChainStore
.
2.3.0
New Features
- SDK Core
- The frameworks now include
bitcode
so that you can use them with Xcode 7 without modifying the project configuration. Please note the AWS Mobile SDK for iOS 2.3.0 supports Xcode 7 and above. - Added extra validation to ensure HTTP body is
nil
when HTTP method is eitherGET
orDELETE
.
- The frameworks now include
2.2.7
New Features
- AWS Lambda
- Added support for AWS Lambda function versioning.
2.2.6
New Features
- Amazon DynamoDB
- Added support for Expressions syntax in DynamoDB Object Mapper.
- Amazon S3
- Added support for Key Management Service (kms) in S3.
Resolved Issues
- Amazon S3
- [S3] Fixed an issue that failed large file uploads while using customer-provided encryption keys.
2.2.5
Resolved Issues
- Amazon S3 PresignedURL
-
- Fixed an issue in which
getPreSignedURL
may incorrectly returns credentials error under certain circumstance.
- Fixed an issue in which
- Amazon S3 Transfer Utility
-
- Fixed an issue in which
AWSS3TransferUtility
does not execute a completion handler when an expression is not provided.
- Fixed an issue in which
2.2.4
New Features
- Amazon S3 Transfer Utility
- Added support for Amazon S3 Transfer Utility to simplify the data transfer between your iOS app and Amazon S3 in the background.
- Amazon DynamoDB Object Mapper
- Added support for
ignoreAttributes
of theAWSDynamoDBModeling
protocol.
- Added support for
Resolved Issues
- Amazon API Gateway
- Resolved a bug where an error object may not be serialized correctly.
- Amazon Mobile Analytics
- Fixed an issue where the Amazon Mobile Analytics client overwrites the default configuration object and prevents other service clients from functioning properly.
2.2.3
New Features
- SDK Core
- Added AWS GovCloud (US) Region support.
- Amazon S3
- Updated
AWSS3PreSignedURLBuilder
to use AWS Signature Version 4 for generating the pre-signed URLs. - Updated
AWSS3PreSignedURLBuilder
to accept additional request parameters to be included in pre-signed URLs.
- Updated
- Amazon DynamoDB Object Mapper
- Added support for Secondary Index Scan.
Resolved Issues
- Amazon S3
- Fixed an issue where an empty directory cannot be created.
2.2.2
New Features
- Amazon Mobile Analytics
- Updated the Amazon Mobile Analytics client APIs so that the developer needs to write fewer lines of code to initialize it.
- Defaulted the SDK to send events over WAN.
Resolved Issues
- Amazon S3
- Fixed the issue in
S3TransferManager
that local downloaded files may be accidentally removed when the server returns 304 response. - Fixed the issue where the Amazon S3 client does not retry for the
SignatureDoesNotMatch
error. - Fixed the issue where
putBucketVersioning
does not return any response under certain situations.
- Fixed the issue in
2.2.1
New Features
- Amazon API Gateway - Added a runtime library for the generated SDK of Amazon API Gateway. Amazon API Gateway makes it easy for AWS customers to publish, maintain, monitor, and secure application programming interfaces (APIs) at any scale.
Resolved Issues
- SDK Core - Updated the CocoaPods podspec. Now the SDK is compatible with the
use_frameworks!
option.
2.2.0
New Features
- Service model updates - The service models are updated for Amazon Cognito Identity, Amazon Cognito Sync, Amazon DynamoDB, Amazon EC2, and AWS Lambda.
Resolved Issues
- AWS Lambda - Fixed an issue where the SDK does not properly serialize the response object when it contains
message
as a key.
Misc Changes
- SDK Core
- All third-party libraries are prefixed with
AWS
to avoid any conflicts with different versions of the third-party libraries. Please update all use ofBFTask
toAWSTask
. - Removed the AWS service JSON files and imported them as source files to simplify the initial SDK installation.
- All third-party libraries are prefixed with
- Amazon Mobile Analytics - Amazon Mobile Analytics is now provided as an independent service, and not a part of the AWS Core anymore. To use Amazon Mobile Analytics, please import
AWSMobileAnalytics.framework
or addpod 'AWSMobileAnalytics'
to yourPodfile
. You need to update#import <AWSCore/AWSCore.h>
to#import <AWSMobileAnalytics/AWSMobileAnalytics.h>
.
2.1.2
Resolved Issues
- SDK Core - Fixed an issue where the SDK does not return any response under certain situations.
- Amazon Mobile Analytics - Resolved an issue where
client_id
may be inadvertently changed. - Amazon S3
- Resolved an issue where the SDK cannot remove multiple objects.
- Addressed an issue where concurrently downloading the same object to the same
filePath
may corrupt the data.
2.1.1
New Features
- AWS Lambda - Added support for AWS Lambda.
- Amazon Machine Learning - Added support for Amazon Machine Learning.
Resolved Issues
- Amazon S3 - Fixed two memory issues:
- When the request object is retained,
request.internalRequest
is not properly released after the operation completes. - The memory is not property released until all tasks finish when an app continuously downloads many files.
- When the request object is retained,
2.1.0
Misc Changes
- SDK Core
- Added
- initWithRegionType:identityPoolId:
toAWSCognitoCredentialsProvider
. SeeAWSCredentialsProvider.h
for further details. - Deprecated all
+ credentialsWith*
factory methods inAWSCognitoCredentialsProvider
. - Added
+ registerSERVICEWithConfiguration:forKey:
,+ SERVICEForKey:
, and+ removeSERVICEForKey:
to each service client. See the service client headers for further details. - Deprecated
- initWithConfiguration:
in all service clients. - Deprecated
- serviceForKey:
,- setService:forKey:
, and- removeServiceForKey:
inAWSServiceManager
. - Split the framework into per service frameworks.
- Updated the SDK structure to support CocoaPods 0.36.0 with the
use_framework!
option.
- Added
Resolved Issues
- Amazon S3 Transfer Manager - Fixed a bug where resume does not work as intended if the app restarts.
2.0.17
Resolved Issues
- Amazon DynamoDB Object Mapper - Fixed a number format issue relating to the device locale setting.
- Amazon Mobile Analytics - Fixed an issue in
AWSMobileAnalyticsBufferedReader
that generated application errors if the underlying inputStream contained multi-byte characters.
2.0.16
New Features
- Amazon DynamoDB Object Mapper - Added support for new data types:
BOOL
,List
, andMap
.AWSDynamoDBModel
has been deprecated. UseAWSDynamoDBObjectModel
instead.
Resolved Issues
- SDK Core - Fixed a bug in the query string serializer that may cause
BatchPutAttributes
request failure in Amazon SimpleDB.
2.0.15
Resolved Issues
-
SDK Core
- Fixed a bug in
AWSCognitoCredentialsProvider
whereidentityId
was set to pool id when using simplified constructors. - Fixed a bug in
AWSCognitoCredentialsProvider
where credentials were not saved in the keychain when using simplified constructors. - Removed the third party libraries from
AWSiOSSDKv2.framework
.
- Fixed a bug in
-
Amazon S3 - Fixed an issue where the SDK does not automatically retry for the
SignatureDoesNotMatch
exception.
2.0.14
New Features
- Enhanced AWSCognitoCredentialsProvider - Updated
AWSCognitoCredentialsProvider
to support new enhanced authentication flow. Reduced parameters necessary to initialize the provider. - Amazon DynamoDB Object Mapper - Added three new save behaviors:
AWSDynamoDBObjectMapperSaveBehaviorUpdateSkipNullAttributes
,AWSDynamoDBObjectMapperSaveBehaviorAppendSet
, andAWSDynamoDBObjectMapperSaveBehaviorClobber
. - Service definitions - Updated the service model classes for Amazon Auto Scaling, Amazon Cognito Identity, Amazon DynamoDB, Amazon EC2, Amazon Kinesis, and Amazon S3.
Resolved Issues
- SDK Core
- Add reset logic to
AWSCognitoCredentialsProvider
when identity id has become invalid. - Renamed reserved keywords in Swift, Objective-C, and C++ to non-reserved words.
- Updated
podspec
to make it less restrictive with Mantle, UICKeyChainStore, and Reachability libraries. - Fixed the exponential back off logic.
- Set the maximum
maxRetryCount
to 10. - Updated the copyright year from 2014 to 2015.
- Add reset logic to
- Amazon S3
- Fixed the Amazon S3 date format issue.
- Fixed a bug involving the potential for an invalid file URL to result in a crash.
- Fixed the operation name mismatch issue.
- Amazon DynamoDB Object Mapper
- Fixed the
- save:
method (Update behavior) where the method failed to removenil
value attribute(s) from a table. - Fixed the silent failure issue with the
- save:
method.
- Fixed the
- Amazon EC2 - Fixed the issue in which a value of
AWSEC2PlatformValues
was not parsed correctly in the response.
2.0.13
New Features
- Amazon Kinesis Recorder - Amazon Kinesis PutRecords Rest API puts multiple records into an Amazon Kinesis stream in a single call. Amazon Kinesis Recorder now uses the PutRecords API to automatically batch requests, leading to higher throughput and optimized battery life. No developer change is required to benefit.
2.0.12
New Features
- Amazon Cognito Sync - Amazon Cognito helps you save user data in the cloud and synchronize across all of an end user's devices. You can now choose to use push synchronization to synchronize data as soon as it is changed in the cloud.
Resolved Issues
- Amazon Cognito Identity - An identity provider bug when using BYOI.
2.0.11
Resolved Issues
- Amazon Mobile Analytics - Under certain circumstances, incorrect timestamps were submitted for custom events aggregation in the Amazon Mobile Service.
2.0.10
Resolved Issues
- Amazon Cognito Identity
- The AWS Mobile SDK for iOS 2.0.9 does not recognize identity IDs stored by the previous versions of the SDK.
AWSCognitoCredentialsProvider
may return nil identity IDs when the Keychains service is not available.
2.0.9
New Features
- EU (Frankfurt) Region support - The AWS Mobile SDK for iOS now supports EU (Frankfurt) Region.
Resolved Issues
- SDK Core
- The Objective-C ++ compatibility issue has been resolved.
- The serializer bugs that may cause a crash and excessive access to Amazon Cognito Identity and Amazon STS have been fixed.
- Xcode 5 Compatibility - The Xcode 5 backward compatibility issue has been resolved.
- Amazon S3 PreSigned URL Builder -
AWSS3PreSignedURLBuilder
now supports subdirectories. Also, theAWSS3PreSignedURLBuilder
compatibility bug when used withAWSCognitoCredentialsProvider
has been resolved. - Amazon Mobile Analytics - The SDK now gracefully handles corrupted event data.
2.0.8
New Features
- Amazon Cognito Developer Authenticated Identities - We are pleased to announce that we are adding support for your own identification management system in addition to existing support for a number of public login providers (Amazon, Facebook, and Google) and unauthenticated guests.
- Amazon Mobile Analytics - Amazon Mobile Analytics now has AWS Console generated application id's, which enables developers to set what an 'app' means to them. For instance this allows developers to have multiple flavors of an app all report into a single console report.
Resolved Issues
- Amazon S3 - The Amazon S3 client now properly populates custom metadata headers.
- Amazon Mobile Analytics - The Amazon Mobile Analytics client handles non-ASCII app names correctly. The constant value changes resolve the duplicate symbols error when used with the Amazon A/B Testing SDK.
- Amazon DynamoDB Object Mapper - The Amazon DynamoDB Object Mapper client now supports schemas without a range key.
2.0.7
New Features
- SDK Core
- iOS 8 Support - The AWS Mobile SDK for iOS officially supports iOS 8.
- Removed the dependency on
-ObjC
linker flag. - When importing frameworks, you no longer need to add -ObjC linker flag.
- Amazon S3 PreSigned URL Builder - The SDK now includes support for pre-signed Amazon Simple Storage Service (S3) URLs. You can use these URLS to perform background transfers using the NSURLSession class.
- Amazon Cognito and Amazon Mobile Analytics - The low level client names for Amazon Cognito and Mobile Analytics have been updated. e.g.
AWSCognitoIdentityService
becomesAWSCognitoIdentity
.
Resolved Issues
- Amazon S3 Transfer Manager - The SDK now immediately pauses/cancels multipart uploads without waiting for the current part to finish uploading.
2.0.6
Resolved Issues
- SDK Core
- A number of issues in the serializer are fixed.
- AmazonCore is merged into AWSCore.
- AWSEndpoint is moved to AWSServiceConfiguration.
- AWSCognitoCredentialsProvider invalidates credentials when logins map is updated.
- AWSWebIdentityCredentialsProvider takes into account the providerId.
- Amazon Mobile Analytics - The Mobile Analytics constructor is updated so that the developers do not have to manage instances of Mobile Analytics clients on their own.
- Amazon DynamoDB Object Mapper and Amazon S3 Transfer Manager - The low-level clients are hidden from S3TransferManager and DynamoDBObjectMapper in order to simplify the high-level clients.
2.0.5
Resolved Issues
- Query String Serializer - Now the SDK correctly constructs the query string requests from a JSON model.
- S3 Serializer - The S3 serializer URL encoding issue has been resolved.
2.0.4
Resolved Issues
- Amazon Cognito Offline Sync - The SDK queues sync requests made when device is offline. The sync operation is automatically executed when internet connectivity is recovered in the same app session. It also enables the ability to synchronize over WiFi only.
- Amazon Cognito Sync - The update fixes the following Amazon Cognito client issues:
- An issue where deleted records may show up in the list of records.
- An issue where data synchronized from service would have the incorrect sync count locally.
- Amazon Cognito Identity - The update fixes an issue with AWSCognitoCredentialsProvider where it does not refresh the credentials properly under certain situations.
- Amazon S3 - The update fixes an issue with the serializer where it does not serialize the response under certain situations.
- Amazon SNS - The update properly serializes the attributes property for AWSSNSCreatePlatformEndpointInput and AWSSNSCreatePlatformApplicationInput.
- Amazon SimpleDB - The update correctly encodes the SimpleDB query string.
2.0.3 - Initial Release
New Features
- Amazon Cognito - is a simple user identity and synchronization service that helps you securely manage and synchronize app data for your users across their mobile devices. With Amazon Cognito, you can save any kind of data, such as app preferences or game state, in the AWS Cloud without writing any backend code or managing any infrastructure.
- Amazon Mobile Analytics - is a service for collecting, visualizing and understanding app usage data at scale. Amazon Mobile Analytics reports are typically updated within 60 minutes from when data are received. Amazon Mobile Analytics is built to scale with the business and can collect and process billions of events from millions of endpoints.
- Amazon Kinesis Recorder - enables you to reliably record data to an Amazon Kinesis data stream from your mobile app. Kinesis Recorder batches requests to handle intermittent network connection and enable you to record events even when the device is offline.
- Amazon DynamoDB Object Mapper - We have made it easier to use DynamoDB from the AWS SDK for iOS by providing the DynamoDB Object Mapper for iOS. The DynamoDB Object Mapper makes it easy to set up connections to a DynamoDB database and supports high-level operations like creating, getting, querying, updating, and deleting records.
- Amazon S3 Transfer Manager - We have rebuilt the S3TransferManager to utilize BFTask in AWS SDK for iOS. It has a clean interface, and all of the operations are now asynchronous.
- ARC support - The AWS SDK for iOS is now ARC enabled from the ground up to improve overall memory management.
- BFTask support - With native BFTask support in the AWS SDK for iOS, you can chain async requests instead of nesting them. This makes the logic cleaner while keeping the code more readable.
- Conforming Objective-C recommendations - The AWS SDK for iOS conforms to Objective-C best practices. The SDK returns NSErrors instead of throwing exceptions. iOS developers will now feel at home when using the AWS Mobile SDK.
- Official CocoaPods support - Including the AWS SDK for iOS in your project is now easier than ever. You just need to add pod "AWSiOSSDKv2" and pod "AWSCognitoSync" to your Podfile.