Release v2.1.1 - 2015-06-18
Tag release v2.1.1
References:
#833, #834, #837, #840, #841, #842, #843, #845, #846
-
Feature - Aws::ECS - Added support for environment variable overrides.
-
Feature - XML Parsing - Added support for the new Oga XML parser. This
is enabled by default when the gem is present. You can force this
by setting the XML parsing engine:Aws::Xml::Parser.engine = :oga
-
Issue - Aws::DynamoDB - Resolved an issue with pageable responses where the
paging token values contained attribute values. -
Issue - Aws::IAM - Added missing paginator configurations for the newer
IAM attached policy operations. -
Issue - PageableResponse - Resolved an issue where Enumerable was not
correctly getting mixed into pageable responses. -
Issue - Shared Credentials - Resolved an issue where the shared credentials
provider would fail to parse profiles which contained an inline comment. -
Feature - Aws::IAM - Added
Aws::IAM::User#exists?
. -
Feature - REPL - Added a short-cut inside the
aws.rb
REPL
for accessing a resource from a client.Aws> ec2 #=> #<Aws::EC2::Client> Aws> ec2.resource #=> #<Aws::EC2::Resource>