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

Changelog History
Page 16

  • v2.6.10 Changes

    ๐Ÿ†• New Features

    • AWS Core
      • Added support for eu-west-3(EU - Paris) region.
  • v2.6.9 Changes

    ๐Ÿ†• New Features

    • AWS Core
      • Added support for cn-northwest-1(China - Ningxia) region.

    โšก๏ธ Misc. Updates

    • Amazon Pinpoint
      • Improved the comment in generateSessionIdWithContext method in AWSPinpointSessionClient. PR #777
  • v2.6.8 Changes

    ๐Ÿ†• New Features

    • Amazon Rekognition
      • Breaking API Change The AWSRekognitionLandmarkType enum entries have changed lowercase b to capital B. For instance AWSRekognitionLandmarkTypeLeftEyeBrowLeft.
      • 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.

    ๐Ÿ› Bug fixes

    • Amazon Cognito Identity Provider

    • Amazon Cognito Auth

  • v2.6.7 Changes

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

    โœจ Enhancements

    • Amazon Polly
      • Added support for new voices - Aditi and Seoyeon.
      • Added support for new language code - ko-KR.

    ๐Ÿ†• New Features

    • AWS MobileClient
      • Added AWSMobileClient to initialize the SDK and create instances of other SDK clients. Currently support is limited to AWS Auth SDK. AWSMobileClient creates the AWSConfiguration based on awsconfiguration.json, fetches the Cognito Identity and registers the SignIn providers with the permissions based on the AWSConfiguration.

    ๐Ÿ› 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.
  • v2.6.5 Changes

    ๐Ÿ› Bug fixes

    • All Services

    • Amazon Kinesis

      • Ensure submitAllRecords returns an error on failure to submit. Github PR #698
    • Amazon Pinpoint

      • Made submission of events thread safe.
  • v2.6.4 Changes

    โœจ Enhancements

    • Amazon Polly
      • Added support for new voices - Matthew and Takumi.
      • Polly is now available in ap-northeast-1 region.
  • v2.6.3 Changes

    ๐Ÿ› 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.
  • v2.6.2 Changes

    ๐Ÿ†• 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 of partitionKey. Github PR #696
    • Amazon Cognito Identity Provider

    ๐Ÿ› Bug fixes

    • Amazon Pinpoint

      • Fixed bug causing events to be sent without sessionId.
      • Fixed issue where calling UIApplication API from background thread displays a warning. Github Issues: #734
      • Added possible fix for issue where ending session got an EXC_BAD_ACCESS. Github Issues: #630
    • Amazon Cognito Identity Provider

      • Fix crash when username is only set in authParameters and appClientSecret is used. Github Issue: #724
    • Amazon S3

  • v2.6.1 Changes

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