authors/changelog update for 3.6.0

Change-Id: I471d3d56d98915804aaf848f7ff98d91f586d572
This commit is contained in:
John Dickinson 2018-07-19 10:54:48 -07:00
parent 23d29eda8d
commit 172a09a401
4 changed files with 84 additions and 2 deletions

View File

@ -58,7 +58,8 @@ Madhuri Kumari <madhuri.rai07@gmail.com> madhuri <madhuri@madhuri-VirtualBox.(no
Morgan Fainberg <morgan.fainberg@gmail.com> <m@metacloud.com>
Hua Zhang <zhuadl@cn.ibm.com> <zhuadl@cn.ibm.com>
Yummy Bian <yummy.bian@gmail.com> <yummy.bian@gmail.com>
Alistair Coles <alistair.coles@hpe.com> <alistair.coles@hp.com>
Alistair Coles <alistairncoles@gmail.com> <alistair.coles@hp.com>
Alistair Coles <alistairncoles@gmail.com> <alistair.coles@hpe.com>
Tong Li <litong01@us.ibm.com> <litong01@us.ibm.com>
Paul Luse <paul.e.luse@intel.com> <paul.e.luse@intel.com>
Yuan Zhou <yuan.zhou@intel.com> <yuan.zhou@intel.com>

10
AUTHORS
View File

@ -2,7 +2,7 @@ Alessandro Pilotti (ap@pilotti.it)
Alex Gaynor (alex.gaynor@gmail.com)
Alexandra Settle (alexandra.settle@rackspace.com)
Alexis Lee (lxsli@hpe.com)
Alistair Coles (alistair.coles@hpe.com)
Alistair Coles (alistairncoles@gmail.com)
Andreas Jaeger (aj@suse.de)
Andrew Welleck (awellec@us.ibm.com)
Andy McCrae (andy.mccrae@gmail.com)
@ -12,6 +12,7 @@ Ben McCann (ben@benmccann.com)
Cedric Brandily (zzelle@gmail.com)
Chaozhe.Chen (chaozhe.chen@easystack.cn)
Charles Hsu (charles0126@gmail.com)
Chen (dstbtgagt@foxmail.com)
Cheng Li (shcli@cn.ibm.com)
Chmouel Boudjnah (chmouel@enovance.com)
Chris Buccella (chris.buccella@antallagon.com)
@ -35,6 +36,7 @@ Dirk Mueller (dirk@dmllr.de)
Donagh McCabe (donagh.mccabe@hpe.com)
Doug Hellmann (doug@doughellmann.com)
EdLeafe (ed@leafe.com)
Erik Olof Gunnar Andersson (eandersson@blizzard.com)
Fabien Boucher (fabien.boucher@enovance.com)
Feng Liu (mefengliu23@gmail.com)
Flavio Percoco (flaper87@gmail.com)
@ -71,6 +73,7 @@ Kota Tsuyuzaki (tsuyuzaki.kota@lab.ntt.co.jp)
Kun Huang (gareth@unitedstack.com)
Leah Klearman (lklrmn@gmail.com)
Li Riqiang (lrqrun@gmail.com)
lingyongxu (lyxu@fiberhome.com)
liuyamin (liuyamin@fiberhome.com)
Luis de Bethencourt (luis@debethencourt.com)
M V P Nitesh (m.nitesh@nectechnologies.in)
@ -83,10 +86,12 @@ Matthew Oliver (matt@oliver.net.au)
Matthieu Huin (mhu@enovance.com)
Mike Widman (mwidman@endurancewindpower.com)
Min Min Ren (rminmin@cn.ibm.com)
mmcardle (mark.mcardle@sohonet.com)
Mohit Motiani (mohit.motiani@intel.com)
Monty Taylor (mordred@inaugust.com)
Nandini Tata (nandini.tata@intel.com)
Nelson Marcos (nelsonmarcos@gmail.com)
Nguyen Hai (nguyentrihai93@gmail.com)
Nguyen Hung Phuong (phuongnh@vn.fujitsu.com)
Nick Craig-Wood (nick@craig-wood.com)
Ondrej Novy (ondrej.novy@firma.seznam.cz)
@ -110,6 +115,7 @@ Sean Dague (sean@dague.net)
Sergey Gotliv (sgotliv@redhat.com)
Sergio Cazzolato (sergio.j.cazzolato@intel.com)
Shane Wang (shane.wang@intel.com)
shangxiaobj (shangxiaobj@inspur.com)
Shashi Kant (shashi.kant@nectechnologies.in)
Shashirekha Gundur (shashirekha.j.gundur@intel.com)
shu-mutou (shu-mutou@rf.jp.nec.com)
@ -129,11 +135,13 @@ Tim Burke (tim.burke@gmail.com)
Timur Alperovich (timuralp@swiftstack.com)
Tong Li (litong01@us.ibm.com)
Tony Breeds (tony@bakeyournoodle.com)
Tovin Seven (vinhnt@vn.fujitsu.com)
Tristan Cacqueray (tristan.cacqueray@enovance.com)
Vasyl Khomenko (vasiliyk@yahoo-inc.com)
venkatamahesh (venkatamaheshkotha@gmail.com)
Victor Stinner (victor.stinner@enovance.com)
Vitaly Gridnev (vgridnev@mirantis.com)
wangqi (wang.qi@99cloud.net)
wangxiyuan (wangxiyuan@huawei.com)
Wu Wenxiang (wu.wenxiang@99cloud.net)
YangLei (yanglyy@cn.ibm.com)

View File

@ -1,3 +1,36 @@
3.6.0
-----
* Add the `--prompt` option for the CLI which will cause the user to be
prompted to enter a password. Any password otherwise specified by
`--key`, `--os-password` or an environment variable will be ignored.
* Added bash completion support to the `swift` CLI. Enable this by sourcing
the included `tools/swift.bash_completion` file. Make it permanent by
including this file in the system's `/etc/bash_completion.d` directory.
* Add ability to generate a temporary URL with an IP range restriction.
TempURLs with IP restrictions are supported in Swift 2.19.0 or later.
* The client.py SDK now supports a `query_string` option on the
`head_object()` method. This is useful for finding information on
SLO/DLO manifests without fetching the entire manifest.
* The client.py SDK now respects `region_name` when using sessions.
* Added a `.close()` method to an object response, allowing clients to give
up on reading the rest of the response body, if they so choose.
* Fixed a bug where using `--debug` in the CLI with unicode account names
would cause a client crash.
* Make OS_AUTH_URL work in DevStack (for testing) by default.
* Dropped Python 3.4 testing.
* Various other minor bug fixes and improvements.
3.5.0
-----

View File

@ -0,0 +1,40 @@
---
features:
- |
Add the ``--prompt`` option for the CLI which will cause the user to be
prompted to enter a password. Any password otherwise specified by
``--key`` , ``--os-password`` or an environment variable will be ignored.
- |
Added bash completion support to the ``swift`` CLI. Enable this by sourcing
the included ``tools/swift.bash_completion`` file. Make it permanent by
including this file in the system's ``/etc/bash_completion.d`` directory.
- |
Add ability to generate a temporary URL with an IP range restriction.
TempURLs with IP restrictions are supported are Swift 2.19.0 or later.
- |
The client.py SDK now supports a ``query_string`` option on the
``head_object()`` method. This is useful for finding information on
SLO/DLO manifests without fetching the entire manifest.
- |
The client.py SDK now respects ``region_name`` when using sessions.
- |
Added a ``.close()`` method to an object response, allowing clients to give
up on reading the rest of the response body, if they so choose.
- |
Fixed a bug where using ``--debug`` in the CLI with unicode account names
would cause a client crash.
- |
Make OS_AUTH_URL work in DevStack (for testing) by default.
- |
Dropped Python 3.4 testing.
- |
Various other minor bug fixes and improvements.