CHANGELOG for 2.33.1

Change-Id: I96cb33ccda1aafcb91e12ac4973c333104ebb4ff
Signed-off-by: Tim Burke <tim.burke@gmail.com>
This commit is contained in:
Tim Burke
2025-07-11 16:44:35 -07:00
parent fac2e759ba
commit d6a5b79784
2 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
swift (2.33.1, caracal stable backports)
* Removed the use of `eval` in the xprofile middleware. Note that this
middleware is only intended for development purposes and is not
intended for use in production systems.
* Fixed `Content-Type` and `Content-Length` headers in account and
container `HEAD` responses (with eventlet>=0.38.0).
swift (2.33.0, OpenStack Caracal)
* S3 API fixes:

View File

@@ -0,0 +1,10 @@
---
fixes:
- |
Removed the use of ``eval`` in the xprofile middleware. Note that this
middleware is only intended for development purposes and is not
intended for use in production systems.
- |
Fixed ``Content-Type`` and ``Content-Length`` headers in account and
container ``HEAD`` responses (with eventlet>=0.38.0).