mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +03:00
Version 0.9
This commit is contained in:
parent
aa6c0a73e6
commit
ee20b26921
14
CHANGELOG.txt
Normal file
14
CHANGELOG.txt
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
0.9 (2016-02-21)
|
||||||
|
----------------
|
||||||
|
|
||||||
|
* Signal handlers can now be disabled if you want to run inside a thread
|
||||||
|
(e.g. inside Django autoreloader)
|
||||||
|
|
||||||
|
* Logging hooks that can be used to allow calling code to show requests
|
||||||
|
and other events.
|
||||||
|
|
||||||
|
* Headers are now transmitted for websocket.connect
|
||||||
|
|
||||||
|
* http.disconnect messages are now sent
|
||||||
|
|
||||||
|
* Request handling speed significantly improved
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.8.2"
|
__version__ = "0.9"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user