Skip to content

Release v2.4.0 - 2016-07-19

Compare
Choose a tag to compare
@awood45 awood45 released this 19 Jul 17:38
· 4021 commits to version-3 since this release

Tag release v2.4.0

References:
#1178

  • Feature - Aws::SharedConfig - This change adds support for a selection of AWS
    CLI configuration values that have potential uses within the AWS SDK for Ruby.
    These features include "Assume Role" support in the default credential
    provider chain using values from configuration, default region selection, and
    loading configuration values from the ~/.aws/config shared configuration
    file. Since these features can change default behavior, you must opt-in to
    these features by setting the AWS_SDK_LOAD_CONFIG environment variable.
  • Feature - Aws::DeviceFarm - Add support for managing remote access sessions.
  • Feature - Aws::SSM - Added notification support.