Changes
π New Features
- Add
dynamic_startup_nodes
parameter to async RedisCluster (#3646) - Support RESP3 with
hiredis-py
parser (#3648) - [Async] Support for transactions in async
RedisCluster
client (#3649)
π Bug Fixes
- Revert wrongly changed default value for
check_hostname
when instantiatingRedisSSLContext
(#3655) - Fixed potential deadlock from unexpected
__del__
call (#3654)
π§° Maintenance
- Update
search_json_examples.ipynb
: Fix the old importindexDefinition
->index_definition
(#3652) - Remove mandatory update of the CHANGES file for new PRs. Changes file will be kept for history for versions < 4.0.0 (#3645)
- Dropping
Python 3.8
support as it has reached end of life (#3657) - fix(doc): update Python print output in json doctests (#3658)
- Update redis-entraid dependency (#3661)
Contributors
We'd like to thank all the contributors who worked on this release!
@JCornat @ShubhamKaudewar @uglide @petyaslavova @vladvildanov