-------
Release Date: 2022-06-25
* Features
* Added :paramref:`coredis.Redis.noreply` and :paramref:`coredis.RedisCluster.noreply` option
to Redis & RedisCluster constructors to allow using the client without waiting for response from the
server
* Build wheels for all architectures supported by cibuildwheel
* Deprecations / Removals
* Remove deprecated sentinel methods
* Add warnings for :meth:`~coredis.Redis.client_setname`, :meth:`~coredis.Redis.client_reply`
and :meth:`~coredis.Redis.auth` commands
* Bug Fixes
* Fix missing :data:`protocol_version` in cluster pipeline code paths