We are jazzed to announce the release of: oslo.cache 3.10.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.cache Download the package from: https://pypi.org/project/oslo.cache Please report issues through: https://bugs.launchpad.net/oslo.cache/+bugs For more details, please see below. 3.10.0 ^^^^^^ Deprecation Notes * Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned (https://governance.openstack.org/tc//goals/proposed/remove- eventlet.html), 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. Changes in oslo.cache 3.9.0..3.10.0 ----------------------------------- dc043a7 deprecate using memcache_pool backend into an eventlet env. bcd581c Skip functional tests for documentation update 8ba81ab Get rid of third party mock library 5f8746c Fix etcd package 1392089 reno: Update master for unmaintained/2023.1 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 6 ++++++ bindep.txt | 4 +++- oslo_cache/_bmemcache_pool.py | 11 +++++++++++ oslo_cache/_memcache_pool.py | 11 +++++++++++ .../deprecate-memcache_pool-backend-98f1267e4e912004.yaml | 11 +++++++++++ releasenotes/source/2023.1.rst | 2 +- requirements.txt | 1 + 8 files changed, 44 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c3e0e0e..122d81f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,0 +10 @@ oslo.utils>=4.2.0 # Apache-2.0 +debtcollector>=3.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org