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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Eric Evans
  • Date: 2013-07-05 17:45:01 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130705174501-ez611xbm86y709t8
Tags: 2.9.6-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    u'case-...'
28
28
 
29
29
  The :ref:`Support Tutorial <support_tut>` has more information on how to use
30
 
  the new API. (SHA: <insert_here>)
 
30
  the new API. (:sha:`8c0451`)
31
31
 
32
32
 
33
33
Bugfixes
34
34
--------
35
35
 
36
36
* The reintroduction of ``ResumableUploadHandler.get_upload_id`` that was
37
 
  accidentally removed in a previous commit. (SHA: 758322)
 
37
  accidentally removed in a previous commit. (:sha:`758322`)
38
38
* Added ``OrdinaryCallingFormat`` to support Google Storage's certificate
39
 
  verification. (SHA: 4ca83b)
40
 
* Added the ``eu-west-1`` region for Redshift. (SHA: e98b95)
 
39
  verification. (:sha:`4ca83b`)
 
40
* Added the ``eu-west-1`` region for Redshift. (:sha:`e98b95`)
41
41
* Added support for overriding the port any connection in ``boto`` uses.
42
 
  (SHA: 08e893)
43
 
* Added retry/checksumming support to the DynamoDB v2 client. (SHA: 969ae2)
 
42
  (:sha:`08e893`)
 
43
* Added retry/checksumming support to the DynamoDB v2 client. (:sha:`969ae2`)
44
44
* Several documentation improvements/fixes:
45
45
 
46
 
    * Incorrect docs on EC2's ``import_key_pair``. (SHA: 6ada7d)
47
 
    * Clearer docs on the DynamoDB  ``count`` parameter. (SHA: dfa456)
48
 
    * Fixed a typo in the ``autoscale_tut``. (SHA: 6df1ae)
 
46
    * Incorrect docs on EC2's ``import_key_pair``. (:sha:`6ada7d`)
 
47
    * Clearer docs on the DynamoDB  ``count`` parameter. (:sha:`dfa456`)
 
48
    * Fixed a typo in the ``autoscale_tut``. (:sha:`6df1ae`)