Release v2.4.0 - 2016-07-19
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 theAWS_SDK_LOAD_CONFIG
environment variable. - Feature - Aws::DeviceFarm - Add support for managing remote access sessions.
- Feature - Aws::SSM - Added notification support.