We are pleased to announce the release of: oslo.cache 2.1.0: Cache storage for OpenStack projects. This release is part of the ussuri 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. 2.1.0 ^^^^^ Bug Fixes * Switch from python-memcached to pymemcached for memcache_pool. This avoids issues with thread.local usage and fixes errors seen with inheritance. This is only applicable with dogpile.cache memcached backend. Changes in oslo.cache 2.0.0..2.1.0 ---------------------------------- 8a8248d Switch from python-memcached to pymemcache. b0764ba trivial: Cleanup tox.ini 4ff193d remove outdated header Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 1 + oslo_cache/_memcache_pool.py | 93 ++++++++++------------ ...n-memcached-to-pymemcache-566e70b224f92b73.yaml | 7 ++ setup.cfg | 2 +- setup.py | 1 - test-requirements.txt | 2 +- tox.ini | 11 ++- 8 files changed, 88 insertions(+), 92 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 98c6823..10d5c34 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ stestr>=2.0.0 # Apache-2.0 -python-memcached>=1.56 # PSF +pymemcache>=2.1.1 # Apache 2.0