2024.1 Series Release Notes¶
24.0.0¶
New Features¶
Add options to configure pymemcache’s HashClient retrying mechanisms (dogpile.cache) backend.
Add cache client retry options for the pymemcache (dogpile.cache) backend.
The
zaqar::cacheclass now supports options to allow memcached with SASL enabled.
The
zaqar::cacheclass now supports the following new options for Redis backend and Redis Sentinel backend.redis_serverredis_usernameredis_passwordredis_sentinelsredis_socket_timeoutredis_sentinel_service_name
The new
zaqar::cache::memcache_pool_flush_on_reconnectparameter has been added.
The new
zaqar::reportsclass has been added.
The
zaqar::messaging::redisclass and thezaqar::management::redisclass now ensures that the python3-redis package is installed. The newpackage_ensureparameter can be used to customize state of the package. To disable the package management, use themanage_packageparameter.
The
zaqar::management::sqlalchemyclass now ensures the dependent library packages such as PyMySQL is installed. The package’s state can be customized using the newpackage_ensureparameter.
The following parameters have been added to the
zaqar::messaging::swiftclass.project_domain_nameuser_domain_nameregion_nameinterface