Skip to content

Tags: sarvex/aws-sdk-ruby

Tags

v2.0.31

Toggle v2.0.31's commit message
Tag release v2.0.31

References:
  aws#694, aws#709, aws#737, aws#741, aws#742

v2.0.30

Toggle v2.0.30's commit message
Tag release v2.0.30

References: aws#648, aws#712, aws#720, aws#731, aws#735

* Feature - Aws::CloudTrail - Added support for the new Lookup feature.

* Feature - Aws::EC2 - Added pagination support to `Aws::EC2::Client#describe_snapshots`.

* Feature - Aws::CloudWatchLogs - Added support for ordering DescribeLogStreams
  results by LastEventTime.

* Feature - Aws::EC2 - Added `Aws::EC2::Snapshot#wait_until_completed` resource
  waiter. See relevant [GitHub issue aws#735](aws#735).

* Feature - Aws::EC2 - Added a `Aws::EC2::Volume#delete` method
  via [pull request](aws#731).

* Issue - Aws::CloudWatchLogs - Resolved an issue that would cause an infinite
  loop when paginating `Aws::CloudWatchLogs#get_log_events`.
  Resolves [GitHub issue aws#712](aws#712).

v2.0.29

Toggle v2.0.29's commit message
Tag release v2.0.29

References: aws#694, aws#696, aws#700, aws#709, aws#716, aws#717, aws#721, aws#725, aws#726, aws#727

* Feature - Aws::CognitoSync - Added for for streams. Amazon Cognito streams allows
  customers to receive near-realtime updates as their data changes as well as
  exporting historical data. Customers configure an Amazon Kinesis stream to receive
  the data which can then be processed and exported to other data stores such as
  Amazon Redshift.

* Feature - Aws::CloudSearch - Added support for manual scaling mode and m3
  instance types.

* Issue - Aws::CloudFormation - Added missing memberName traits to the resource
  models for the resource classes. This should squelch the duplicate attributes.

* Issue - Aws::STS - Resolved an issue that prevented `Aws::STS::Client` from making
  unatuthenticated requests to AssumeRoleWithSAML, and AssumeRoleWithWebIdentity.
  Resolves [GitHub issue aws#725](aws#725).

* Issue - Aws::S3 - Added support for pre-signed PUT object URLs with a content-type.
  Resolves [GitHub issue aws#721](aws#721).

v2.0.28

Toggle v2.0.28's commit message
Tag release v2.0.28

References: aws#713, aws#714

* Feature - Aws::RDS - Added an initial resource interface implementation.

* Feature - Aws::DataPipeline - Added support for tagging.

* Feature - Aws::Route53 - Added support for the new `ListHostedZonesByName` and
  `GetHostedZoneCount` operations.

v2.0.27

Toggle v2.0.27's commit message
Tag release v2.0.27

References: aws#207

* Feature - Aws::ECS - Added support for volume mounts.

* Feature - Aws::ElasticTranscoder - Added support for warnings and cross region.

* Feature - Aws::Route53::Domains - Added paginators.

* Issue - Aws::S3 - Expanded logic for yielding data to a given block for
  more than just HTTP 200 response status codes. This is important so that
  206 responses can yield their data. This happens when using range headers.

v2.0.26

Toggle v2.0.26's commit message
Tag release v2.0.26

References: aws#207

* Feature - Aws::ECS - Added support for volume mounts.

* Feature - Aws::ElasticTranscoder - Added support for warnings and cross region.

* Feature - Aws::Route53::Domains - Added paginators.

* Issue - Aws::S3 - Expanded logic for yielding data to a given block for
  more than just HTTP 200 response status codes. This is important so that
  206 responses can yield their data. This happens when using range headers.

v1.63.0

Toggle v1.63.0's commit message
Tag release v1.63.0

References: aws#692

* Feature - Aws::CloudFront - Added support for the 2014-11-06 API version.

* Feature - Aws::IAM - Added support for managed policies.

v2.0.25

Toggle v2.0.25's commit message
Tag release v2.0.25

References: aws#706, aws#708

* Feature - Aws::SSM - Added support fot the new Amazon Simple Systems
  Management Service.

* Feature - Aws::CloudFront - Added support for the 2014-11-06 API version.

* Feature - Aws::STS - Added support for the regionalized enpoints.

* Issue - Aws::S3 - Resolved an issue where the `Aws::S3::Client` would raise
  an unhelpful error when credentials were not set. Now the client will
  raise an `Aws::Errors::MissingCredentialsError` when an API operation is
  called and credentials are not provided. Resolves
  [GitHub issue aws#708](aws#708).

* Issue - Aws::SharedCredentials - Now ignoring trailing whitespace from the
  access key id and secret access key values when loading the INI file.

* Upgrading - Aws::InstanceProfileCredentials - Increased the default number of
  attempts to make when loading credentials from the Amazon EC2 instance metadata
  service before failing from 0 to 5. Also increased the default open and read timeouts
  from 1 to 5 seconds each. This increases the reliability of loading instance
  credentials.

  **These new defaults only affect users who are constructing `Aws::InstanceProfileCredential`
  objects directly.** If you are using the default credential provider chain, the original
  defaults remain un-changed.

  To revert to default values:

  ```ruby
  Aws.config[:credentials] = Aws::InstanceProfileCredentials.new(
    retries: 0,
    http_open_timeout: 1,
    http_read_timeout: 1
  )
  ```

v2.0.24

Toggle v2.0.24's commit message
Tag release v2.0.24

* Feature - Aws::IAM - Added support for named and managed policies.

* Feature - Aws::Route53Domains - Added support for tagging operations.

* Feature - Aws::ElastiCache - Added support for tagging operations.

v1.62.0

Toggle v1.62.0's commit message
Tag release v1.62.0

References: aws#241, aws#574, aws#640, aws#641, aws#645, aws#656, aws#657, aws#669, aws#672, aws#681, aws#691, aws#693

* Feature - AWS::AutoScaling - Added support for classic link to launch configurations.
  Closes aws#691.

* Feature - AWS::EC2 - `AWS::EC2::InstanceCollection#create` now passes through the
  optional `:client_token`. Resolves aws#640.

* Feature - AWS::S3 - Added a `:request_payer` option to `AWS::S3::Client#get_object`
  that sets the "x-amz-request-payer" header with the given value.

* Issue - AWS::S3 - Resolved an issue with `AWS::S3::Client#get_bucket_location`
  for buckets in the eu-central-1 region.

* Issue - AWS::S3 - Backported the "Expect: 100-continue" patch from the v2
  AWS SDK for Ruby and enabled expect 100 continue behavior by default
  when working with Amazon S3. Fixes aws#241.

* Issue - AWS::S3 - Added `:secure` to the list of special fields for the
  pre-signed post tool. Fixes aws#641.

* Issue - AWS::S3 - The `AWS::S3::S3Object#restore` method now passes through
  all additional options. Fixes aws#574.

* Issue - AWS::Route53 - Resolved an issue that caused the following code
  to raise an error:

  ```ruby
  AWS::Route53.new.hosted_zones.first
  #=> was previously raising an ArgumentError
  ```