mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
Releasing 0.16.1
This commit is contained in:
parent
e7a354e03c
commit
27d064328a
|
@ -1,3 +1,14 @@
|
|||
0.16.1 (2016-07-12)
|
||||
-------------------
|
||||
|
||||
* WebsocketConsumer now has a http_user option for auto user sessions.
|
||||
|
||||
* consumer_started and consumer_finished signals are now available under
|
||||
channels.signals.
|
||||
|
||||
* Database connections are closed whenever a consumer finishes.
|
||||
|
||||
|
||||
0.16.0 (2016-07-06)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "0.16.0"
|
||||
__version__ = "0.16.1"
|
||||
|
||||
default_app_config = 'channels.apps.ChannelsConfig'
|
||||
DEFAULT_CHANNEL_LAYER = 'default'
|
||||
|
|
Loading…
Reference in New Issue
Block a user