-
-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30ec8f5
commit d017e31
Showing
4 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "4.0.0" | ||
__version__ = "4.1.0" | ||
|
||
|
||
DEFAULT_CHANNEL_LAYER = "default" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
4.1.0 Release Notes | ||
=================== | ||
|
||
Channels 4.1 is maintenance release in the 4.x series. | ||
|
||
|
||
Python and Django support | ||
------------------------- | ||
|
||
* A Python version of 3.8 or higher is required. | ||
|
||
* Django 4.2 is now the minimum supported version. | ||
|
||
|
||
Bugfixes & Small Changes | ||
------------------------ | ||
|
||
* Exceptions in ``HttpConsumer`` are now correctly propagated. | ||
|
||
Thanks to Adam Johnson. | ||
|
||
* URLRouter is updated for compatibility with in-development changes in Django. | ||
|
||
Thanks to Adam Johnson. | ||
|
||
* URLRouter is updated to correctly handle ``root_path``. | ||
|
||
Thanks to Alejandro R. Sedeño. | ||
|
||
* Websocket consumers are updated for newer ASGI spec versions, adding the | ||
``headers`` parameter for the ``accept`` event, and ``reason`` for the | ||
``close`` event. | ||
|
||
Thanks to Kristján Valur Jónsson. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Release Notes | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
4.1.0 | ||
4.0.0 | ||
3.0.5 | ||
3.0.4 | ||
|