File: 4.1.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 (34 lines) | stat: -rw-r--r-- 804 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
4.1.0 Release Notes
===================

Channels 4.1 is maintenance release in the 4.x series.


Python and Django support
-------------------------

* A Python version of 3.8 or higher is required.

* Django 4.2 is now the minimum supported version.


Bugfixes & Small Changes
------------------------

* Exceptions in ``HttpConsumer`` are now correctly propagated.

  Thanks to Adam Johnson.

* URLRouter is updated for compatibility with in-development changes in Django.

  Thanks to Adam Johnson.

* URLRouter is updated to correctly handle ``root_path``.

  Thanks to Alejandro R. Sedeño.

* Websocket consumers are updated for newer ASGI spec versions, adding the
  ``headers`` parameter for the ``accept`` event, and ``reason`` for the
  ``close`` event.

  Thanks to Kristján Valur Jónsson.