mirror of
https://github.com/django/daphne.git
synced 2024-11-22 07:56:34 +03:00
Releasing 0.15.0
This commit is contained in:
parent
0b37e80614
commit
1a5cce9c75
|
@ -1,3 +1,15 @@
|
||||||
|
0.15.0 (2016-08-28)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Connections now force-close themselves after pings fail for a certain
|
||||||
|
timeframe, controllable via the new --ping-timeout option.
|
||||||
|
|
||||||
|
* Badly-formatted websocket response messages now log to console in
|
||||||
|
all situations
|
||||||
|
|
||||||
|
* Compatability with Twisted 16.3 and up
|
||||||
|
|
||||||
|
|
||||||
0.14.3 (2016-07-21)
|
0.14.3 (2016-07-21)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.14.3"
|
__version__ = "0.15.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user