Skip to content

Commit 95d8744

Browse files
committed
Bumped version and change notes for v4.0.0 release.
1 parent 77a301f commit 95d8744

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
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.
39

4-
This is a beta release to allow testing with the new redis-py dependency.
10+
* Migrated from ``aioredis`` to ``redis-py``.
511

6-
* Migrated from aioredis to redis-py.
12+
* Added support for passing kwargs to sentinel connections.
713

14+
* Updated dependencies and obsolete code.
815

916
3.4.1 (2022-07-12)
1017
------------------

channels_redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.0b2"
1+
__version__ = "4.0.0"

0 commit comments

Comments
 (0)