Releases: open-io/oio-swift
Releases · open-io/oio-swift
1.12.0
1.11.1
1.11.0
New features
Bug fixes
- Fix versioned listing with objects without version #201
Configuration changes
For the new health check middleware to work as expected, the gateway must be run with oioswift-proxy-server
instead of swift-proxy-server
. The egg:swift#healthcheck
must be changed to egg:oioswift#healthcheck
to use the new middleware.
1.10.1
1.10.0
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
New features
- Allow versioning with container hierarchy (#180)
Bug fixes
- Revert CH: use lua script instead of hscan for listing (#182)
NOTES
- the pipeline must be updated if the
container_hierarchy
is used:container_hierarchy
must be set afterversioned_writes
- by default, the support of listing with versioning is disabled, please set
support_listing_versioning
totrue
incontainer_hierarchy
middleware configuration.