mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Releasing 2.2.2
This commit is contained in:
parent
5fe47cbbed
commit
47358c7c79
|
@ -1,3 +1,13 @@
|
|||
2.2.2 (2018-08-16)
|
||||
------------------
|
||||
|
||||
* X-Forwarded-Proto support is now present and enabled if you turn on the
|
||||
--proxy-headers flag
|
||||
|
||||
* ASGI applications are no longer instantiated in a thread (the ASGI spec
|
||||
was finalised to say all constructors must be non-blocking on the main thread)
|
||||
|
||||
|
||||
2.2.1 (2018-07-22)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "2.2.1"
|
||||
__version__ = "2.2.2"
|
||||
|
|
Loading…
Reference in New Issue
Block a user