Skip to content

Commit 2d64b3f

Browse files
committed
Version 4.3.0.
1 parent 253a654 commit 2d64b3f

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-1
lines changed

CHANGELOG.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Full release notes, with more details and upgrade information, are available at:
22
https://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+
420
4.2.2 (2025-03-30)
521
------------------
622

channels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.2.2"
1+
__version__ = "4.3.0"
22

33

44
DEFAULT_CHANNEL_LAYER = "default"

docs/releases/4.3.0.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+

docs/releases/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)