1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
===========
boto v2.7.0
===========
The 2.7.0 release of boto is now available on `PyPI`_.
.. _`PyPI`: http://pypi.python.org/pypi/boto
You can get a comprehensive list of all commits made between the 2.6.0 release
and the 2.7.0 release at https://github.com/boto/boto/compare/2.6.0...2.7.0.
This release includes:
* Added support for AWS Data Pipeline - :sha:`999902`
* Integrated Slick53 into Route53 module - :issue:`1186`
* Add ability to use Decimal for DynamoDB numeric types - :issue:`1183`
* Query/Scan Count/ScannedCount support and TableGenerator improvements -
:issue:`1181`
* Added support for keyring in config files - :issue:`1157`
* Add concurrent downloader to glacier - :issue:`1106`
* Add support for tagged RDS DBInstances - :issue:`1050`
* Updating RDS API Version to 2012-09-17 - :issue:`1033`
* Added support for provisioned IOPS for RDS - :issue:`1028`
* Add ability to set SQS Notifications in Mechanical Turk - :issue:`1018`
Commits
=======
There were 447 commits in this release from 60 different authors. The authors
are listed below, in alphabetical order:
* acrefoot
* Alex Schoof
* Andy Davidoff
* anoopj
* Benoit Dubertret
* bobveznat
* dahlia
* dangra
* disruptek
* dmcritchie
* emtrane
* focus
* fsouza
* g2harris
* garnaat
* georgegoh
* georgesequeira
* GitsMcGee
* glance-
* gtaylor
* hashbackup
* hinnerk
* hoov
* isaacbowen
* jamesls
* JerryKwan
* jimfulton
* jimbrowne
* jorourke
* jterrace
* jtriley
* katzj
* kennu
* kevinburke
* khagler
* Kodiologist
* kopertop
* kotnik
* Leftium
* lpetc
* marknca
* matthewandrews
* mfschwartz
* mikek
* mkmt
* mleonhard
* mraposa
* oozie
* phunter
* potix2
* Rafael Cunha de Almeida
* reinhillmann
* reversefold
* Robie Basak
* seandst
* siroken3
* staer
* tpodowd
* vladimir-sol
* yovadia12
|