4.3.0 Release Notes
Channels 4.3 is a maintenance release in the 4.x series.
Bugfixes & Small Changes
Updated asgiref dependency to v3.9+.
The
ApplicationCommunicatortesting utility will now return its result if the application is finished when sending input. Assert theCancelledError`rather than allowing a timeout in your tests if you’re affected by this change.Dropped support for EOL Python and Django versions. Python 3.9 is now the minimum supported version.
Fixed compatibility of
ChannelsLiveServerTestCasewith Django 5.2.Fixed DB setup for spawned testing subprocess, typically on Windows and macOS.