15
0

- update to 1.3.4:

* [usecase] [valkey] Added backend for valkey server. This is
    based on valkey-py as the driver.
  * Fixes to the recently added RedisClusterBackend fixing a
    runtime typing error that prevented it from running.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=93
This commit is contained in:
2025-07-05 15:04:17 +00:00
committed by Git OBS Bridge
parent 0672e84bfb
commit 5b53d8821b
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jul 5 15:03:31 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.3.4:
* [usecase] [valkey] Added backend for valkey server. This is
based on valkey-py as the driver.
* Fixes to the recently added RedisClusterBackend fixing a
runtime typing error that prevented it from running.
-------------------------------------------------------------------
Wed Mar 26 07:48:23 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>