summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-07-24 23:27:06 +0000
committerGerrit Code Review <review@openstack.org>2018-07-24 23:27:06 +0000
commit1711f0d6bd33282ab741924cbf7c189756379afd (patch)
treefff6de4a91cf25e0b088af6c439d865bd4a93ad0 /ChangeLog
parentd80f24f2fd3f80994f109cdabe3c778b77c18472 (diff)
parent172a09a4019dc637e525d14aef76f10e812385dd (diff)
downloadpython-swiftclient-1711f0d6bd33282ab741924cbf7c189756379afd.tar.gz
Merge "authors/changelog update for 3.6.0"
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efa7e8a..a37a6db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
-----