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 11Full release notes, with more details and upgrade information, are available at:
22https://channels.readthedocs.io/en/latest/releases
33
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+
4204.2.2 (2025-03-30)
521------------------
622
Original file line number Diff line number Diff line change 1- __version__ = "4.2.2 "
1+ __version__ = "4.3.0 "
22
33
44DEFAULT_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
44.. toctree ::
55 :maxdepth: 1
66
7+ 4.3.0
78 4.2.2
89 4.2.1
910 4.2.0
You can’t perform that action at this time.
0 commit comments