[release-announce] oslo.cache 1.37.1 (train)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 16 10:09:18 UTC 2021


We jubilantly announce the release of:

oslo.cache 1.37.1: Cache storage for OpenStack projects.

This release is part of the train stable 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.

1.37.1
^^^^^^

New Features

* Added a new memcached driver that uses pymemcache through
  dogpile.cache.

  If willing to use this driver, make sure you have both
  dogpile.cache>=1.1.2 and pymemcache>=3.4.0 installed.

Changes in oslo.cache 1.37.0..1.37.1
------------------------------------

3e30378 Add dogpile.cache.pymemcache backend
7a53494 Add TLS context creation from config
15435b8 Add TLS options to oslo.cache
ab6be84 Dropping lower constraints testing
fdda759 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
b87d4fb Update .gitreview for stable/train


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  1 +
.zuul.yaml                                         |  1 -
lower-constraints.txt                              | 69 -------------------
oslo_cache/_opts.py                                | 66 ++++++++++++++----
oslo_cache/core.py                                 | 22 ++++++
....cache.pymemcache-backend-627d31a76013f8e1.yaml |  7 ++
setup.cfg                                          |  3 +-
test-requirements.txt                              |  3 +-
tox.ini                                            |  8 +--
10 files changed, 167 insertions(+), 91 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 98c6823..e02fb82 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11,2 @@ stestr>=2.0.0 # Apache-2.0
-python-memcached>=1.56 # PSF
+python-memcached>1.55;python_version=='2.7' # PSF
+python-memcached>1.57;python_version>='3.4' # PSF






More information about the Release-announce mailing list