mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Updated change notes and version for 4.1 release.
This commit is contained in:
parent
ef24796243
commit
df0680c9ad
|
@ -1,8 +1,13 @@
|
||||||
4.1.0 (unreleased)
|
4.1.0 (2024-02-10)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* Added support for Python 3.12
|
* Added support for Python 3.12.
|
||||||
|
|
||||||
|
* Dropped support for EOL Python 3.7.
|
||||||
|
|
||||||
|
* Handled root path for websocket scopes.
|
||||||
|
|
||||||
|
* Validate HTTP header names as per RFC 9110.
|
||||||
|
|
||||||
4.0.0 (2022-10-07)
|
4.0.0 (2022-10-07)
|
||||||
------------------
|
------------------
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
__version__ = "4.0.0"
|
__version__ = "4.1.0"
|
||||||
|
|
||||||
|
|
||||||
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
|
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
|
||||||
|
|
Loading…
Reference in New Issue
Block a user