14
0
forked from pool/python-redis

Accepting request 1088046 from home:AndreasStieger:branches:devel:languages:python

python-redis 4.5.5

OBS-URL: https://build.opensuse.org/request/show/1088046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=72
This commit is contained in:
2023-05-20 21:52:35 +00:00
committed by Git OBS Bridge
parent 389e533630
commit 96483c6333
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat May 20 12:11:45 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>
- update to 4.5.5:
* Add support for CLIENT NO-TOUCH
* Add support for CLUSTER MYSHARDID
* Add "address_remap" feature to RedisCluster
* Add WITHSCORES argument to ZREVRANK command
* Improve error output for master discovery
* Fix XADD: allow non negative maxlen
* Fix create single connection client from url
* Optionally disable disconnects in read_response
* Fix SLOWLOG GET return value
* Fix potential race condition during disconnection
* Return response in case of KeyError
* Fix incorrect usage of once flag in async Sentinel
* Fix memory leak caused by hiredis in asyncio case
* Really do not use asyncio's timeout lib before 3.11.2
-------------------------------------------------------------------
Mon May 8 07:12:58 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>