File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
- 4.0.0b2 (2022-09-08)
2
- --------------------
1
+ 4.0.0 (2022-10-07)
2
+ ------------------
3
+
4
+ Version 4.0.0 migrates the underlying Redis library from ``aioredis`` to ``redis-py``.
5
+ (``aioredis`` was retired and moved into ``redis-py``, which will host the ongoing development.)
6
+
7
+ The API is unchanged. Version 4.0.0 should be compatible with existing Channels 3 projects, as well as Channels 4
8
+ projects.
3
9
4
- This is a beta release to allow testing with the new redis-py dependency .
10
+ * Migrated from ``aioredis`` to `` redis-py`` .
5
11
6
- * Migrated from aioredis to redis-py .
12
+ * Added support for passing kwargs to sentinel connections .
7
13
14
+ * Updated dependencies and obsolete code.
8
15
9
16
3.4.1 (2022-07-12)
10
17
------------------
Original file line number Diff line number Diff line change 1
- __version__ = "4.0.0b2 "
1
+ __version__ = "4.0.0 "
You can’t perform that action at this time.
0 commit comments