From d6a5b79784db3ceb3d4744b970028ceb15c302f3 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Fri, 11 Jul 2025 16:44:35 -0700 Subject: [PATCH] CHANGELOG for 2.33.1 Change-Id: I96cb33ccda1aafcb91e12ac4973c333104ebb4ff Signed-off-by: Tim Burke --- CHANGELOG | 10 ++++++++++ .../notes/release-2.33.1-d81e097504cd5917.yaml | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 releasenotes/notes/release-2.33.1-d81e097504cd5917.yaml 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).