Skip to content

Release v2.1.19 - 2015-09-03

Compare
Choose a tag to compare
@awood45 awood45 released this 03 Sep 21:36
· 4601 commits to version-3 since this release

Tag release v2.1.19

References:
#913, #914, #916, #917

  • Feature - Aws::StorageGateway - Adds tagging support for AWS Storage Gateway.

  • Issue - Aws::InstanceProfileCredentials - Expanded retry logic in the
    Aws::InstanceProfileCredentials class. Previously this class could
    raise JSON parse error if the instance metadata service responded but
    with an invalid JSON document. These errors will be retried 3 times now
    with backoff.

    See related GitHub issue #913.

  • Feature - Aws::EC2 - Implemented Aws::EC2::VpcPeeringConnection#exists?.

    See related GitHub issue #916.

  • Issue - Aws::EC2 - Added missing pagination configuraiton for the
    Aws::EC2::Client#describe_vpc_peering_connections operation. Without
    this, calling #each on the response fails to trigger paging and
    raises an error.

    See related GitHub issue #914.