[openstack-announce] [release][oslo] oslo.cache release 0.7.0 (liberty)
davanum at gmail.com
davanum at gmail.com
Thu Aug 27 16:37:21 UTC 2015
We are pumped to announce the release of:
oslo.cache 0.7.0: Cache storage for Openstack projects.
This release is part of the liberty 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
For more details, please see the git log history below and:
http://launchpad.net/oslo.cache/+milestone/0.7.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.cache
Changes in oslo.cache 0.6.0..0.7.0
----------------------------------
24f10af Updated from global requirements
0a7c3bf Implement get/set/delete multiple keys for dictionary backend
Diffstat (except docs and test files)
-------------------------------------
oslo_cache/backends/dictionary.py | 24 +++++++++++++++++++++++-
requirements.txt | 2 +-
3 files changed, 45 insertions(+), 2 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 965e06e..c8db072 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ six>=1.9.0
-oslo.config>=2.1.0 # Apache-2.0
+oslo.config>=2.3.0 # Apache-2.0
More information about the OpenStack-announce
mailing list