Update dependency aioredis to v2 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
aioredis | install | major |
==1.3.0 -> ==2.0.1
|
aioredis | dependencies | major |
1.3.0 -> 2.0.1
|
Release Notes
aio-libs/aioredis-py
v2.0.1
Features
- Added Python 3.10 to CI & Updated the Docs (see #1160)
- Enable mypy in CI (see #1101)
- Synchronized reading the responses from a connection (see #1106)
Fixes
- Remove del from Redis (Fixes #1115) (see #1227)
- fix socket.error raises (see #1129)
- Fix buffer is closed error when using PythonParser class (see #1213)
v2.0.0
Features
-
Port redis-py's client implementation to aioredis.
(see #891) -
Make hiredis an optional dependency.
(see #917)
v1.3.1
Bugfixes
- Fix transaction data decoding
(see #657) - Fix duplicate calls to
pool.wait_closed()
uponcreate_pool()
exception.
(see #671)
Deprecations and Removals
- Drop explicit loop requirement in API.
Deprecate
loop
argument. Throw warning in Python 3.8+ if explicitloop
is passed to methods.
(see #666)
Misc
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by RenovateBot