Closed dependabot[bot] closed 1 week ago
This PR updates the strawberry-graphql dependency from version 0.243.1 to 0.247.2. The update includes several bug fixes and improvements, particularly focusing on WebSocket protocol handling, directive management, and enum support.
sequenceDiagram
participant Client
participant Server
Client->>Server: Start operation
alt Client disconnects quickly
Server->>Server: Await coroutine
else Client remains connected
Server->>Client: Continue operation
end
classDiagram
class Enum {
<<interface>>
}
class AnimalKind {
+AXOLOTL
+CAPYBARA
}
Enum <|-- AnimalKind
note for AnimalKind "Raw Python enum types can now be used in the schema without @strawberry.enum"
Change | Details | Files |
---|---|---|
Improved WebSocket protocol handling |
|
poetry.lock |
Bug fixes and improvements in schema handling |
|
poetry.lock |
Comparing dependabot/pip/strawberry-graphql-0.247.2
(ab675c3) with main
(d1fc069)
âś… 1
untouched benchmarks
Superseded by #211.
Bumps strawberry-graphql from 0.243.1 to 0.247.2.
Release notes
Sourced from strawberry-graphql's releases.
... (truncated)
Changelog
Sourced from strawberry-graphql's changelog.
... (truncated)
Commits
74ad18c
Release 🍓 0.247.23561948
Fix result source was never awaited if clients disconnect fast (#3687)6839371
Release 🍓 0.247.1c3b8135
Handle websocket disconnects more gracefully (#3685)3e2b9bf
Move argument metadata docs (#3683)8859ad3
Release 🍓 0.247.0b701eb0
Fix graphql ws did not ignore parsing errors (#3670)2a6d788
Release 🍓 0.246.39947fee
Fix interfaces with duplicate directives (#3674)56172dc
Release 🍓 0.246.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show
Summary by Sourcery
Build: