File: 2.1.3.rst

package info (click to toggle)
python-django-channels 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 872 kB
  • sloc: python: 2,394; makefile: 154; sh: 8
file content (23 lines) | stat: -rw-r--r-- 562 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2.1.3 Release Notes
===================

Channels 2.1.3 is another bugfix release in the 2.1 series.


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

* An ALLOWED_ORIGINS value of "*" will now also allow requests without a Host
  header at all (especially important for tests)

* The request.path value is now correct in cases when a server has SCRIPT_NAME
  set.

* Errors that happen inside channel listeners inside a runworker or Worker
  class are now raised rather than suppressed.


Backwards Incompatible Changes
------------------------------

None.