* Add option to define confidence in cached entries
3.9.1
------ Release Date: 2022-06-13
* Features
* Extend coverage of cachable commands * Expose option to share TrackingCache between client
3.9
---- Release Date: 2022-06-12
* Features
* Add support for client side caching (:ref:`handbook/caching:caching`)
3.8.12
------- Release Date: 2022-06-10
* Features
* Add support for sharded pubsub for redis 7.0.1 (:ref:`handbook/pubsub:cluster pub/sub`) * Expose :paramref:`~coredis.Redis.from_url.verify_version` parameter to :meth:`coredis.Redis.from_url` factory function
* Experiments
* Extend CI coverage for keydb & dragonfly
3.8.11
------- Release Date: 2022-06-07
* Bug Fixes
* Fix support for HELLO SETNAME * Fix routing of ACL SAVE in cluster mode
* Chores
* Improved test coverage for server commands
3.8.10
------- Release Date: 2022-06-07
* Features
* New ``nodenames`` parameter added to sentinel_info_cache
* Chores
* Added redis 7.0 to sentinel test coverage matrix