We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e03c45 commit 8498605Copy full SHA for 8498605
CHANGELOG.txt
@@ -1,3 +1,23 @@
1
+4.3.0 (2025-07-22)
2
+------------------
3
+
4
+* Added support for Python 3.13.
5
6
+* Dropped support for EOL Python 3.8.
7
8
+* Updated Channels dependency to at least v4.2.2.
9
10
+* Updated asgiref dependency to at least v3.9.1.
11
12
+* Fixed compatibility with latest versions of pytest-asyncio.
13
14
+* Renamed internal methods in core channel layer for compatibility with
15
+ Channels v4.2.1+
16
17
+* Dropped testing against legacy Channels v3 branch.
18
19
+* Updated testing against latest redis-py versions.
20
21
4.2.1 (2024-11-15)
22
------------------
23
channels_redis/__init__.py
@@ -1 +1 @@
-__version__ = "4.2.1"
+__version__ = "4.3.0"
0 commit comments