Releasing 0.10.1

This commit is contained in:
Andrew Godwin 2016-03-29 03:31:32 -07:00
parent ca35d6c18f
commit e0e27ff9eb
2 changed files with 13 additions and 1 deletions

View File

@ -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) 0.10.0 (2016-03-21)
------------------- -------------------

View File

@ -1 +1 @@
__version__ = "0.10.0" __version__ = "0.10.1"