We are excited to announce the release of: oslo.cache 1.37.0: Cache storage for OpenStack projects. This release is part of the train 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.0 ^^^^^^ Upgrade Notes * The default value for "memcache_socket_timeout" has been lowered from 3 seconds to 1 second. The positive side-effect of this can be found in downstream changes (https://github.com/crowbar/crowbar- openstack/pull/1429). If you deployment relies explicitly on a timeout of 3 seconds, please set that override in your configuration. Changes in oslo.cache 1.36.0..1.37.0 ------------------------------------ f67262f Lower the memcache_socket_timeout to one second a5023ba Add Python 3 Train unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +-- oslo_cache/_opts.py | 2 +- releasenotes/notes/lower_socket_timeout-ff5680a6be23bdb2.yaml | 9 +++++++++ setup.cfg | 1 + tox.ini | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-)