Skip to content

Releases: aws/aws-sdk-ruby

Release v2.5.1 - 2016-08-04

04 Aug 21:48
Compare
Choose a tag to compare

Tag release v2.5.1

References:
#1266

  • Feature - Aws::GameLift - Updated the API, and documentation for Amazon GameLift.
  • Feature - Aws::Lambda - Updated the API, and documentation for AWS Lambda.
  • Feature - Aws::RDS - Updated the API, and documentation for Amazon Relational Database Service.

Release v2.5.0 - 2016-08-02

02 Aug 21:23
Compare
Choose a tag to compare

Tag release v2.5.0

References:
#1263

  • Feature - Aws::ApplicationAutoScaling - Updated the documentation for Application Auto Scaling.
  • Feature - Aws::DirectoryService - Updated the documentation for AWS Directory Service.
  • Feature - Aws::EMR - Updated the API, and documentation for Amazon Elastic MapReduce.
  • Feature - Aws::IoT - Updated the API, and documentation for AWS IoT.
  • Feature - Aws::CloudWatchLogs - Updated the API, and documentation for Amazon CloudWatch Logs.
  • Feature - Aws::MachineLearning - Updated the API, and documentation for Amazon Machine Learning.
  • Feature - Aws::MarketplaceMetering - Updated the API for AWSMarketplace Metering.
  • Feature - Aws::RDS - Updated the API, and documentation for Amazon Relational Database Service.
  • Feature - Aws::Route53Domains - Updated the API, and documentation for Amazon Route 53 Domains.
  • Issue - Aws::SharedConfig - Moved from opt-in model to opt-out model. Now, the
    shared config behavior is the default behavior, and the AWS_SDK_CONFIG_OPT_OUT
    environment variable is used to return to the behavior for configuration loading,
    default region selection, and credential chain resolution that existed before
    version 2.4.0 of the SDK.

Release v2.4.4 - 2016-07-29

29 Jul 00:38
Compare
Choose a tag to compare

Tag release v2.4.4

  • Feature - Aws::APIGateway - Updated the API, and documentation for Amazon API Gateway.
  • Feature - Aws::CognitoIdentityProvider - Updated the API, and documentation for Amazon Cognito Identity Provider.
  • Feature - Aws::DirectoryService - Updated the API, and documentation for AWS Directory Service.
  • Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
  • Feature - Aws::SES - Updated the documentation for Amazon Simple Email Service.
  • Feature - Aws::ElasticsearchService - Updated the API, and documentation for Amazon Elasticsearch Service.
  • Feature - Aws::CloudWatch - Updated the documentation for Amazon CloudWatch.
  • Feature - Aws::STS - Updated the documentation for AWS Security Token Service.
  • Feature - Aws::CodeDeploy - Updated the waiters for AWS CodeDeploy.

Release v2.4.3 - 2016-07-26

26 Jul 18:44
Compare
Choose a tag to compare

Tag release v2.4.3

References:
#1232, #1251, #1252, #1253, #1254

  • Feature - Aws::IoT - This update adds support for thing types. Thing types are entities that store a description of common features of Things that are of the same logical type.

  • Issue - Aws::AutoScaling - Resolved an issue with the :group_in_service waiter.

    See related GitHub issue #1252.

  • Issue - Aws::S3 - Resolved an issue with uploading unlinked Tempfile objects.

    See related GitHub issue #1232.

    See related GitHub pull request #1251.

Release v2.4.2 - 2016-07-22

22 Jul 23:03
Compare
Choose a tag to compare

Tag release v2.4.2

References:
#1235, #1237, #1238, #1246, #1248, #1249, #1250

  • Issue - Aws::SharedConfig - Code wasn't properly respecting the
    AWS_SDK_LOAD_CONFIG flag.

Release v2.4.1 - 2016-07-21

21 Jul 22:16
Compare
Choose a tag to compare

Tag release v2.4.1

References:
#1237, #1238, #1246, #1248, #1249, #1250

  • Feature - Aws::ACM - Updated the API, and documentation for AWS Certificate Manager.

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

  • Feature - Aws::CloudFormation - Updated the API, and documentation for AWS CloudFormation.

  • Feature - Aws::ConfigService - Updated the API, and documentation for AWS Config.

  • Feature - Aws::ElasticTranscoder - Updated the API, and documentation for Amazon Elastic Transcoder.

  • Issue - Aws::SSM - Added missing paginator configuration for Aws::SSM::Client#describe_instance_information.

    See related GitHub issue #1249.

  • Issue - Configuration - Resolved an that caused a missing :region configuration
    operation to raise an unhelpful NoMethodError.

    See related GitHub issue #1237.

  • Issue - Networking Errors - Now providing helpful error messages when recieving
    a SocketError that appears to be caused by an invalid :region or :endpoint
    option.

    See related GitHub pull request #1246.

Release v2.4.0 - 2016-07-19

19 Jul 17:38
Compare
Choose a tag to compare

Tag release v2.4.0

References:
#1178

  • Feature - Aws::SharedConfig - This change adds support for a selection of AWS
    CLI configuration values that have potential uses within the AWS SDK for Ruby.
    These features include "Assume Role" support in the default credential
    provider chain using values from configuration, default region selection, and
    loading configuration values from the ~/.aws/config shared configuration
    file. Since these features can change default behavior, you must opt-in to
    these features by setting the AWS_SDK_LOAD_CONFIG environment variable.
  • Feature - Aws::DeviceFarm - Add support for managing remote access sessions.
  • Feature - Aws::SSM - Added notification support.

Release v2.3.22 - 2016-07-13

13 Jul 19:09
Compare
Choose a tag to compare

Tag release v2.3.22

References:
#1242, #1243

  • Feature - Aws::ECS - This change allows users to configure an IAM Role ARN that containers can assume in their tasks.
  • Feature - Aws::DatabaseMigrationService - Updated the API, and documentation for AWS Database Migration Service.
  • Feature - Aws::RDS - Updated the API, and documentation for Amazon Relational Database Service.

Release v2.3.21 - 2016-07-07

07 Jul 23:18
Compare
Choose a tag to compare

Tag release v2.3.21

  • Feature - Aws::ConfigService - Updated the API, and documentation for AWS Config.
  • Feature - Aws::DirectoryService - Updated the API, and documentation for AWS Directory Service.
  • Feature - Aws::OpsWorks - Updated the documentation, and waiters for AWS OpsWorks.
  • Feature - Aws::ServiceCatalog - Added support for a new service, AWS Service Catalog.

Release v2.3.20 - 2016-07-05

05 Jul 22:07
Compare
Choose a tag to compare

Tag release v2.3.20

  • Feature - Aws::CodePipeline - Updated the API, and documentation for AWS CodePipeline.
  • Feature - Aws::EFS - Updated the documentation for Amazon Elastic File System.
  • Feature - Aws::IAM - Updated the documentation, and API for AWS Identity and Access Management.