We are glad to announce the release of: keystonemiddleware 10.11.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/keystonemiddleware Download the package from: https://pypi.org/project/keystonemiddleware Please report issues through: https://bugs.launchpad.net/keystonemiddleware/+bugs For more details, please see below. 10.11.0 ^^^^^^^ Other Notes * Added tls support to the MemcacheClientPool driver via oslo.cache Changes in keystonemiddleware 10.10.0..10.11.0 ---------------------------------------------- b07e6a1 Add TLS support to MemcacheClientPool 87b4339 Strip inet(6) prefix Diffstat (except docs and test files) ------------------------------------- keystonemiddleware/auth_token/__init__.py | 1 + keystonemiddleware/auth_token/_cache.py | 20 +++++++++++++++++--- ...ls-support-via-oslo-cache-51d744dd8a3f6ba0.yaml | 4 ++++ requirements.txt | 2 +- 6 files changed, 35 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e5cd41a..aebe2b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ keystoneauth1>=3.12.0 # Apache-2.0 -oslo.cache>=1.26.0 # Apache-2.0 +oslo.cache>=3.11.0 # Apache-2.0