Releases: aws/aws-sdk-ruby
Release v2.2.26 - 2016-03-11
Tag release v2.2.26
- Feature - Aws::GameLift - Adds auto-scaling support.
- Feature - Aws::Redshift - Adds new APIs for supporting table restoration from
a snapshot:Aws::Redshift::Client#restore_table_from_cluster_snapshot
and
Aws::Redshift::Client#describe_table_restore_status
.
Release v2.2.25 - 2016-03-08
Tag release v2.2.25
-
Feature - Aws::DeviceFarm - Adds support for XCUI.
-
Feature - Aws::CodeCommit - Adds new APIs for code browsing and triggers.
-
Issue - Aws::S3 -
Aws::S3::Object#presigned_url
now correctly defaults the
URL scheme to the HTTP scheme of the configured endpoint.s3 = Aws::S3::Resource.new(endpoint:'http://localhost:3000') obj = s3.bucket('bucket-name').object('object-key') obj.presigned_url(:get) #=> "http://..."
Release v2.2.24 - 2016-03-03
Tag release v2.2.24
Release v2.2.23 - 2016-03-03
Tag release v2.2.23
References:
#1083, #1103, #1105, #1121
-
Feature - Aws::EC2 - Adds support for Cross VPC Security Group References with
VPC peering and ClassicLink traffic over VPC peering. -
Feature - Aws::DirectoryService - Adds support for sending directory event
notifications to Amazon Simple Notification Service topics. -
Feature - Aws::S3 - Added support to Aws::S3::Object#copy_from for versioned
objects. You can pass the source object version id as an option, or you
can also specify the source as an instance ofAws::S3::ObjectVersion
. -
Issue - Aws::S3 - Resolved an issue with
Aws::S3::Object#copy_from
with
multipart copies where the source region is different than the destination
region.
Release v2.2.22 - 2016-03-02
Tag release v2.2.22
Release v2.2.21 - 2016-03-01
Tag release v2.2.21
References:
#1101, #1108, #1109
-
Feature - Aws::DynamoDB - Adds the
Aws::DynamoDB::Client#describe_limits
operation. -
Issue - Aws::AutoScaling - Fixes the waiter and resource definitions.
Release v2.2.20 - 2016-02-25
Tag release v2.2.20
-
Feature - Aws::AutoScaling - Now possible to copmlete a lifecycle action using
either an instance id or an action token. -
Feature - Aws::SES - Added support for the new SNSAction property.
-
Feature - Aws::CloudFormation - API updates to allow resources to be skipped
on deletion. Also now possible to specify tags on stack update. -
Issue - Response Stubbing - Fixed stubbing flattened maps with
multiple values in XML. -
Issue - Aws::SQS - Automatic MD5 checksum verification for
Aws::SQS::Client#send_message
and#send_message_batch
is now
disabled when usingstub_responses: true
. If you explicitly enable
both features, then you must stub valid MD5s for these API calls to
avoid the checksum error message.
Release v2.2.19 - 2016-02-24
Tag release v2.2.19
-
Feature - Aws::Route53 - Added support for enabling SNI health checks.
-
Feature - Aws::SQS - Added automatic MD5 computation and verification of
message bodies and attributes. This is now enabled by default for all
#send_message
and#send_message_batch
requests.You can disable this feature by configuring
verify_checksums: false
.See related GitHub pull request #1093.
-
Feature - Aws::S3 - Added
#restore_object
method toAws::S3::Object
and toAws::S3::ObjectSummary
.
Release v2.2.18 - 2016-02-18
Tag release v2.2.18
References:
#1079, #1084, #1097
-
Feature - Aws::AutoScaling - Added resource interfaces and waiters.
-
Feature - Aws::RDS - Significant update to Aws::RDS resource interface.
Expanded to cover all resource types. -
Feature - Aws::CloudWatch - Added resource interface for Aws::CloudWatch.
-
Feature - Aws::MarketplaceCommerceAnalytics - Added a new data set
disbursed_amount_by_product_with_uncollected_funds to the Commerce Analytics Service. -
Feature - Aws::CodeDeploy - Added support for trigger release.
-
Feature - Aws::StorageGateway - Added support for CreateTapeWithBarcode.
-
Issue - Aws::S3 - The
Aws::S3::Object#upload_file
now works correctly with
server-side-encryption when using customer-provided-keys. -
Issue - Resource Collections - Resolved an issue with collections that
would fail on stubbed client responses that did not respond to #each. -
Issue - Aws::SQS - Fixed an issue with stubbing queue attributes. The response
stubbing interface did not correctly handle flattened query maps.
Release v2.2.17 - 2016-02-16
Tag release v2.2.17
References:
#1089
- Feature - Aws::RDS - Added support for Cross-account Encrypted (KMS) snapshot sharing.
- Feature - Aws::ElasticMapReduce - Added support for adding EBS storage to EMR instances.