We high-spiritedly announce the release of: oslo.cache 2.2.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.2.0 ^^^^^ Bug Fixes * Fix the memcache_pool backend broken in oslo.cache's version 2.1.0 by switching from a python-memcache based client to a pymemcache based client. Reintroducing the client based on python-memcached as the default client for the memcache_pool dogpile backend. Changes in oslo.cache 2.1.0..2.2.0 ---------------------------------- 460211d Add memcache_pool backend job cec9b88 Revert "Switch from python-memcached to pymemcache." d9500e1 Remove dogpile kwarg test aa2a5c2 Fix python2 syntaxe in doc 9a7e70f Fix pymemcache release note python package name Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 13 +++ lower-constraints.txt | 1 - oslo_cache/_memcache_pool.py | 93 ++++++++++++---------- ...fix-memcache-pool-backend-b9e6aaab08075d68.yaml | 7 ++ ...n-memcached-to-pymemcache-566e70b224f92b73.yaml | 2 +- setup.cfg | 2 +- test-requirements.txt | 2 +- 10 files changed, 107 insertions(+), 86 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 10d5c34..98c6823 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ stestr>=2.0.0 # Apache-2.0 -pymemcache>=2.1.1 # Apache 2.0 +python-memcached>=1.56 # PSF
participants (1)
-
no-reply@openstack.org