File: 2.1.7.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 (29 lines) | stat: -rw-r--r-- 859 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
24
25
26
27
28
29
2.1.7 Release Notes
===================

Channels 2.1.7 is another bugfix release in the 2.1 series, and the last
release (at least for a long while) with Andrew Godwin as the primary
maintainer.

Thanks to everyone who has used, supported, and contributed to Channels over
the years, and I hope we can keep it going with community support for a good
while longer.


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

* HTTP request body size limit is now enforced (the one set by the
  ``DATA_UPLOAD_MAX_MEMORY_SIZE`` setting)

* ``database_sync_to_async`` now closes old connections before it runs code,
  which should prevent some connection errors in long-running pages or tests.

* The auth middleware closes old connections before it runs, to solve similar
  old-connection issues.


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

None.