Release v2.4.1 - 2016-07-21
Tag release v2.4.1
References:
#1237, #1238, #1246, #1248, #1249, #1250
-
Feature - Aws::ACM - Updated the API, and documentation for AWS Certificate Manager.
-
Feature - Aws::ApplicationAutoScaling - Updated the documentation for Application Auto Scaling.
-
Feature - Aws::CloudFormation - Updated the API, and documentation for AWS CloudFormation.
-
Feature - Aws::ConfigService - Updated the API, and documentation for AWS Config.
-
Feature - Aws::ElasticTranscoder - Updated the API, and documentation for Amazon Elastic Transcoder.
-
Issue - Aws::SSM - Added missing paginator configuration for
Aws::SSM::Client#describe_instance_information
.See related GitHub issue #1249.
-
Issue - Configuration - Resolved an that caused a missing
:region
configuration
operation to raise an unhelpfulNoMethodError
.See related GitHub issue #1237.
-
Issue - Networking Errors - Now providing helpful error messages when recieving
a SocketError that appears to be caused by an invalid:region
or:endpoint
option.See related GitHub pull request #1246.