summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2017-07-20 16:50:08 -0700
committerJohn Dickinson <me@not.mn>2017-07-26 20:22:53 -0700
commite1945ea0fac3badd23013b5b559be1f8a79bf114 (patch)
treea1b754a8295833f6eaa3f287c1cb5b303463cdea /ChangeLog
parent0982791db2ccb851f277ffa653065e4021e52b3f (diff)
downloadpython-swiftclient-e1945ea0fac3badd23013b5b559be1f8a79bf114.tar.gz
3.4.0 authors/changelog update3.4.0
Change-Id: Ib6a7c97ff90f03a26fe7396c0104c5a0c483c226
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 749d22c..967d7e2 100644
--- a/ChangeLog
+++ b/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
-----