mirror of
https://github.com/django/daphne.git
synced 2025-04-23 18:22:15 +03:00
32 lines
743 B
Plaintext
32 lines
743 B
Plaintext
0.9.1 (2016-02-21)
|
|
------------------
|
|
|
|
* Fix packaging issues with previous release
|
|
|
|
0.9 (2016-02-21)
|
|
----------------
|
|
|
|
* Staticfiles support in runserver
|
|
|
|
* Runserver logs requests and WebSocket connections to console
|
|
|
|
* Runserver autoreloads correctly
|
|
|
|
* --noasgi option on runserver to use the old WSGI-based server
|
|
|
|
* --noworker option on runserver to make it not launch worker threads
|
|
|
|
* Streaming responses work correctly
|
|
|
|
* Authentication decorators work again with new ASGI spec
|
|
|
|
* channel_session_user_from_http decorator introduced
|
|
|
|
* HTTP Long Poll support (raise ResponseLater)
|
|
|
|
* Handle non-latin1 request body encoding
|
|
|
|
* ASGI conformance tests for built-in database backend
|
|
|
|
* Moved some imports around for more sensible layout
|