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.
boto v2.24.0
This release adds M3 instance types to Amazon EC2, adds support for dead letter queues to Amazon Simple Queue Service (SQS), adds a single JSON file for all region and endpoint information and provides several fixes to a handful of services and documentation. Additionally, the SDK now supports using AWS Signature Version 4 with Amazon S3.
Bugfixes
- Make the Lifecycle Id optional and fix prefix=None in XML generation. (issue 2021, commit 362a04a)
- Fix DynamoDB query limit bug (issue 2014, commit 7ecb3f7)
- Add documentation about the version_id behavior of Key objects. (issue 2026, commit b6b242c)
- Fixed typo in Table.create example (issue 2023, commit d81a660)
- Adding a license/copyright header. (issue 2025, commit 26ded39)
- Update the docstring for the SNS subscribe method (issue 2017, commit 4c806de)
- Renamed unit test with duplicate name (issue 2016, commit c7bd0bd)
- Use UTC instead of local time in test_refresh_credentials (issue 2020, commit b5a2eaf)
- Fix missing security_token option in some connection classes (issue 1989, issue 1942, commit 2b72f32)
- Fix listing S3 multipart uploads with some parameter combinations (issue 2000, commit 49045bc)
- Fix elbadmin crash because of non-extant instances in load balancer (issue 2001, commit d47cc14)
- Fix anonymous S3 fetch test case (issue 1988, issue 1992, commit 8fb1666)
- Fix elbadmin boto import (issue 2002, commit 674c3a6)
- Fixing SQS tutorial to correctly describe behavior of the write operation (issue 1986, commit 6147d86)
- Fix various grammar mistakes (issue 1980, commit ada40b5)