boto v2.9.3¶
| date: | 2013/05/15 |
|---|
This release adds ELB support to Opsworks, optimized EBS support in EC2 AutoScale, Parallel Scan support to DynamoDB v2, a higher-level interface to DynamoDB v2 and API updates to DataPipeline.
Features¶
- ELB support in Opsworks - You can now attach & describe the Elastic Load Balancers within the Opsworks client. (commit ecda87)
- Optimized EBS support in EC2 AutoScale - You can now specify whether an AutoScale instance should be optimized for EBS I/O. (commit f8acaa)
- Parallel Scan support in DynamoDB v2 - If you have extra read capacity & a large amount of data, you can scan over the records in parallel by telling DynamoDB to split the table into segments, then spinning up threads/processes to each run over their own segment. (commit db7f7b & commit 7ed73c)
- Higher-level interface to DynamoDB v2 - A more convenient API for using DynamoDB v2. The DynamoDB v2 Tutorial has more information on how to use the new API. (commit 0f7c8b)
Backward-Incompatible Changes¶
- API Update for DataPipeline - The
error_code(integer) argument toset_task_statuschanged toerror_id(string). Many documentation updates were also added. (commit a78572)
Bugfixes¶
Bumped the AWS Support API version. (commit 0323f4)
Fixed the S3
ResumableDownloadHandlerso that it no longer tries to use a hashing algorithm when used outside of GCS. (commit 29b046)Fixed a bug where Sig V4 URIs were improperly canonicalized. (commit 5269d8)
Fixed a bug where Sig V4 ports were not included. (commit cfaba3)
Fixed a bug in CloudWatch’s
build_put_paramsthat would overwrite existing/necessary variables. (commit 550e00)Several documentation improvements/fixes:
- Added docs for RDS
modify/modify_dbinstance. (commit 777d73) - Fixed a typo in the
README.rst. (commit 181e0f) - Documentation fallout from the previous release. (commit 14a111)
- Fixed a typo in the EC2
Image.rundocs. (commit 5edd6a) - Added/improved docs for EC2
Image.run. (commit 773ce5) - Added a CONTRIBUTING doc. (commit cecbe8)
- Fixed S3
create_bucketdocs to specify “European Union”. (commit ddddfd)
- Added docs for RDS