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

« back to all changes in this revision

Viewing changes to docs/source/releasenotes/v2.0.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
Release Notes for boto 2.0
 
3
==========================
 
4
 
 
5
Highlights
 
6
==========
 
7
 
 
8
There have been many, many changes since the 2.0b4 release. This overview highlights some of those changes.
 
9
 
 
10
* Fix connection pooling bug: don't close before reading.
 
11
* Added AddInstanceGroup and ModifyInstanceGroup to boto.emr
 
12
* Merge pull request #246 from chetan/multipart_s3put
 
13
AddInstanceGroupsResponse class to boto.emr.emrobject.
 
14
* Removed extra print statement
 
15
* Merge pull request #244 from ryansb/master
 
16
* Added add_instance_groups function to boto.emr.connection. Built some helper methods for it, and added AddInstanceGroupsResponse class to boto.emr.emrobject.
 
17
* Added a new class, InstanceGroup, with just a __init__ and __repr__.
 
18
* Adding support for GetLoginProfile request to IAM.  Removing commented lines in connection.py.  Fixes GoogleCode issue 532.
 
19
* Fixed issue #195
 
20
* Added correct sax reader for boto.emr.emrobject.BootstrapAction
 
21
* Fixed a typo bug in ConsoleOutput sax parsing and some PEP8 cleanup in connection.py.
 
22
* Added initial support for generating a registration url for the aws marketplace
 
23
* Fix add_record and del_record to support multiple values, like change_record does
 
24
* Add support to accept SecurityGroupId as a parameter for ec2 run instances. This is required to create EC2 instances under VPC security groups
 
25
* Added support for aliases to the add_change method of ResourceRecordSets.
 
26
* Resign each request in a retry situation.  Some services are starting to incorporate replay detection algorithms and the boto approach of simply re-trying the original request triggers them.  Also a small bug fix to roboto and added a delay in the ec2 test to wait for consistency.
 
27
* Fixed a problem with InstanceMonitoring parameter of LaunchConfigurations for autoscale module.
 
28
* Route 53 Alias Resource Record Sets
 
29
* Fixed App Engine support
 
30
* Fixed incorrect host on App Engine
 
31
* Fixed issue 199 on github.
 
32
* First pass at put_metric_data
 
33
* Changed boto.s3.Bucket.set_acl_xml() to ISO-8859-1 encode the Unicode ACL text before sending over HTTP connection.
 
34
* Added GetQualificationScore for mturk.
 
35
* Added UpdateQualificationScore for mturk
 
36
* import_key_pair base64 fix
 
37
* Fixes for ses send_email method better handling of exceptions
 
38
* Add optional support for SSL server certificate validation.
 
39
* Specify a reasonable socket timeout for httplib
 
40
* Support for ap-northeast-1 region
 
41
* Close issue #153
 
42
* Close issue #154
 
43
* we must POST autoscale user-data, not GET. otherwise a HTTP 505 error is returned from AWS. see: http://groups.google.com/group/boto-dev/browse_thread/thread/d5eb79c97ea8eecf?pli=1
 
44
* autoscale userdata needs to be base64 encoded.
 
45
* Use the unversioned streaming jar symlink provided by EMR
 
46
* Updated lss3 to allow for prefix based listing (more like actual ls)
 
47
* Deal with the groupSet element that appears in the instanceSet element in the DescribeInstances response.
 
48
* Add a change_record command to bin/route53
 
49
* Incorporating a patch from AWS to allow security groups to be tagged.
 
50
* Fixed an issue with extra headers in generated URLs.  Fixes http://code.google.com/p/boto/issues/detail?id=499
 
51
* Incorporating a patch to handle obscure bug in apache/fastcgi.  See http://goo.gl/0Tdax.
 
52
* Reorganizing the existing test code.  Part of a long-term project to completely revamp and improve boto tests.
 
53
* Fixed an invalid parameter bug (ECS) #102
 
54
* Adding initial cut at s3 website support.
 
55
 
 
56
Stats
 
57
=====
 
58
 
 
59
* 465 commits since boto 2.0b4
 
60
* 70 authors
 
61
* 111 Pull requests from 64 different authors
 
62
 
 
63
Contributors (in order of last commits)
 
64
=======================================
 
65
 
 
66
* Mitch Garnaat
 
67
* Chris Moyer
 
68
* Garrett Holmstrom
 
69
* Justin Riley
 
70
* Steve Johnson
 
71
* Sean Talts
 
72
* Brian Beach
 
73
* Ryan Brown
 
74
* Chetan Sarva
 
75
* spenczar
 
76
* Jonathan Drosdeck
 
77
* garnaat
 
78
* Nathaniel Moseley
 
79
* Bradley Ayers
 
80
* jibs
 
81
* Kenneth Falck
 
82
* chirag
 
83
* Sean O'Connor
 
84
* Scott Moser
 
85
* Vineeth Pillai
 
86
* Greg Taylor
 
87
* root
 
88
* darktable
 
89
* flipkin
 
90
* brimcfadden
 
91
* Samuel Lucidi
 
92
* Terence Honles
 
93
* Mike Schwartz
 
94
* Waldemar Kornewald
 
95
* Lucas Hrabovsky
 
96
* thaDude
 
97
* Vinicius Ruan Cainelli
 
98
* David Marin
 
99
* Stanislav Ievlev
 
100
* Victor Trac
 
101
* Dan Fairs
 
102
* David Pisoni
 
103
* Matt Robenolt
 
104
* Matt Billenstein
 
105
* rgrp
 
106
* vikalp
 
107
* Christoph Kern
 
108
* Gabriel Monroy
 
109
* Ben Burry
 
110
* Hinnerk
 
111
* Jann Kleen
 
112
* Louis R. Marascio
 
113
* Matt Singleton
 
114
* David Park
 
115
* Nick Tarleton
 
116
* Cory Mintz
 
117
* Robert Mela
 
118
* rlotun
 
119
* John Walsh
 
120
* Keith Fitzgerald
 
121
* Pierre Riteau
 
122
* ryancustommade
 
123
* Fabian Topfstedt
 
124
* Michael Thompson
 
125
* sanbornm
 
126
* Seth Golub
 
127
* Jon Colverson
 
128
* Steve Howard
 
129
* Roberto Gaiser
 
130
* James Downs
 
131
* Gleicon Moraes
 
132
* Blake Maltby
 
133
* Mac Morgan
 
134
* Rytis Sileika
 
135
* winhamwr