mirror of
https://github.com/django/daphne.git
synced 2025-07-14 18:02:17 +03:00
Releasing 0.10.1
This commit is contained in:
parent
52c821a186
commit
7864519241
|
@ -1,3 +1,23 @@
|
||||||
|
0.10.1 (2016-03-22)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Regular expressions for HTTP paths can now be Unicode under Python 3
|
||||||
|
|
||||||
|
* route() and include() now importable directly from `channels`
|
||||||
|
|
||||||
|
* FileResponse send speed improved for all code (previously just for staticfiles)
|
||||||
|
|
||||||
|
|
||||||
|
0.10.0 (2016-03-21)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* New routing system
|
||||||
|
|
||||||
|
* Updated to match new ASGI single-reader-channel name spec
|
||||||
|
|
||||||
|
* Updated to match new ASGI HTTP header encoding spec
|
||||||
|
|
||||||
|
|
||||||
0.9.5 (2016-03-10)
|
0.9.5 (2016-03-10)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "0.10.0"
|
__version__ = "0.10.1"
|
||||||
|
|
||||||
default_app_config = 'channels.apps.ChannelsConfig'
|
default_app_config = 'channels.apps.ChannelsConfig'
|
||||||
DEFAULT_CHANNEL_LAYER = 'default'
|
DEFAULT_CHANNEL_LAYER = 'default'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user