forked from django/channels
-
Notifications
You must be signed in to change notification settings - Fork 0
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
af80858
commit 8d81c2b
Showing
5 changed files
with
35 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__ = "2.1.5" | ||
__version__ = "2.1.6" | ||
|
||
default_app_config = "channels.apps.ChannelsConfig" | ||
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,23 @@ | ||
2.1.6 Release Notes | ||
=================== | ||
|
||
Channels 2.1.6 is another bugfix release in the 2.1 series. | ||
|
||
|
||
Bugfixes & Small Changes | ||
------------------------ | ||
|
||
* HttpCommunicator now extracts query strings correctly from its provided | ||
arguments | ||
|
||
* AsyncHttpConsumer provides channel layer attributes following the same | ||
conventions as other consumer classes | ||
|
||
* Prevent late-Daphne import errors where importing ``daphne.server`` didn't | ||
work due to a bad linter fix. | ||
|
||
|
||
Backwards Incompatible Changes | ||
------------------------------ | ||
|
||
None. |
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 |
---|---|---|
|
@@ -24,3 +24,4 @@ Release Notes | |
2.1.3 | ||
2.1.4 | ||
2.1.5 | ||
2.1.6 |
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