mirror of
https://github.com/django/daphne.git
synced 2024-11-22 16:06:34 +03:00
Releasing 0.9.2
This commit is contained in:
parent
a5cf4c0961
commit
6a7de0b6fd
|
@ -1,3 +1,10 @@
|
||||||
|
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)
|
0.9.1 (2016-03-01)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -7,6 +14,7 @@
|
||||||
|
|
||||||
* WebSocket upgrade header detection is now case insensitive
|
* WebSocket upgrade header detection is now case insensitive
|
||||||
|
|
||||||
|
|
||||||
0.9 (2016-02-21)
|
0.9 (2016-02-21)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.9.1"
|
__version__ = "0.9.2"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user