mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
Release 0.11.0
This commit is contained in:
parent
cf52c922e0
commit
2ef0baa5c2
|
@ -1,3 +1,13 @@
|
|||
0.11.0 (2016-04-05)
|
||||
-------------------
|
||||
|
||||
* ChannelTestCase base testing class for easier testing of consumers
|
||||
|
||||
* Routing rewrite to improve speed with nested includes and remove need for ^ operator
|
||||
|
||||
* Timeouts reading very slow request bodies
|
||||
|
||||
|
||||
0.10.3 (2016-03-29)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "0.10.3"
|
||||
__version__ = "0.11.0"
|
||||
|
||||
default_app_config = 'channels.apps.ChannelsConfig'
|
||||
DEFAULT_CHANNEL_LAYER = 'default'
|
||||
|
|
Loading…
Reference in New Issue
Block a user