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.12.0¶
date: | 2013/09/04 |
---|
This release adds support for Redis & replication groups to Elasticache as well as several bug fixes.
Features¶
- Added support for Redis & replication groups to Elasticache. (commit f744ff6)
Bugfixes¶
Boto’s User-Agent string has changed. Mostly additive to include more information. (commit edb038a)
Headers that are part of S3’s signing are now correctly coerced to the proper case. (issue 1687, commit 89eae8c)
Altered S3 so that it’s possible to track what portions of a multipart upload succeeded. (issue 1305, issue 1675, commit e9a2c59)
Added
create_lb_policy
&set_lb_policies_of_backend_server
to ELB. (issue 1695, commit 77a9458)Fixed pagination when listing vaults in Glacier. (issue 1699, commit 9afecca)
Several documentation improvements/fixes:
- Added some docs about what command-line utilities ship with boto. (commit 5d7d54d)