Skip to content

Release v2.2.6 - 2015-12-16

Compare
Choose a tag to compare
@awood45 awood45 released this 16 Dec 00:20
· 4351 commits to version-3 since this release

Tag release v2.2.6

References:
#1009, #1023, #1026, #988

  • Feature - Aws::EC2 - Alters the Aws::EC2::Client#copy_image API to support
    launching Amazon EC2 instances with Amazon EBS encrypted boot volumes.

  • Issue - Aws::Signers::V4 - Added a list of "blacklisted" headers that we will
    never attempt to sign during request generation.

  • Issue - Aws::S3 - Resolved a regression with Aws::S3::Presigner#presigned_url
    when using the secure: false option. Added integration test to prevent
    future regressions.

    See related GitHub issue #988.

  • Issue - Aws::Route53 - Fixed an issue that prevented users from calling the
    Aws::Route53::Client#get_traffic_policy operation. The endpoint builder
    was failing to convert the paramters to strings before URI encoding them.
    The required :version parameter is an integer and would trigger an exception.

    See related GitHub issue #1023.