File: 4.3.0.rst

package info (click to toggle)
python-django-channels 4.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,036 kB
  • sloc: python: 3,109; makefile: 155; javascript: 60; sh: 8
file content (22 lines) | stat: -rw-r--r-- 698 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 ``ApplicationCommunicator`` testing utility will now return its result if
  the application is finished when sending input. Assert the
  ``CancelledError``` 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 ``ChannelsLiveServerTestCase`` with Django 5.2.

* Fixed DB setup for spawned testing subprocess, typically on Windows and macOS.