File: 3.0.2.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 (14 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
3.0.2 Release Notes
===================

Channels 3.0.2 fixes a bug in Channels 3.0.1

Bugfixes
--------

* Fixes a bug in Channels 3.0 where `StaticFilesWrapper` was not updated to
  the ASGI 3 single-callable interface.

* Users of the ``runworker`` command should ensure to update ``asgiref`` to
  version 3.3.1 or later, where an issue in ``asgiref.server.StatelessServer``
  was addressed.