forked from pool/python-dogpile.cache
- Update to 1.1.4:
* [usecase] [memcached] Added support for pymemcache socket keepalive
and retrying client.
* [bug] [general] Fixed Python 3.10 deprecation warning involving
threading. Pull request
* [bug] [regression] [tests] Repaired the test suite to work with the
5.x series of the decorator module, which now appears to make use of
the __signature__ attribute.
* [bug] [regression] Fixed regression where ProxyBackend was missing
several methods that were added as part of the 1.1 release.
* [feature] [region] Added new region method CacheRegion.key_is_locked().
Returns True if the given key is subject to the dogpile lock, which
would indicate that the generator function is running at that time.
* [feature] [memcached] Added support for the pymemcache backend, using
the "dogpile.cache.pymemcache" backend identifier.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=69
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 6 04:29:32 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 1.1.4:
|
||||
* [usecase] [memcached] Added support for pymemcache socket keepalive
|
||||
and retrying client.
|
||||
* [bug] [general] Fixed Python 3.10 deprecation warning involving
|
||||
threading. Pull request
|
||||
* [bug] [regression] [tests] Repaired the test suite to work with the
|
||||
5.x series of the decorator module, which now appears to make use of
|
||||
the __signature__ attribute.
|
||||
* [bug] [regression] Fixed regression where ProxyBackend was missing
|
||||
several methods that were added as part of the 1.1 release.
|
||||
* [feature] [region] Added new region method CacheRegion.key_is_locked().
|
||||
Returns True if the given key is subject to the dogpile lock, which
|
||||
would indicate that the generator function is running at that time.
|
||||
* [feature] [memcached] Added support for the pymemcache backend, using
|
||||
the "dogpile.cache.pymemcache" backend identifier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 17 20:59:19 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user