diff options
author | John Dickinson <me@not.mn> | 2017-01-25 15:12:59 -0800 |
---|---|---|
committer | John Dickinson <me@not.mn> | 2017-01-25 15:12:59 -0800 |
commit | 307d4c007afaccdcd70628d9fce44231115d62cd (patch) | |
tree | 95a423ab25b5f7b5a1a1822c9c657f9749206909 /ChangeLog | |
parent | 9531369c23d1a5106a93148597d18e8558d3f5e5 (diff) | |
download | python-swiftclient-307d4c007afaccdcd70628d9fce44231115d62cd.tar.gz |
Change-Id: Idc92915d5b23019bc0d65d17b1f5104b3dca57ee
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +3.3.0 +----- + +* Added support for prefix-based tempurls. This allows you to create a + tempurl that is valid for all objects which share a given prefix and + matches the feature in Swift 2.12.0 and later. + +* In the SDK, we previously only accepted iterables of strings like + 'Header: Value'. Now, we'll also accept lists of tuples like + ('Header', 'Value') as well as dictionaries like {'Header': 'Value'}. + +* Improved help message strings + +* Various other minor bug fixes and improvements. + 3.2.0 ----- |