Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Release v2.0.21 - 2015-01-27

Latest
Compare
Choose a tag to compare
@awstools awstools released this 27 Jan 21:38
· 9 commits to master since this release

References: #196, #197

  • Feature - Aws::ImportExport - Added support for the new get shipping
    label API operation.
  • Feature - Aws::DynamoDB - Added support for online indexing.
  • Issue - Response Stubbing - Resolved an issue where the response stubbing
    plugin would not correctly populate the response target for streaming API calls,
    such as Aws::S3::Client#get_object. Fixes GitHub issue #197.
  • Issue - Aws::EC2 - Added missing paginator configuration for
    Aws::EC2::Client#describe_instances. Fixes GitHub issue #196.