mirror of
https://github.com/django/daphne.git
synced 2024-11-22 16:06:34 +03:00
Releasing 1.1.0
This commit is contained in:
parent
2edfe5d7d5
commit
04118cab7e
|
@ -1,3 +1,17 @@
|
||||||
|
1.1.0 (2017-03-18)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* HTTP/2 termination is now supported natively. The Twisted dependency has been
|
||||||
|
increased to at least 17.1 as a result; for more information about setting up
|
||||||
|
HTTP/2, see the README.
|
||||||
|
|
||||||
|
* X-Forwarded-For decoding support understands IPv6 addresses, and picks the
|
||||||
|
most remote (leftmost) entry if there are multiple relay hosts.
|
||||||
|
|
||||||
|
* Fixed an error where `disconnect` messages would still try and get sent even
|
||||||
|
if the client never finished a request.
|
||||||
|
|
||||||
|
|
||||||
1.0.3 (2017-02-12)
|
1.0.3 (2017-02-12)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.0.3"
|
__version__ = "1.1.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user