mirror of
https://github.com/django/daphne.git
synced 2024-11-22 07:56:34 +03:00
Releasing 2.2.0
This commit is contained in:
parent
ece52b8e79
commit
bb54f41736
|
@ -1,3 +1,17 @@
|
||||||
|
2.2.0 (2018-06-13)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* HTTP timeouts have been removed by default, as they were only needed
|
||||||
|
with ASGI/Channels 1. You can re-enable them with the --http-timeout
|
||||||
|
argument to Daphne.
|
||||||
|
|
||||||
|
* Occasional errors on application timeout for non-fully-opened sockets
|
||||||
|
and for trying to read closed requests under high load are fixed.
|
||||||
|
|
||||||
|
* X-Forwarded-For headers are now correctly decoded in all environments
|
||||||
|
and no longer have unicode matching issues.
|
||||||
|
|
||||||
|
|
||||||
2.1.2 (2018-05-24)
|
2.1.2 (2018-05-24)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "2.1.2"
|
__version__ = "2.2.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user