date: | 2013/10/09 |
---|
This release makes s3put region-aware, adds some missing features to EC2 and SNS, enables EPUB documentation output, and makes the HTTP(S) connection pooling port-aware, which in turn enables connecting to e.g. mock services running on localhost. It also includes support for the latest EC2 and OpsWorks features, as well as several important bugfixes for EC2, DynamoDB, MWS, and Python 2.5 support.
regions if possible (issue 1731, commit d9c28f6)
Add support for registering HVM instances (issue 1733, commit 2afc68e)
Add sms as an option for SNS subscribe (issue 1744, commit 8ff08e5)
Allow overriding has_google_credentials (issue 1752, commit 052cc91)
Add EPUB output format for docs (issue 1759, commit def7c67)
Add support for new OpsWorks features (commit f512898)
Remove erroneous dry_run parameter (issue 1729, commit 35a516e)
connections (issue 1734, commit 8d2b492)
Fix UnboundLocalError (commit e0e6aeb)
Nicer error messages for 403s (issue 1753, commit d3d9eab)
Various documentation fixes (issue 1762, commit 76aef10)
Various Python 2.5 fixes (commit 150aef6, commit 67ae9ff)
Fix flaky resumable upload test (issue 1768, commit 6aa8ae2)
Blacklist S3 from forced Host HTTP header (commit 9193226)
Fix propagate_at_launch spelling error (issue 1739, commit e78d88a)
Fix detach_subnets typo (issue 1760, commit 4424e1b)