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.35.2¶
date: | 2015/01/19 |
---|
This release adds ClassicLink support for Auto Scaling and fixes a few issues.
Changes¶
- Add support for new data types in DynamoDB. (issue 2667, commit 68ad513)
- Expose cloudformation UsePreviousTemplate parameter. (issue 2843, issue 2628, commit 873e89c)
- Fix documentation around using custom connections for DynamoDB tables. (issue 2842, issue 1585, commit 71d677f)
- Fixed bug that unable call query_2 after call describe method on dynamodb2 module. (issue 2829, commit 66addce)