Yoga Series Release Notes¶
20.3.1¶
Bug Fixes¶
Validation of the deprecated
zaqar::keystone::auth_websocket::password
parameter has been removed and the parameter is no longer required.
20.2.0¶
New Features¶
Add socket keepalive options for the pymemcache (dogpile.cache) backend.
Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.
20.1.0¶
New Features¶
The
system_scope
parameter has been added to thezaqar::keystone::authtoken
class.
The
zaqar::keystone::auth
class now supports defining assignmet of system-scoped roles to the zaqar service user.
Upgrade Notes¶
The
zaqar::keystone::auth_websocket
class no longer creates thezaqar-websocket
service user because it has been unused. The service user should be deleted manually during upgrade.
Deprecation Notes¶
The following parameters of the
zaqar::keystone::auth_websocket
class have been deprecated and have no effect now.configure_user
configure_user_role
auth_name
password
email
tenant
20.0.0¶
New Features¶
The new
zaqar::management::redis
class has been added. This class can be used to manage parameters to use the redis management store driver.
The new
zaqar::topic_pipeline
parameter has been added.
Upgrade Notes¶
Default value of the
zaqar::wsgi::apache::ssl
parameter will be changed fromtrue
tofalse
in a future release. Make sure the parameter is set to the desired value.