forked from pool/python-dogpile.cache
Accepting request 367263 from Cloud:OpenStack:Master
- update to 0.5.7:
* Added new parameter :paramref:`.GenericMemcachedBackend.lock_timeout`,
used in conjunction with :paramref:`.GenericMemcachedBackend.distributed_lock`,
will specify the timeout used when communicating to the ``.add()`` method of
the memcached client.
* Added a new flag :paramref:`.CacheRegion.configure.replace_existing_backend`,
allows a region to have a new backend replace an existing one.
* Test suite now runs using py.test.
* Repaired the :meth:`.CacheRegion.get_multi` method when used with a
list of zero length against the redis backend.
OBS-URL: https://build.opensuse.org/request/show/367263
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=13
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 07:47:48 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
- update to 0.5.7:
|
||||
* Added new parameter :paramref:`.GenericMemcachedBackend.lock_timeout`,
|
||||
used in conjunction with :paramref:`.GenericMemcachedBackend.distributed_lock`,
|
||||
will specify the timeout used when communicating to the ``.add()`` method of
|
||||
the memcached client.
|
||||
* Added a new flag :paramref:`.CacheRegion.configure.replace_existing_backend`,
|
||||
allows a region to have a new backend replace an existing one.
|
||||
* Test suite now runs using py.test.
|
||||
* Repaired the :meth:`.CacheRegion.get_multi` method when used with a
|
||||
list of zero length against the redis backend.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 11:45:10 UTC 2015 - benoit.monin@gmx.fr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user