File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22---------
33
4+ v0.4.19
5+ =======
6+ - Added Django Channels transport support for WebSocket communication
7+
48v0.4.18
59=======
610- Fixed Stalette/FastAPI implementation and added example using FastAPI server
Original file line number Diff line number Diff line change 24242525
2626# The full version, including alpha/beta/rc tags
27- release = '0.4.18 '
27+ release = '0.4.19 '
2828
2929# -- General configuration ---------------------------------------------------
3030
Original file line number Diff line number Diff line change 1- __version__ = '0.4.18 '
1+ __version__ = '0.4.19 '
Original file line number Diff line number Diff line change @@ -64,7 +64,9 @@ graphql =
6464 graphql-core>=3.2.0
6565 gql>=3.4.0
6666websockets = websockets>=11.0.0
67- channels = channels>=4.0.0
67+ channels =
68+ channels>=4.0.0
69+ daphne>=4.1.2
6870asyncwebsockets = asyncwebsockets>=0.9.4
6971
7072[options.entry_points]
You can’t perform that action at this time.
0 commit comments