We are happy to announce the release of: oslo.cache 1.30.0: Cache storage for OpenStack projects. This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.cache Download the package from: https://pypi.python.org/pypi/oslo.cache Please report issues through launchpad: https://bugs.launchpad.net/oslo.cache For more details, please see below. 1.30.0 ^^^^^^ New Features * *memcache_socket_timeout* is changed to float, given the same default value '3.0'. Changes in oslo.cache 1.29.0..1.30.0 ------------------------------------ 6f320b4 Change memcache_socket_timeout to a float e003095 add lower-constraints job a629c5e Clean old output before new doc builds a32bd44 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 +++ lower-constraints.txt | 66 ++++++++++++++++++++++ oslo_cache/_opts.py | 10 ++-- oslo_cache/backends/memcache_pool.py | 2 +- .../memcache_socket_timeout-a7db772f052c107e.yaml | 5 ++ requirements.txt | 2 +- tox.ini | 12 +++- 8 files changed, 97 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 49a19bf..15c99b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ six>=1.10.0 # MIT -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org