Skip to content

Latest commit

 

History

History
98 lines (81 loc) · 3.98 KB

CHANGELOG.rst

File metadata and controls

98 lines (81 loc) · 3.98 KB

Changelog

0.0.6 - 2014-12-18

  • feature:Amazon SQS: Add purge action to queue resources
  • feature:Waiters: Add documentation for client and resource waiters (issue 44)
  • feature:Waiters: Add support for resource waiters (issue 43)
  • bugfix:Installation: Remove dependency on the unused six module (issue 42)
  • feature:Botocore: Update to Botocore 0.80.0
    • Update Amazon Simple Workflow Service (SWF) to the latest version
    • Update AWS Storage Gateway to the latest version
    • Update AWS Elastic MapReduce (EMR) to the latest version
    • Update AWS Elastic Transcoder to the latest version
    • Enable use of page_size for clients (botocore issue 408)

0.0.5 - 2014-12-09

  • feature: Add support for batch actions on collections. (issue 32)
  • feature: Update to Botocore 0.78.0
    • Add support for Amazon Simple Queue Service purge queue which allows users to delete the messages in their queue.
    • Add AWS OpsWorks support for registering and assigning existing Amazon EC2 instances and on-premises servers.
    • Fix issue with expired signatures when retrying failed requests (botocore issue 399)
    • Port Route53 resource ID customizations from AWS CLI to Botocore. (botocore issue 398)
    • Fix handling of blob type serialization for JSON services. (botocore issue 397)

0.0.4 - 2014-12-04

  • feature: Update to Botocore 0.77.0
    • Add support for Kinesis PutRecords operation. It writes multiple data records from a producer into an Amazon Kinesis stream in a single call.
    • Add support for IAM GetAccountAuthorizationDetails operation. It retrieves information about all IAM users, groups, and roles in your account, including their relationships to one another and their attached policies.
    • Add support for updating the comment of a Route53 hosted zone.
    • Fix base64 serialization for JSON protocol services.
    • Fix issue where certain timestamps were not being accepted as valid input (botocore issue 389)
  • feature: Update Amazon EC2 resource model.
  • feature: Support belongsTo resource reference as well as path specified in an action's resource definition.
  • bugfix: Fix an issue accessing SQS message bodies (issue 33)

0.0.3 - 2014-11-26

  • feature: Update to Botocore 0.76.0.
    • Add support for using AWS Data Pipeline templates to create pipelines and bind values to parameters in the pipeline
    • Add support to Amazon Elastic Transcoder client for encryption of files in Amazon S3.
    • Fix issue where Amazon S3 requests were not being resigned correctly when using Signature Version 4. (botocore issue 388)
    • Add support for custom response parsing in Botocore clients. (botocore issue 387)

0.0.2 - 2014-11-20

0.0.1 - 2014-11-11

  • Initial developer preview refresh of Boto 3
  • Supports S3, EC2, SQS, SNS, and IAM resources
  • Supports low-level clients for most services