Releasing 2.2.0

This commit is contained in:
Andrew Godwin 2018-06-13 11:55:20 -07:00 committed by Andrew Godwin
parent ece52b8e79
commit bb54f41736
2 changed files with 15 additions and 1 deletions

View File

@ -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)
------------------

View File

@ -1 +1 @@
__version__ = "2.1.2"
__version__ = "2.2.0"