Files
python-swiftclient/releasenotes/notes/320_notes-bb367dba1053d34c.yaml
John Dickinson 5a620f83e8 3.2.0 release notes
I have also reordered the AUTHORS file to be ordered by
the first character of the author's name.

Change-Id: I529988c809a2748bd6ce212a2216e692fbefe3ba
2016-11-09 11:25:15 -08:00

13 lines
457 B
YAML

features:
- >
Added Keystone session support and a "v1password" plugin for Keystone.
This plugin provides a way for Keystone sessions (and clients that
use them, like python-openstackclient) to communicate with old auth
endpoints that still use this mechanism.
- >
HEAD, GET, and DELETE now support sending additional headers to match
existing functionality on PUT requests.
- Various other minor bug fixes and improvements.