Unreleased Release Notes¶
4.0.0¶
Upgrade Notes¶
The
oslo_cache.mongobackend has been removed. This was found to be incompatible with pymongo 3.x or later, which was first released in 2015.
Support for Python 3.9 has been removed. Now the minimum python version supported is 3.10.
Deprecation Notes¶
The following functionas of the
oslo_cache.coremodule are deprecated. Use the same functions fromdogpile.cache.utilmodule instead.function_key_generatorkwarg_function_key_generator
The
[cache] hashclient_retry_delayoption has been deprecated in favor of the new[cache] hashclient_retry_timeoutoption.
The
[cache] dead_timeoutoption has been deprecated in favor of the new[cache] hashclient_dead_timeoutoption.
Bug Fixes¶
Fixed the following ignored options.
[cache] hashclient_retry_delay[cache] dead_timeout