Skip to content

Release v2.1.30 - 2015-10-15

Compare
Choose a tag to compare
@awood45 awood45 released this 15 Oct 19:30
· 4499 commits to version-3 since this release

Tag release v2.1.30

References:
#928, #931, #938, #948, #957, #958

  • Feature - Aws::KMS - This release of AWS Key Management Service introduces the
    ability to delete customer master keys (CMKs), including two new APIs for
    scheduling and canceling key deletion.

  • Feature - Aws::S3 - Adds support for Service Side Encryption (AES256) to
    Aws::S3::Client#upload_part.

  • Issue - Aws::EC2 - Resolved an issue where Aws::EC2::Client#copy_snapshot
    would not compute the required presigned url when the :destination_region
    was populated.

    See related GitHub issue #928.

  • Issue - Aws::CloudFormation - Added support for rollback states to the
    Aws::CloudFormation::Client#wait_until :stack_create_complete waiter.

    See related GitHub issue #931.

  • Feature - Aws::AssumeRoleCredentials - Added support for passing
    Aws::STS::Client configuration options to Aws::AssumeRoleCredentials#initialize.
    This allows you to configure things such as :region, :logger, etc without
    having to pass an Aws::STS::Client.

    See related GitHub issue #957.

  • Issue - Aws::S3 - Resolved an issue with pre-signed URLs generated
    with virtual_host: true.

    See related GitHub issue #938.

    See related GitHub pull-request #940.