Note de release pour les changements non déployées

3.10.0

Deprecation Notes

  • Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned, for this reason, using the memcache_pool backend of oslo.cache in an environment using eventlet is now deprecated. The support of Eventlet will be soon removed from oslo.cache.

    Please start considering removing your internal Eventlet usages and start migrating your stack.

3.9.0

New Features

  • The new [cache] enable_backend_expiration option has been added. When this option is set to True, all cache records are added to the cache backend in use with expiration time, so that expired records are automatically purged by the reclaiming feature in the backend.

Upgrade Notes

  • Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 .

3.8.0

New Features

  • The new [cache] redis_db option has been added, so that a non-default database can be used.