All Versions
222
Latest Version
Avg Release Cycle
5 days
Latest Release
-

Changelog History
Page 10

  • v2.12.7._api_docs

    February 10, 2020
  • v2.12.6 Changes

    January 16, 2020

    โšก๏ธ 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
  • v2.12.5 Changes

    January 09, 2020

    ๐Ÿ†• New Features

    • AWSMobileClient
      • confirmSignIn method now takes in clientMetaData as an argument. (See pr #2209 for more details.)

    ๐Ÿ› 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 key AWSResponseObjectErrorUserInfoKey. (See issue #1062 and PR #2052). Thanks @coredumped!

    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

  • v2.12.4 Changes

    January 09, 2020

    ๐Ÿš€ Deprecated release

    ๐Ÿš€ This release is deprecated due to errors. Please use 2.12.5 or greater.

  • v2.12.3 Changes

    ๐Ÿ†• New Features

    โšก๏ธ 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
  • v2.12.2 Changes

    ๐Ÿ†• 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.
      • Amazon DynamoDB
      • Amazon EC2
      • Amazon IoT
      • Amazon Polly
      • Amazon Security Token Service (STS)
      • Amazon Transcribe
  • v2.12.1 Changes

    ๐Ÿ†• New Features

    • Amazon Polly

    • 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
      • Fixes issues#1516 and #1974 from deprecated and old FBSDK. FBSDK has been updated to 5.8
    • 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
  • v2.12.0 Changes

    ๐Ÿ†• 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
    • 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
  • v2.11.1 Changes

    ๐Ÿ› 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"
      • Amazon Simple Email Service
    • โœ‚ Removed redundant import of AWSNetworking.h from model service files. See PR #1855. Thanks @thii!
  • v2.11.0 Changes

    ๐Ÿ†• New Features

    • AWSCore
      • Added the option of passing the configuration as an in-memory object (i.e. [String: Any]/NSDictionary) instead of the default awsconfiguration.json through the new API AWSInfo.configureDefaultAWSInfo(config: [String: Any]).
    • 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 of AWSMobileClient.default() since it better communicates the API intent. The sharedInstance is deprecated as of now and still available for backwards compatibility.
      • Refer to Issue #1649 for the feature request details.
      • When AWSMobileClient.signOut is called all existing credential fetch are cancelled.

    ๐Ÿ› 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](github.com/aws-amplify/aws-sdk-ios/pull/1743) for details.
    • AWSMobileClient
      • Fixed a race condition where the confirm signIn callback becoming nil. See issues #1248 and #1686, and PR #1815.
      • Fix an issue where the signIn callback and user state listener callback are out of sync. See issues #1700 and #1314, and PR #1822.
    • 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
      • Fixed a bug where credentials would be retrieved from the keychain instead of in-memory. See #1554 and #1691. Thanks @phanchutoan!
    • 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