- update to 6.4.0:

* Added epsilon property to the vsim command
- update to 6.3.0:
  * Add support for new BITOP operations: DIFF, DIFF1, ANDOR, ONE
  * Support new VAMANA vector index type
  * Add new stream commands
  * add async Retry __eq__ and __hash__ & fix
    ExponentialWithJitterBackoff __eq__
  * Fixing sentinel command execution to allow returning of
    actual responses when meaningful - behaviour controlled by
    'return_responses' argument.
  * Annotate deprecated_args decorator to preserve wrapped
    function type signature
  * Fix ConnectionPool to raise MaxConnectionsError instead of
    Connection…
  * add async Retry __eq__ and __hash__ & fix
    ExponentialWithJitterBackoff __eq__
  * SentinelManagedConnection searches for new master upon
    connection failure (#3560)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=106
This commit is contained in:
2025-09-30 12:35:04 +00:00
committed by Git OBS Bridge
parent a7fd9a0eed
commit 3c19600b9c
4 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Sep 30 12:33:11 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 6.4.0:
* Added epsilon property to the vsim command
- update to 6.3.0:
* Add support for new BITOP operations: DIFF, DIFF1, ANDOR, ONE
* Support new VAMANA vector index type
* Add new stream commands
* add async Retry __eq__ and __hash__ & fix
ExponentialWithJitterBackoff __eq__
* Fixing sentinel command execution to allow returning of
actual responses when meaningful - behaviour controlled by
'return_responses' argument.
* Annotate deprecated_args decorator to preserve wrapped
function type signature
* Fix ConnectionPool to raise MaxConnectionsError instead of
Connection…
* add async Retry __eq__ and __hash__ & fix
ExponentialWithJitterBackoff __eq__
* SentinelManagedConnection searches for new master upon
connection failure (#3560)
-------------------------------------------------------------------
Mon Jun 30 16:54:24 UTC 2025 - Илья Индиго <ilya@ilya.top>