mirror of
https://github.com/django/daphne.git
synced 2025-04-20 08:42:18 +03:00
Releasing 0.17.0
This commit is contained in:
parent
e15f6ead6f
commit
ad8f4663c8
|
@ -1,3 +1,14 @@
|
|||
0.17.0 (2016-07-19)
|
||||
-------------------
|
||||
|
||||
* Data Binding framework is added, which allows easy tying of model changes
|
||||
to WebSockets (and other protocols) and vice-versa.
|
||||
|
||||
* Standardised WebSocket/JSON multiplexing introduced
|
||||
|
||||
* WebSocket generic consumers now have a 'close' argument on send/group_send
|
||||
|
||||
|
||||
0.16.1 (2016-07-12)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "0.16.1"
|
||||
__version__ = "0.17.0"
|
||||
|
||||
default_app_config = 'channels.apps.ChannelsConfig'
|
||||
DEFAULT_CHANNEL_LAYER = 'default'
|
||||
|
|
Loading…
Reference in New Issue
Block a user