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

« back to all changes in this revision

Viewing changes to docs/source/releasenotes/v2.9.8.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
boto v2.9.8
 
2
===========
 
3
 
 
4
:date: 2013/07/18
 
5
 
 
6
This release is adds new methods in AWS Security Token Service (STS), AWS
 
7
CloudFormation, updates AWS Relational Database Service (RDS) & Google Storage.
 
8
It also has several bugfixes & documentation improvements.
 
9
 
 
10
 
 
11
Features
 
12
--------
 
13
 
 
14
* Added support for the ``DecodeAuthorizationMessage`` in STS (:sha:`1ada5ac`).
 
15
* Added support for creating/deleting/describing ``OptionGroup``s in RDS.
 
16
  (:sha:`d629228` & :sha:`d059a3b`)
 
17
* Added ``CancelUpdateStack`` to CloudFormation. (:issue:`1476`, :sha:`5bae130`)
 
18
* Added support for getting/setting lifecycle configurations on GS buckets.
 
19
  (:issue:`1604`, :sha:`652fc81`)
 
20
 
 
21
 
 
22
Bugfixes
 
23
--------
 
24
 
 
25
* Added region support to ``bin/elbadmin``. (:issue:`1586`,
 
26
  :sha:`2ffbc60`)
 
27
* Changed the mock storage to use case-insensitive headers. (:issue:`1594`,
 
28
  :sha:`71849cb`)
 
29
* Added ``complex_listeners`` to ELB. (:issue:`1048`, :sha:`b782ce2`)
 
30
* Added tests for Route53's ``ResourceRecordSets``. (:sha:`fad5bde`)
 
31
* Several documentation improvements/fixes:
 
32
 
 
33
    * Updated CloudFront docs. (:issue:`1546`, :sha:`a811197`)
 
34
    * Updated the URL explaining the use of base64 in SQS messages.
 
35
      (:issue:`1596`, :sha:`00de3a2`)