5
* swauth was separated froms swift. It is now its own project and can be
6
found at https://github.com/gholt/swauth.
8
* tempauth middleware added as an extremely limited auth system for dev
11
* Account and container listings now properly labeled UTF-8 (previously the
14
* Accounts are auto-created if an auth token is valid when the
15
account_autocreate proxy config parameter is set to true.
19
* swift-bench now cleans up containers it creates.
21
* WSGI servers now load WSGI filters and applications after forking for
22
better plugin support.
24
* swauth-cleanup-tokens now handles 404s on token containers and tokens
27
* Proxy logs the remote IP address as the client IP in the absence of
28
X-Forwarded-For and X-Cluster-Client-IP headers instead of - like it did
31
* Swift3 WSGI middleware added support for param-signed URLs.
33
* swauth- scripts now exit with proper exit codes.
35
* Fixed a bug where allowed_headers weren't honored for HEAD requests.
37
* Double quarantining of corrupted sqlite3 databases now works.
39
* Fix for Object replicator breaking when running object replicator with no
40
objects on the server.
42
* Added the Accept-Ranges header to GET and HEAD requests.
44
* When a single object has multiple async pending updates on a single
45
device, only latest async pending is now sent.
47
* Fixed issue of Swift3 WSGI middleware not working correctly with '/' in
50
* Renamed swift-stats-* to swift-dispersion-* to avoid confusion with log
53
* Added X-Trans-Id transaction id header to every response.
55
* Fixed a Python 2.7 compatibility problem.
57
* Now using bracketed notation for ip literals in rsync calls, so
58
compressed ipv6 literals work.
60
* Added a container stats collector and refactoring some of the stats code.
62
* Changed subdir nodes in XML formatted object listings to align with
63
object nodes. Now: <subdir name="foo"><name>foo</name></subdir> Before:
64
<subdir name="foo" />.
66
* Fixed bug in Swauth to support for multiple swauth instances.
68
* swift-ring-builder: Added list_parts command which shows common
69
partitions for a given list of devices.
71
* Object auditor now shows better statistics updates in the logs.
73
* Stats uploaders now allow overrides for source_filename_pattern and
74
new_log_cutoff values.