File tree Expand file tree Collapse file tree 4 files changed +40
-1
lines changed Expand file tree Collapse file tree 4 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 1
1
Full release notes, with more details and upgrade information, are available at:
2
2
https://channels.readthedocs.io/en/latest/releases
3
3
4
+ 4.3.0 (2025-07-28)
5
+ ------------------
6
+
7
+ * Updated asgiref dependency to v3.9+.
8
+
9
+ * Dropped support for EOL Python and Django versions. Python 3.9 is now the
10
+ minimum supported version.
11
+
12
+ * Fixed compatibility of ``ChannelsLiveServerTestCase`` with Django 5.2.
13
+
14
+ * Fixed DB setup for spawned testing subprocess, typically on Windows and macOS.
15
+
16
+ See the `Version 4.3.0 release notes
17
+ <https://channels.readthedocs.io/en/latest/releases/4.3.0.html>`_ for more
18
+ details.
19
+
4
20
4.2.2 (2025-03-30)
5
21
------------------
6
22
Original file line number Diff line number Diff line change 1
- __version__ = "4.2.2 "
1
+ __version__ = "4.3.0 "
2
2
3
3
4
4
DEFAULT_CHANNEL_LAYER = "default"
Original file line number Diff line number Diff line change
1
+ 4.3.0 Release Notes
2
+ ===================
3
+
4
+ Channels 4.3 is a maintenance release in the 4.x series.
5
+
6
+ Bugfixes & Small Changes
7
+ ------------------------
8
+
9
+ * Updated asgiref dependency to v3.9+.
10
+
11
+ The ``ApplicationCommunicator `` testing utility will now return its result if
12
+ the application is finished when sending input. Assert the
13
+ ``CancelledError` `` rather than allowing a timeout in your tests if you're
14
+ affected by this change.
15
+
16
+ * Dropped support for EOL Python and Django versions. Python 3.9 is now the
17
+ minimum supported version.
18
+
19
+ * Fixed compatibility of ``ChannelsLiveServerTestCase `` with Django 5.2.
20
+
21
+ * Fixed DB setup for spawned testing subprocess, typically on Windows and macOS.
22
+
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Release Notes
4
4
.. toctree ::
5
5
:maxdepth: 1
6
6
7
+ 4.3.0
7
8
4.2.2
8
9
4.2.1
9
10
4.2.0
You can’t perform that action at this time.
0 commit comments