Zed Series Release Notes¶
21.0.0¶
New Features¶
The
swift::proxy::bulkclass now supports the following new parameters.max_failed_deletesdelete_container_retry_countdelete_concurrency
The
swift::proxy::ratelimitclass now supports the following two new parameters. These parameters accept hash of container size and limit.container_ratelimitcontainer_listing_ratelimit
Now this module supports configurion options in /etc/swift/internal-client.conf`.
The
swift::proxy::ceilometerclass now supports the following new parameters to manage options for Rabbit driver in oslo.messaging library.rabbit_ha_queuesheartbeat_timeout_thresholdheartbeat_rateheartbeat_in_pthreadrabbit_qos_prefetch_countamqp_durable_queueskombu_reconnect_delaykombu_failover_strategykombu_compression
The
swift::configclass now supports the following three parameters.swift_account_configswift_container_configswift_object_config
The new
swift::constraintsclass, which manages the[swift-constraints]options, has been added.
Upgrade Notes¶
The following two parameters have been removed.
swift::storage::all::allow_versionsswift::storage::server::allow_versions
The
swift::proxy::authtoken::auth_pluginparameter has been removed. Use theauth_typeparameter instead.
The
swift::proxy::authtoken::signing_dirparameter has been removed.
The
swift::proxy::ceilometer::auth_uriparameter has been removed.
CentOS 8 Stream is no longer supported by this module.
The
swift::proxy::s3api::ensureparameter has been removed.
The
swift::proxy::slo::min_segment_sizeparameter has been removed.
The
swift::test_fileclass has been removed.
Deprecation Notes¶
The
swift::proxy::ceilometer::groupparameter has been deprecated and has no effect now.
The
swift::proxy::swauthclass, which configures theswauthmiddleware, has been deprecated and will be removed in a future release, because the middleware is no longer maintained.
The
swift::max_header_sizeparameter has been deprecated in favor of the newswift::constraintsclass.
The
swift::objectexpirer::auto_create_account_prefixparameter has been deprecated. Use theswift::constraints::auto_create_account_prefixparameter instead.
Bug Fixes¶
Now the
swift::ringbuilder::createdefined type generates a ring builder file by root user, instead of swift user, by default. Set the user parameter if a different should be used.