Zed Series Release Notes¶
21.1.0¶
New Features¶
The new
heat::executor_thread_pool_sizeparameter has been added.
21.0.0¶
New Features¶
The
heat::wsgi::apache_apiclass and theheat::wsgi::apache_api_cfnclass now support customizing response headers added by apache.
The new
heat::clientsclass has been added. Use this class to manage[clients]parameters.
The new
heat::clients::basedefined type has been added. This defined type provides the basic implementation to manage[clients_<service>]parameters.
The
heat::clients::<service>classes, to manage[clients_<service>]parameters, have been added.
Added parameters for advanced configuration of httpd access and error log destinations including piped logging and syslog (see mod_syslog). Note that mod_syslog requires Apache2 >= 2.5.0.
The
heat::cron::purge_deletedclass now supports customizing batch size of the purge operation.
Upgrade Notes¶
Default value of the following parameters has been changed from
truetofalseand now ssl is disabled by default.heat::wsgi::apache::sslheat::wsgi::apache_api::sslheat::wsgi::apache_api_cfn::ssl
CentOS 8 Stream is no longer supported by this module.
The
heat::max_stacks_per_tenantparameter has been removed. Use theheat::engine::max_stacks_per_tenantparameter instead.
Deprecation Notes¶
The
heat_clients_endpoint_typeparameter and theheat_clients_urlparameter has been deprecated, in favor of theheat::clientsclass and theheat::clients::heatclass.