diff --git a/python-redis.changes b/python-redis.changes index a681204..02f6acc 100644 --- a/python-redis.changes +++ b/python-redis.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Oct 1 17:22:27 UTC 2022 - Dirk Müller + +- update to 4.3.4: + * Fix backward compatibility from 4.3.2 in Lock.acquire() + * Fix XAUTOCLAIM to return the full response, instead of only keys 2+ + * Added dynamic_startup_nodes configuration to RedisCluster. + * Fix retries in async mode + * Async cluster: fix simultaneous initialize + * Uppercased commands in CommandsParser.get_keys + * Late eval of the skip condition in async tests + * Reuse the old nodes' connections when a cluster topology refresh is being done + * Docs: add pipeline examples + * Correct retention_msecs value + * Cluster: use pipeline to execute split commands + * Docs: Add a note about client_setname and client_name difference + ------------------------------------------------------------------- Mon Jun 13 10:18:12 UTC 2022 - Ben Greiner diff --git a/python-redis.spec b/python-redis.spec index 9bbc605..906f245 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-redis -Version: 4.3.3 +Version: 4.3.4 Release: 0 Summary: Python client for Redis key-value store License: MIT diff --git a/redis-4.3.3.tar.gz b/redis-4.3.3.tar.gz deleted file mode 100644 index 711e974..0000000 --- a/redis-4.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f7a57cf4af15cd543c4394bcbe2b9148db2606a37edba755368836e3a1d053e -size 4564562 diff --git a/redis-4.3.4.tar.gz b/redis-4.3.4.tar.gz new file mode 100644 index 0000000..165e844 --- /dev/null +++ b/redis-4.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880 +size 4569389