mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
parent
2650505eab
commit
08f0a0934c
|
@ -8,14 +8,14 @@
|
|||
------------------
|
||||
|
||||
Full release notes, with more upgrade details, are available at:
|
||||
http://channels.readthedocs.io/en/latest/releases/1.0.0.html
|
||||
https://channels.readthedocs.io/en/latest/releases/1.0.0.html
|
||||
|
||||
* BREAKING CHANGE: WebSockets must now be explicitly accepted or denied.
|
||||
See http://channels.readthedocs.io/en/latest/releases/1.0.0.html for more.
|
||||
See https://channels.readthedocs.io/en/latest/releases/1.0.0.html for more.
|
||||
|
||||
* BREAKING CHANGE: Demultiplexers have been overhauled to directly dispatch
|
||||
messages rather than using channels to new consumers. Consult the docs on
|
||||
generic consumers for more: http://channels.readthedocs.io/en/latest/generics.html
|
||||
generic consumers for more: https://channels.readthedocs.io/en/latest/generics.html
|
||||
|
||||
* BREAKING CHANGE: Databinding now operates from implicit group membership,
|
||||
where your code just has to say what groups would be used and Channels will
|
||||
|
|
Loading…
Reference in New Issue
Block a user