3.4.0 authors/changelog update
Change-Id: Ib6a7c97ff90f03a26fe7396c0104c5a0c483c226
This commit is contained in:
7
AUTHORS
7
AUTHORS
@@ -65,11 +65,14 @@ Josh Gachnang (josh@pcsforeducation.com)
|
||||
Juan J. Martinez (juan@memset.com)
|
||||
Jude Job (judeopenstack@gmail.com)
|
||||
Julien Danjou (julien@danjou.info)
|
||||
Kazufumi Noto (noto.kazufumi@gmail.com)
|
||||
Kota Tsuyuzaki (tsuyuzaki.kota@lab.ntt.co.jp)
|
||||
Kun Huang (gareth@unitedstack.com)
|
||||
Leah Klearman (lklrmn@gmail.com)
|
||||
Li Riqiang (lrqrun@gmail.com)
|
||||
liuyamin (liuyamin@fiberhome.com)
|
||||
Luis de Bethencourt (luis@debethencourt.com)
|
||||
M V P Nitesh (m.nitesh@nectechnologies.in)
|
||||
Mahati Chamarthy (mahati.chamarthy@gmail.com)
|
||||
Marek Kaleta (marek.kaleta@firma.seznam.cz)
|
||||
Mark Seger (mark.seger@hpe.com)
|
||||
@@ -82,6 +85,7 @@ Min Min Ren (rminmin@cn.ibm.com)
|
||||
Mohit Motiani (mohit.motiani@intel.com)
|
||||
Monty Taylor (mordred@inaugust.com)
|
||||
Nandini Tata (nandini.tata@intel.com)
|
||||
Nelson Marcos (nelsonmarcos@gmail.com)
|
||||
Nguyen Hung Phuong (phuongnh@vn.fujitsu.com)
|
||||
Nick Craig-Wood (nick@craig-wood.com)
|
||||
Ondrej Novy (ondrej.novy@firma.seznam.cz)
|
||||
@@ -90,6 +94,7 @@ Paul Belanger (pabelanger@redhat.com)
|
||||
Paulo Ewerton (pauloewerton@lsd.ufcg.edu.br)
|
||||
Pete Zaitcev (zaitcev@kotori.zaitcev.us)
|
||||
Peter Lisak (peter.lisak@firma.seznam.cz)
|
||||
Petr Kovar (pkovar@redhat.com)
|
||||
Pradeep Kumar Singh (pradeep.singh@nectechnologies.in)
|
||||
Pratik Mallya (pratik.mallya@gmail.com)
|
||||
Qiu Yu (qiuyu@ebaysf.com)
|
||||
@@ -120,12 +125,14 @@ Thiago da Silva (thiago@redhat.com)
|
||||
Thomas Goirand (thomas@goirand.fr)
|
||||
Tihomir Trifonov (t.trifonov@gmail.com)
|
||||
Tim Burke (tim.burke@gmail.com)
|
||||
Timur Alperovich (timuralp@swiftstack.com)
|
||||
Tong Li (litong01@us.ibm.com)
|
||||
Tony Breeds (tony@bakeyournoodle.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)
|
||||
wangxiyuan (wangxiyuan@huawei.com)
|
||||
Wu Wenxiang (wu.wenxiang@99cloud.net)
|
||||
YangLei (yanglyy@cn.ibm.com)
|
||||
|
28
ChangeLog
28
ChangeLog
@@ -1,3 +1,31 @@
|
||||
3.4.0
|
||||
-----
|
||||
|
||||
* The `swift` CLI now supports streaming from stdin. If "-" is given
|
||||
as the source, the object content is read from stdin. The
|
||||
`--object-name` must be given when content is loaded from stdin.
|
||||
|
||||
* Tolerate RFC-compliant ETags returned from the server.
|
||||
|
||||
* Skip checksum validation on partial downloads.
|
||||
|
||||
* Buffer reads from disk, resulting in much faster upload throughput.
|
||||
|
||||
* Added support for ISO 8601 timestamps for tempurl, matching the
|
||||
feature in Swift 2.13.0.
|
||||
|
||||
* Added an option to ignore mtime metadata entry (`--ignore-mtime`).
|
||||
|
||||
* When using SwiftService to delete many objects, the bulk delete page
|
||||
size will now be respected. Previously, exceeding this limit would
|
||||
prevent any objects from being deleted.
|
||||
|
||||
* Expose `--prefix` as an option for st_delete.
|
||||
|
||||
* Imported docs content from openstack-manuals project.
|
||||
|
||||
* Various other minor bug fixes and improvements.
|
||||
|
||||
3.3.0
|
||||
-----
|
||||
|
||||
|
20
releasenotes/notes/340_notes-1777780bbfdb4d96.yaml
Normal file
20
releasenotes/notes/340_notes-1777780bbfdb4d96.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
features:
|
||||
|
||||
- The ``swift`` CLI now supports streaming from stdin. If "-" is given
|
||||
as the source, the object content is read from stdin. The
|
||||
``--object-name`` must be given when content is loaded from stdin.
|
||||
- Tolerate RFC-compliant ETags returned from the server.
|
||||
- Skip checksum validation on partial downloads.
|
||||
- Buffer reads from disk, resulting in much faster upload throughput.
|
||||
- >
|
||||
Added support for ISO 8601 timestamps for tempurl, matching the
|
||||
feature in Swift 2.13.0.
|
||||
- Added an option to ignore mtime metadata entry (``--ignore-mtime``).
|
||||
- >
|
||||
When using SwiftService to delete many objects, the bulk delete page
|
||||
size will now be respected. Previously, exceeding this limit would
|
||||
prevent any objects from being deleted.
|
||||
- Expose `--prefix` as an option for st_delete.
|
||||
- Imported docs content from openstack-manuals project.
|
||||
- Various other minor bug fixes and improvements.
|
Reference in New Issue
Block a user