Skip to content

Releases: aws/aws-sdk-ruby

Release v2.6.32 - 2016-12-01

01 Dec 21:52
Compare
Choose a tag to compare

Tag release v2.6.32

  • Feature - Aws::Pinpoint - Updated the API for Amazon Pinpoint.

Release v2.6.31 - 2016-12-01

01 Dec 20:27
Compare
Choose a tag to compare

Tag release v2.6.31

  • Feature - Aws::APIGateway - Updated the API, and documentation for Amazon API Gateway.
  • Feature - Aws::DirectConnect - Updated the API, and documentation for AWS Direct Connect.
  • Feature - Aws::ElasticBeanstalk - Updated the API, and documentation for AWS Elastic Beanstalk.
  • Feature - Aws::Lambda - Updated the API, and documentation for AWS Lambda.
  • Feature - Aws::SSM - Updated the API, and documentation for Amazon Simple Systems Manager (SSM).
  • Feature - Aws::AppStream - Added support for a new service, Amazon AppStream.
  • Feature - Aws::CodeBuild - Added support for a new service, AWS CodeBuild.
  • Feature - Aws::EC2 - Added support for the new 2016-11-15 API version of Amazon Elastic Compute Cloud.
  • Feature - Aws::Health - Added support for a new service, AWS Health APIs and Notifications.
  • Feature - Aws::OpsWorksCM - Added support for a new service, AWS OpsWorks for Chef Automate.
  • Feature - Aws::Pinpoint - Added support for a new service, Amazon Pinpoint.
  • Feature - Aws::Shield - Added support for a new service, AWS Shield.
  • Feature - Aws::States - Added support for a new service, AWS Step Functions.
  • Feature - Aws::XRay - Added support for a new service, AWS X-Ray.

Release v2.6.30 - 2016-11-30

30 Nov 20:03
Compare
Choose a tag to compare

Tag release v2.6.30

  • Feature - Aws::Polly - Updated the documentation for Amazon Polly.
  • Feature - Aws::Snowball - Updated the API, and documentation for Amazon Import/Export Snowball.
  • Feature - Aws::Lightsail - Added support for a new service, Amazon Lightsail.
  • Feature - Aws::Rekognition - Added support for a new service, Amazon Rekognition.
  • Feature - Aws::Polly - Adds support for Amazon Polly, as well as a presigned URL generation helper Aws::Polly::Presigner.

Release v2.6.29 - 2016-11-29

29 Nov 20:17
Compare
Choose a tag to compare

Tag release v2.6.29

References:
#1299, #1323, #1335, #1336, #1348

  • Feature - Aws::S3 - Updated the API, and documentation for Amazon Simple Storage Service.

Release v2.6.28 - 2016-11-23

23 Nov 00:33
Compare
Choose a tag to compare

Tag release v2.6.28

  • Feature - Aws::CloudFormation - Updated the API, and documentation for AWS CloudFormation.
  • Feature - Aws::Glacier - Updated the API, and documentation for Amazon Glacier.
  • Feature - Aws::Route53 - Updated the API, and documentation for Amazon Route 53.
  • Feature - Aws::S3 - Updated the API, and documentation for Amazon Simple Storage Service.

Release v2.6.27 - 2016-11-22

22 Nov 01:39
Compare
Choose a tag to compare

Tag release v2.6.27

  • Feature - Aws::CloudTrail - Updated the API, and documentation for AWS CloudTrail.
  • Feature - Aws::ECS - Updated the API, and documentation for Amazon EC2 Container Service.

Release v2.6.26 - 2016-11-19

19 Nov 00:00
Compare
Choose a tag to compare

Tag release v2.6.26

  • Feature - Aws::ApplicationAutoScaling - Updated the API, and documentation for Application Auto Scaling.

Release v2.6.25 - 2016-11-18

18 Nov 23:06
Compare
Choose a tag to compare

Tag release v2.6.25

  • Feature - Aws::EMR - Updated the API, and documentation for Amazon Elastic MapReduce.
  • Feature - Aws::ElasticTranscoder - Updated the API, and documentation for Amazon Elastic Transcoder.
  • Feature - Aws::GameLift - Updated the API, and documentation for Amazon GameLift.
  • Feature - Aws::Lambda - Updated the API, and documentation for AWS Lambda.

Release v2.6.24 - 2016-11-18

18 Nov 00:27
Compare
Choose a tag to compare

Tag release v2.6.24

References:
#1301, #1313, #1316, #1331, #1332, #1342, #1343

  • Feature - Aws::APIGateway - Updated the API, and documentation for Amazon API Gateway.

  • Feature - Aws::MarketplaceMetering - Updated the API, and documentation for AWSMarketplace Metering.

  • Feature - Aws::CloudWatch - Updated the API, and documentation for Amazon CloudWatch.

  • Feature - Aws::SQS - Updated the API, documentation, and resource interfaces for Amazon Simple Queue Service.

  • Issue - Aws::AutoScaling - Resolved an issue with loading tags.

    See related GitHub issue #1313.

  • Feature - Credentials - Added the ability to configure extended retries
    when loading credentials from the instance metadata service without needing
    to construct your own Aws::InstanceProfileCredentials object:

    s3 = Aws::S3::Client.new(
      instance_profile_credentials_timeout: 5, # defaults to 1 second
      instance_profile_credentials_retries: 5, # defaults to 0 retries
    )

    These options are used by the default credential chain.

  • Feature - Resources - The #exists? method on resources now passes additional
    arguments to the client waiter.

  • Issue - Resources - Resource identifiers passed in as nil now correctly
    raise an ArgumentError.

Release v2.6.23 - 2016-11-16

16 Nov 22:40
Compare
Choose a tag to compare

Tag release v2.6.23

  • Feature - Aws::Route53 - Updated the API, and documentation for Amazon Route 53.
  • Feature - Aws::ServiceCatalog - Updated the API, and documentation for AWS Service Catalog.