mirror of
https://github.com/django/daphne.git
synced 2024-11-13 11:36:34 +03:00
48 lines
1021 B
Plaintext
48 lines
1021 B
Plaintext
0.10.0 (2016-03-21)
|
|
-------------------
|
|
|
|
* Multiple cookies are now set correctly
|
|
|
|
* Follows new ASGI single-response-channel spec for !
|
|
|
|
* Follows new ASGI header encoding spec for HTTP
|
|
|
|
|
|
0.9.3 (2016-03-08)
|
|
------------------
|
|
|
|
* WebSocket query strings are correctly encoded
|
|
|
|
|
|
0.9.2 (2016-03-02)
|
|
------------------
|
|
|
|
* HTTP requests now time out after a configurable amount of time and return 503
|
|
(default is 2 minutes)
|
|
|
|
|
|
0.9.1 (2016-03-01)
|
|
------------------
|
|
|
|
* Main thread actually idles rather than sitting at 100%
|
|
|
|
* WebSocket packets have an "order" attribute attached
|
|
|
|
* WebSocket upgrade header detection is now case insensitive
|
|
|
|
|
|
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
|