summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.mailmap1
-rw-r--r--AUTHORS8
-rw-r--r--ChangeLog15
3 files changed, 23 insertions, 1 deletions
diff --git a/.mailmap b/.mailmap
index bfa98c3..9e53d38 100644
--- a/.mailmap
+++ b/.mailmap
@@ -93,3 +93,4 @@ Marek Kaleta <marek.kaleta@firma.seznam.cz> <Marek.Kaleta@firma.seznam.cz>
Andreas Jaeger <aj@suse.de> <aj@suse.com>
Shashi Kant <shashi.kant@nectechnologies.in>
Nandini Tata <nandini.tata@intel.com> <nandini.tata.15@gmail.com>
+Flavio Percoco <flaper87@gmail.com>
diff --git a/AUTHORS b/AUTHORS
index 27e0e20..7c162e0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -17,6 +17,7 @@ Chmouel Boudjnah (chmouel@enovance.com)
Chris Buccella (chris.buccella@antallagon.com)
Christian Berendt (berendt@b1-systems.de)
Christian Schwede (cschwede@redhat.com)
+Christopher Bartz (bartz@dkrz.de)
Chuck Short (chuck.short@canonical.com)
Clark Boylan (clark.boylan@gmail.com)
Claudiu Belu (cbelu@cloudbasesolutions.com)
@@ -36,7 +37,7 @@ Doug Hellmann (doug@doughellmann.com)
EdLeafe (ed@leafe.com)
Fabien Boucher (fabien.boucher@enovance.com)
Feng Liu (mefengliu23@gmail.com)
-Flaper Fesp (flaper87@gmail.com)
+Flavio Percoco (flaper87@gmail.com)
Florent Flament (florent.flament-ext@cloudwatt.com)
Greg Holt (gholt@rackspace.com)
Greg Lange (greglange@gmail.com)
@@ -45,6 +46,7 @@ Hemanth Makkapati (hemanth.makkapati@mailtrust.com)
hgangwx (hgangwx@cn.ibm.com)
Hirokazu Sakata (h.sakata@staff.east.ntt.co.jp)
Hiroshi Miura (miurahr@nttdata.co.jp)
+howardlee (lihongweibj@inspur.com)
Hu Bing (hubingsh@cn.ibm.com)
Ian Cordasco (ian.cordasco@rackspace.com)
Jaivish Kothari (jaivish.kothari@nectechnologies.in)
@@ -119,19 +121,23 @@ Thomas Goirand (thomas@goirand.fr)
Tihomir Trifonov (t.trifonov@gmail.com)
Tim Burke (tim.burke@gmail.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)
+wangxiyuan (wangxiyuan@huawei.com)
Wu Wenxiang (wu.wenxiang@99cloud.net)
YangLei (yanglyy@cn.ibm.com)
yangxurong (yangxurong@huawei.com)
You Yamagata (bi.yamagata@gmail.com)
Yuan Zhou (yuan.zhou@intel.com)
+Yushiro FURUKAWA (y.furukawa_2@jp.fujitsu.com)
yuxcer (yuxcer@126.com)
yuyafei (yu.yafei@zte.com.cn)
YUZAWA Takahiko (yuzawataka@intellilink.co.jp)
Zack M. Davis (zdavis@swiftstack.com)
zhang-jinnan (ben.os@99cloud.net)
+zhangyanxian (zhangyanxianmail@163.com)
zheng yin (yin.zheng@easystack.cn)
Zhenguo Niu (zhenguo@unitedstack.com)
diff --git a/ChangeLog b/ChangeLog
index 458c606..749d22c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
-----