diff --git a/CHANGELOG b/CHANGELOG index d8e8331747..69d4fc18f5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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: diff --git a/releasenotes/notes/release-2.33.1-d81e097504cd5917.yaml b/releasenotes/notes/release-2.33.1-d81e097504cd5917.yaml new file mode 100644 index 0000000000..8bf17d157a --- /dev/null +++ b/releasenotes/notes/release-2.33.1-d81e097504cd5917.yaml @@ -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).