Note
You are viewing the documentation for an older version of boto (boto2).
Boto3, the next version of Boto, is now stable and recommended for general use. It can be used side-by-side with Boto in the same project, so it is easy to start using Boto3 in your existing projects as well as new projects. Going forward, API updates and all new feature work will be focused on Boto3.
For more information, see the documentation for boto3.
date: | 2014/01/10 |
---|
This release adds new pagination & date range filtering to Amazon Glacier, more support for selecting specific attributes within Amazon DynamoDB, security tokens from environment/config variables & many bugfixes/small improvements.
Made the usage of is/is not more consistent. (issue 1930, commit 8597c54)
Imported with_statement for old Python versions (issue 1975, commit a53a574)
Changed the Binary data object within DynamoDB to throw an error if an invalid data type is used. (issue 1963, issue 1956, commit e5d30c8)
Altered the integration tests to avoid connection errors to certain regions. (commit 2555b8a)
Changed the GCS resumable upload handler to save tracker files with protection 0600. (commit 7cb344c)
Documentation:
- Clarified documentation around the list_metrics call in CloudFormation. (issue 1962, commit c996a72)
- Added Tag to the Autoscale API docs. (issue 1964, commit 31118d9)
- Updated the AWS Support documentation to the latest. (commit 29f9264)