Releases: aws/aws-sdk-ruby
Release v2.2.6 - 2015-12-16
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 thesecure: false
option. Added integration test to prevent
future regressions. -
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.
Release v2.2.5 - 2015-12-09
Release v2.2.4 - 2015-12-04
Tag release v2.2.4
References:
#1018
- Feature - Aws::IAM - API reference update for Aws::IAM::Client.
- Feature - Aws::RDS - Added support for the new modify DB port feature.
- Feature - Aws::DirectoryService - Added support for the new Microsoft AD Apis.
- Feature - Aws::Route53 - Added support for the new traffic flow APIs.
Release v2.2.3 - 2015-11-24
Tag release v2.2.3
Release v2.2.2 - 2015-11-24
Tag release v2.2.2
References:
#1004
- Feature - Aws::ElasticBeanstalk - Elastic Beanstalk (EB) is launching support
for composable web applications. Customers, whose applications consists of
several linked modules (micro services architecture), can now deploy, manage,
and scale their applications using EB. - Feature - Aws::EC2 - This release includes two new APIs,
#modify_id_format
and#describe_id_format
, that will be used to manage the transition to
longer EC2 and EBS resource IDs. These APIs are reserved for future use. - Feature - Aws::ECS - Amazon ECS has added task stopped reasons and task start
and stop times. You can now see if a task was stopped by a user or stopped due
to other reasons such as a failing Elastic Load Balancing health check, as
well as the time the task was started and stopped. Service scheduler error
messages have additional information that describe why tasks cannot be placed
in the cluster.
Release v2.2.1 - 2015-11-19
Tag release v2.2.1
References:
#1003, #1006, #1007, #970, #975, #984, #994
-
Feature - Aws::DeviceFarm - Add new test and upload types to support web
application testing on mobile devices. -
Feature - Aws::S3::Resource - Added retries to the
Aws::S3::Bucket#delete!
method, which covers the case where the object wipe was not complete.See related GitHub pull request #994.
-
Feature - Aws::CloudFormation - Added
Aws::CloudFormation::Stack#exists?
operation via a new:stack_exists
waiter.See related GitHub pull request #975.
Release v2.2.0 - 2015-11-12
Tag release v2.2.0
References:
#969, #979, #984, #985, #987, #990
-
Feature - Aws::RDS - Adds support for cross-account snapshot sharing and
modifying DB instance visibility. -
Upgrading - Aws::S3::Client - All
Aws::S3::Client
instances will default to
using Signature Version 4 in all regions. This replaces the behavior where a
subset of regions used the 's3' signer and would attempt to upgrade only when
encountering signing errors.If you wish to continue using the 's3' signer, without auto-upgrade logic, you
can manually choose to use the 's3' signer at client creation time:client = Aws::S3::Client.new(signature_version: 's3')
-
Issue - Aws::EC2 - Fix for
:instance_exists
waiter. Instances that have been
terminated for a long period of time could fail the previous waiter definition
with a false positive. -
Upgrading - Resources - All batch resource operations have been renamed to make
it clear that they operate in batches on the entire collection.- All batch operations are now prefixed with
batch_
, e.g.#start
is now#batch_start
. - All batch operations named "delete" or "terminate" are now suffixed
with a!
, e.g.#delete
is now#batch_delete!
For backwards compatibility, existing batch methods still respond
to their old names with a deprecation warning. New batch operations
will strictly follow the new conventions. - All batch operations are now prefixed with
Release v2.1.36 - 2015-11-10
Tag release v2.1.36
- Feature - Aws::APIGateway - Adds support for stage variables. Stage variables
allow customers to define environment variables on each stage running their
API configuration. The API configuration can then reference these variables to
load values at runtime.
Release v2.1.35 - 2015-11-03
Tag release v2.1.35
- Feature - Aws::DeviceFarm - DeviceFarm is adding APIs to manage projects,
device pools, new operations include:- UpdateDevicePool
- DeleteDevicePool
Release v2.1.34 - 2015-11-03
Tag release v2.1.34
References:
#977
- Feature - Aws::IAM - Include support for simulating resource-level scenarios.