Train Series Release Notes¶
15.5.0-5¶
New Features¶
swift::proxy::authtoken::service_token_roles and swift::proxy::authtoken::service_token_roles_required were added to add support for the authtoken parameters related to service token feature
The new
swift::proxy::authtoken::interface
parameter has been added, which can be used to set the interface parameter in authtoken middleware.
15.5.0¶
New Features¶
Add swift::proxy::domain_remap class to configure domain_remap middleware for swift proxy.
Add swift::proxy::symlink class to configure symlink middleware for swift proxy.
Add TLS options for Memcached TLS connections.
Added new parameter memcache_max_connections to proxy::cache class that can be used to configure the maximum number of connections to each memcached server per worker.
15.1.0¶
Upgrade Notes¶
The swift::client_ensure_package parameter is deprecated and has no effect if you use the swift::client class please define the ensure parameter there.
Deprecation Notes¶
The swift::client_ensure_package parameter is deprecated, if you use the swift::client class please define the ensure parameter there.
15.0.0¶
Upgrade Notes¶
The default value for swift::keymaster::project_name has been changed from ‘service’ to ‘services’.