v2.4.0b1
Pre-release
Pre-release
- add support Sharded PUB/SUB
- new methods and properties
spublish
,ssubscribe
,sunsubscribe
,pubsub_shardchannels
,pubsub_shardnumsub
,sharded_pubsub_channels
- drop support Python 3.6, 3.7
- add support Python 3.11
- idle connections detection in connections pool
- change acquire connection behaviour from connection pool. Now connection acquire and release to pool by LIFO way for better idle connection detection
- deprecated
state_reload_frequency
option fromcreate_cluster
factory was removed