[release][oslo] oslo.cache release 0.2.0 (liberty)
We are glad to announce the release of: oslo.cache 0.2.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.2.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.cache Changes in oslo.cache 0.1.2..0.2.0 ---------------------------------- 5351851 Usage docs 86f016f Document the backends 72dfa00 Remove unused _on_arguments 12e2565 Fix up option help 63f88c4 Register backends in a cycle 41f930a Use "group" rather than "section" 38a6e14 swap the order of conf for a function 008af8e Don't use global conf f8817c2 Make DebugProxy private 570ca81 make REGION public bba888b Fix docstring for configure_cache_region c3de001 Remove useless docs from private functions f302012 Fix docs for get_memoization_decorator 816e6dc Docs for configure() Diffstat (except docs and test files) ------------------------------------- oslo_cache/_opts.py | 29 ++--- oslo_cache/backends/memcache_pool.py | 2 + oslo_cache/backends/mongo.py | 4 + oslo_cache/backends/noop.py | 4 + oslo_cache/core.py | 215 +++++++++++++++++++---------------- 8 files changed, 184 insertions(+), 151 deletions(-)
participants (1)
-
davanum@gmail.com