~ubuntu-branches/ubuntu/trusty/python-boto/trusty

« back to all changes in this revision

Viewing changes to docs/source/releasenotes/v2.6.0.rst

  • Committer: Package Import Robot
  • Author(s): Eric Evans
  • Date: 2013-08-13 13:56:47 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20130813135647-o43z7y15uid87fzl
Tags: 2.10.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
===========
 
2
boto v2.6.0
 
3
===========
 
4
 
 
5
The 2.6.0 release of boto is now available on `PyPI`_.
 
6
 
 
7
.. _`PyPI`: http://pypi.python.org/pypi/boto
 
8
 
 
9
You can get a comprehensive list of all commits made between the 2.5.2 release
 
10
and the 2.6.0 release at https://github.com/boto/boto/compare/2.5.2...2.6.0.
 
11
 
 
12
This release includes:
 
13
 
 
14
* Support for Amazon Glacier
 
15
* Support for AWS Elastic Beanstalk
 
16
* CORS support for Amazon S3
 
17
* Support for Reserved Instances Resale in Amazon EC2
 
18
* Support for IAM Roles
 
19
 
 
20
SSL Certificate Verification
 
21
============================
 
22
 
 
23
In addition, this release of boto changes the default behavior with respect to
 
24
SSL certificate verification.  Our friends at Google contributed code to boto
 
25
well over a year ago that implemented SSL certificate verification.  At the
 
26
time, we felt the most prudent course of action was to make this feature an
 
27
opt-in but we always felt that at some time in the future we would enable cert
 
28
verification as the default behavior.  Well, that time is now!
 
29
 
 
30
However, in implementing this change, we came across a bug in Python for all
 
31
versions prior to 2.7.3 (see http://bugs.python.org/issue13034 for details).
 
32
The net result of this bug is that Python is able to check only the commonName
 
33
in the SSL cert for verification purposes.  Any subjectAltNames are ignored in
 
34
large SSL keys.  So, in addition to enabling verification as the default
 
35
behavior we also changed some of the service endpoints in boto to match the
 
36
commonName in the SSL certificate.
 
37
 
 
38
If you want to disable verification for any reason (not advised, btw) you can
 
39
still do so by editing your boto config file (see
 
40
https://gist.github.com/3762068) or you can override it by passing
 
41
`validate_certs=False` to the Connection class constructor or the `connect_*`
 
42
function.
 
43
 
 
44
Commits
 
45
=======
 
46
 
 
47
There were 440 commits in this release from 53 different authors.  The authors are listed below, in alphabetical order:
 
48
 
 
49
* acorley
 
50
* acrefoot
 
51
* aedeph
 
52
* allardhoeve
 
53
* almost
 
54
* awatts
 
55
* buzztroll
 
56
* cadams
 
57
* cbednarski
 
58
* cosmin
 
59
* dangra
 
60
* darjus-amzn
 
61
* disruptek
 
62
* djw
 
63
* garnaat
 
64
* gertjanol
 
65
* gimbel0893
 
66
* gochist
 
67
* graphaelli
 
68
* gtaylor
 
69
* gz
 
70
* hardys
 
71
* jamesls
 
72
* jijojv
 
73
* jimbrowne
 
74
* jtlebigot
 
75
* jtriley
 
76
* kopertop
 
77
* kotnik
 
78
* marknca
 
79
* mark_nunnikhoven
 
80
* mfschwartz
 
81
* moliware
 
82
* NeilW
 
83
* nkvoll
 
84
* nsitarz
 
85
* ohe
 
86
* pasieronen
 
87
* patricklucas
 
88
* pfig
 
89
* rajivnavada
 
90
* reversefold
 
91
* robie
 
92
* scott
 
93
* shawnps
 
94
* smoser
 
95
* sopel
 
96
* staer
 
97
* tedder
 
98
* yamatt
 
99
* Yossi
 
100
* yovadia12
 
101
* zachhuff386
 
 
b'\\ No newline at end of file'