summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-06-05 16:36:32 -0700
committerTim Burke <tim.burke@gmail.com>2020-06-05 16:36:32 -0700
commit1b6c8f7fdf630458affe2778fc7be86df3ef1674 (patch)
tree7f3400e67f7272e9be38a3a67f7edc4db0930df3 /CHANGELOG
parentba01f93ad96e6551267acbbc883a3db358ad7fad (diff)
downloadswift-1b6c8f7fdf630458affe2778fc7be86df3ef1674.tar.gz
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
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 3 insertions, 8 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 53ea4d45e..2db3fa8b4 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.