mirror of
https://github.com/django/daphne.git
synced 2025-04-23 10:12:12 +03:00
69 lines
1.6 KiB
Plaintext
69 lines
1.6 KiB
Plaintext
0.9.5 (2016-03-10)
|
|
------------------
|
|
|
|
* `runworker` now has an --alias option to specify a different channel layer
|
|
|
|
* `runserver` correctly falls back to WSGI mode if no channel layers configured
|
|
|
|
|
|
0.9.4 (2016-03-08)
|
|
------------------
|
|
|
|
* Worker processes now exit gracefully (finish their current processing) when
|
|
sent SIGTERM or SIGINT.
|
|
|
|
* `runserver` now has a shorter than standard HTTP timeout configured
|
|
of 60 seconds.
|
|
|
|
|
|
0.9.3 (2016-02-28)
|
|
------------------
|
|
|
|
* Static file serving is significantly faster thanks to larger chunk size
|
|
|
|
* `runworker` now refuses to start if an in memory layer is configured
|
|
|
|
|
|
0.9.2 (2016-02-28)
|
|
------------------
|
|
|
|
* ASGI spec updated to include `order` field for WebSocket messages
|
|
|
|
* `enforce_ordering` decorator introduced
|
|
|
|
* DatabaseChannelLayer now uses transactions to stop duplicated messages
|
|
|
|
|
|
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
|