Add Ussuri cycle highlights for Swift

Change-Id: If155fcc28decfa3dede4f024c7a46387ffd39409
This commit is contained in:
Tim Burke 2020-04-10 15:58:03 -07:00
parent aaeaf0c04a
commit 268dadfee5

View File

@ -10,3 +10,8 @@ releases:
projects:
- repo: openstack/swift
hash: 5cd854b783ce80356ec62e709f0817cbe699c8cd
cycle-highlights:
- Added a new system-namespace for Swift containers and objects.
- Added a new Swift object-versioning API using the new namespace.
- Added support for S3 versioning using the new API.
- Added the ability to use ``SIGUSR1`` to perform "seamless" reloads, where the WSGI server socket never stops accepting connections.