From 1b6c8f7fdf630458affe2778fc7be86df3ef1674 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Fri, 5 Jun 2020 16:36:32 -0700 Subject: [PATCH] Remove etag-quoter from 2.25.0 release notes This was released in 2.24.0, which already has a release note for it. Change-Id: I9837df281ec8baa19e8e4a7976f415e8add4a2da --- CHANGELOG | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 53ea4d45ed..2db3fa8b4f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,12 +2,6 @@ swift (2.25.0, OpenStack Ussuri) * WSGI server processes can now notify systemd when they are ready. - * Added a new middleware that allows users and operators to configure - accounts and containers to use RFC-compliant (i.e., double-quoted) - ETags. This may be useful when using Swift as an origin for some - content delivery networks. For more information, see - https://docs.openstack.org/swift/latest/middleware.html#etag-quoter - * Added `ttfb` (Time to First Byte) and `pid` (Process ID) to the set of available proxy-server log fields. For more information, see https://docs.openstack.org/swift/latest/logs.html @@ -58,8 +52,9 @@ swift (2.24.0) * Added support for S3 versioning using the above new mode. * Added a new middleware to allow accounts and containers to opt-in to - RFC-compliant ETags. For more information, see the documentation at - https://docs.openstack.org/swift/latest/middleware.html#module-swift.common.middleware.etag_quoter + RFC-compliant ETags. This may be useful when using Swift as an origin + for some content delivery networks. For more information, see the + documentation at https://docs.openstack.org/swift/latest/middleware.html#module-swift.common.middleware.etag_quoter Clients should be aware of the fact that ETags may be quoted for RFC compliance; this may become the default behavior in some future release.