Files
4ef6644e26f23b0f8c68c4316d899c310081e228
13 lines
552 B
Plaintext
13 lines
552 B
Plaintext
swift (x.x.x)
* Renamed swift-stats-populate to swift-dispersion-populate and
swift-stats-report to swift-dispersion-report with extraneous unused
options removed. The new tools use dispersion.conf instead of stats.conf.
* Transaction id for each request is returned in a response header
(X-Trans-ID). Setting the transaction id has moved from the proxy server to
the catch_errors middleware. Additionally, the internal header has changed
from X-CF-Trans-ID to X-Trans-ID.
* Fixed Python 2.7 httplib compatibility problem.