mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +03:00
Releasing 0.10.1
This commit is contained in:
parent
ca35d6c18f
commit
e0e27ff9eb
|
@ -1,3 +1,15 @@
|
|||
0.10.1 (2016-03-29)
|
||||
-------------------
|
||||
|
||||
* WebSockets now close after they've been open for longer than the channel
|
||||
layer group expiry (86400 seconds by default for most layers).
|
||||
|
||||
* Binding to UNIX sockets is now possible (use the -u argument)
|
||||
|
||||
* WebSockets now send keepalive pings if they've had no data for a certain
|
||||
amount of time (20 seconds by default, set with --ping-interval)
|
||||
|
||||
|
||||
0.10.0 (2016-03-21)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.10.0"
|
||||
__version__ = "0.10.1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user