mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
Releasing version 0.13.0
This commit is contained in:
parent
175d13c28b
commit
6e40fba47c
|
@ -1,3 +1,12 @@
|
|||
0.13.0 (2016-05-07)
|
||||
-------------------
|
||||
|
||||
* Backpressure is now implemented, meaning responses will pause sending if
|
||||
the client does not read them fast enough.
|
||||
|
||||
* DatabaseChannelLayer has been removed; it was not sensible.
|
||||
|
||||
|
||||
0.12.0 (2016-04-26)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "0.12.0"
|
||||
__version__ = "0.13.0"
|
||||
|
||||
default_app_config = 'channels.apps.ChannelsConfig'
|
||||
DEFAULT_CHANNEL_LAYER = 'default'
|
||||
|
|
Loading…
Reference in New Issue
Block a user