Authors/changelog for 3.9.0
Change-Id: I661503e0d6bb7934f7e7a28b094264a2ee73a419
This commit is contained in:
parent
67e5f6ab5c
commit
259b98f69d
3
AUTHORS
3
AUTHORS
@ -1,5 +1,6 @@
|
|||||||
Alessandro Pilotti (ap@pilotti.it)
|
Alessandro Pilotti (ap@pilotti.it)
|
||||||
Alex Gaynor (alex.gaynor@gmail.com)
|
Alex Gaynor (alex.gaynor@gmail.com)
|
||||||
|
Alex Schultz (aschultz@redhat.com)
|
||||||
Alexandra Settle (alexandra.settle@rackspace.com)
|
Alexandra Settle (alexandra.settle@rackspace.com)
|
||||||
Alexis Lee (lxsli@hpe.com)
|
Alexis Lee (lxsli@hpe.com)
|
||||||
Alistair Coles (alistairncoles@gmail.com)
|
Alistair Coles (alistairncoles@gmail.com)
|
||||||
@ -70,6 +71,7 @@ Josh Gachnang (josh@pcsforeducation.com)
|
|||||||
Juan J. Martinez (juan@memset.com)
|
Juan J. Martinez (juan@memset.com)
|
||||||
Jude Job (judeopenstack@gmail.com)
|
Jude Job (judeopenstack@gmail.com)
|
||||||
Julien Danjou (julien@danjou.info)
|
Julien Danjou (julien@danjou.info)
|
||||||
|
kangyufei (kangyf@inspur.com)
|
||||||
Kazufumi Noto (noto.kazufumi@gmail.com)
|
Kazufumi Noto (noto.kazufumi@gmail.com)
|
||||||
Kota Tsuyuzaki (tsuyuzaki.kota@lab.ntt.co.jp)
|
Kota Tsuyuzaki (tsuyuzaki.kota@lab.ntt.co.jp)
|
||||||
Kun Huang (gareth@unitedstack.com)
|
Kun Huang (gareth@unitedstack.com)
|
||||||
@ -117,6 +119,7 @@ SaiKiran (saikiranveeravarapu@gmail.com)
|
|||||||
Sam Morrison (sorrison@gmail.com)
|
Sam Morrison (sorrison@gmail.com)
|
||||||
Samuel Merritt (sam@swiftstack.com)
|
Samuel Merritt (sam@swiftstack.com)
|
||||||
Sean Dague (sean@dague.net)
|
Sean Dague (sean@dague.net)
|
||||||
|
Sébastien Blaisot (sebastien@blaisot.org)
|
||||||
Sergey Gotliv (sgotliv@redhat.com)
|
Sergey Gotliv (sgotliv@redhat.com)
|
||||||
Sergio Cazzolato (sergio.j.cazzolato@intel.com)
|
Sergio Cazzolato (sergio.j.cazzolato@intel.com)
|
||||||
Shane Wang (shane.wang@intel.com)
|
Shane Wang (shane.wang@intel.com)
|
||||||
|
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
|||||||
|
3.9.0
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Now tested under Python 3.8.
|
||||||
|
|
||||||
|
* Better clean up connections when using the low-level client.py API.
|
||||||
|
|
||||||
|
* Fixed a display issue when `swift delete` made multiple attempts to bulk
|
||||||
|
delete objects.
|
||||||
|
|
||||||
|
|
||||||
3.8.1
|
3.8.1
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
12
releasenotes/notes/3_9_0_release-3c293d277f14ec22.yaml
Normal file
12
releasenotes/notes/3_9_0_release-3c293d277f14ec22.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Now tested under Python 3.8.
|
||||||
|
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Better clean up connections when using the low-level ``client.py`` API.
|
||||||
|
|
||||||
|
- |
|
||||||
|
Fixed a display issue when ``swift delete`` made multiple attempts to
|
||||||
|
bulk delete objects.
|
Loading…
Reference in New Issue
Block a user