forked from pool/python-pymemcache
- update to 3.3.0:
* ``HashClient`` can now be imported from the top-level ``pymemcache`` package (e.g. ``pymemcache.HashClient``). * ``HashClient.get_many()`` now longer stores ``False`` for missing keys from unavailable clients. Instead, the result won't contain the key at all. * Added missing ``HashClient.close()`` and ``HashClient.quit()``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=25
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 13 07:29:30 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 3.3.0:
|
||||
* ``HashClient`` can now be imported from the top-level ``pymemcache`` package
|
||||
(e.g. ``pymemcache.HashClient``).
|
||||
* ``HashClient.get_many()`` now longer stores ``False`` for missing keys from
|
||||
unavailable clients. Instead, the result won't contain the key at all.
|
||||
* Added missing ``HashClient.close()`` and ``HashClient.quit()``.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 14 09:30:56 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user