-
-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate websockets into the async base view (#3638)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Patrick Arminio <[email protected]>
- Loading branch information
1 parent
1b33547
commit 40a0504
Showing
52 changed files
with
891 additions
and
1,638 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Release type: minor | ||
|
||
Starting with this release, WebSocket logic now lives in the base class shared between all HTTP integrations. | ||
This makes the behaviour of WebSockets much more consistent between integrations and easier to maintain. |
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,7 @@ | ||
🚀 Starting with Strawberry $version, WebSocket logic now lives in the base | ||
class shared across all HTTP integrations. More consistent behavior and easier | ||
maintenance for WebSockets across integrations. 🎉 | ||
|
||
Thanks to $contributor for the PR 👏 | ||
|
||
$release_url |
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
strawberry/aiohttp/handlers/graphql_transport_ws_handler.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.