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.21.1¶
date: | 2013/12/23 |
---|
This release is a bugfix release which corrects how the Mechanical Turk objects
work & a threading issue when using datetime.strptime
.
Bugfixes¶
Added
cn-north-1
to regions. (commit 9c89de1)Fixed threading issues related to
datetime.strptime
. (issue 1898, commit 2ef66c9)Updated all the old-style inheritance calls. (issue 1918, issue 1936, issue 1937, commit 39a997f & commit 607624f)
Documentation:
- Added missed notes about the cn-north-1 region. (commit 738c8cb)
- Added the C3 family of EC2 instances. (issue 1938, commit 05b7482)