[release-announce] oslo.cache 1.31.1 (stein)

no-reply at openstack.org no-reply at openstack.org
Tue Oct 23 21:27:53 UTC 2018


We are delighted to announce the release of:

oslo.cache 1.31.1: Cache storage for OpenStack projects.

This release is part of the stein release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/oslo.cache/

Download the package from:

    https://pypi.org/project/oslo.cache

Please report issues through launchpad:

    https://bugs.launchpad.net/oslo.cache

For more details, please see below.

1.31.1
^^^^^^

Other Notes

* [bug 1743036 (https://bugs.launchpad.net/oslo.cache+bug/1743036)]
  The *backend_argument* value(s) for *url* when configuring memcache
  did not properly handle multiple servers. This is because the URL
  was passed as a string (comma delimited) instead of a list to the
  memcache library/client. The *url* argument is now special cased and
  will split the string on a comma so that it mirrors the behavior of
  the ListOpt used by *memcache_servers* option.

Changes in oslo.cache 1.31.0..1.31.1
------------------------------------

685a05e Config dict arguments.url must be a list
92cb9a0 Clean up .gitignore references to personal tools
d7eefe0 Don't quote {posargs} in tox.ini
77c3684 Always build universal wheels
43c6279 Drop expired connections before retrieving from the queue
9d94ae9 tox: Fix typo


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

.gitignore                                          | 21 ++++++++++++---------
oslo_cache/_memcache_pool.py                        |  2 +-
oslo_cache/core.py                                  |  2 ++
.../notes/bug-1743036-320ed918d5fb4325.yaml         | 10 ++++++++++
setup.cfg                                           |  2 +-
tox.ini                                             |  4 ++--
6 files changed, 28 insertions(+), 13 deletions(-)







More information about the Release-announce mailing list