We are happy to announce the release of:
oslo.cache 1.10.0: Cache storage for Openstack projects.
This release is part of the newton release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.cache
With package available at:
https://pypi.python.org/pypi/oslo.cache
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.cache
For more details, please see below.
Changes in oslo.cache 1.9.0..1.10.0
-----------------------------------
79ebe62 Handle empty memcache pool corner case
64e6b02 Updated from global requirements
7f3a539 Imported Translations from Zanata
a7709f6 Fixup intersphinx docs
43f4c97 Use entrypoints for backends
Diffstat (except docs and test files)
-------------------------------------
oslo_cache/_memcache_pool.py | 22 ++++++---
oslo_cache/backends/mongo.py | 2 +-
oslo_cache/core.py | 29 +++---------
oslo_cache/locale/de/LC_MESSAGES/oslo_cache.po | 12 ++---
oslo_cache/locale/oslo_cache.pot | 63 --------------------------
requirements.txt | 2 +-
setup.cfg | 5 ++
8 files changed, 41 insertions(+), 102 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 3c3ac71..28e46dd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-dogpile.cache>=0.5.7 # BSD
+dogpile.cache>=0.6.1 # BSD
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev