Closed dependabot[bot] closed 2 weeks ago
This is a dependency update PR that bumps strawberry-graphql from version 0.243.1 to 0.247.1. The update includes several improvements to WebSocket handling, bug fixes for directive handling, and enhanced enum type support.
sequenceDiagram
participant Client
participant Server
Client->>Server: Connect via WebSocket
Note right of Server: Connection established
Client->>Server: Send message
Server-->>Client: Acknowledge message
Client->>Server: Unexpected disconnection
Note right of Server: Handle disconnection gracefully
Server-->>Client: Attempt reconnection
classDiagram
class AnimalKind {
<<enum>>
AXOLOTL
CAPYBARA
}
class AnimalType {
kind: AnimalKind
}
note for AnimalKind "Raw Python enum type used in schema"
Change | Details | Files |
---|---|---|
Improved WebSocket connection handling |
|
poetry.lock |
Bug fixes and improvements |
|
poetry.lock |
Comparing dependabot/pip/strawberry-graphql-0.247.1
(3155fed) with main
(d1fc069)
âś… 1
untouched benchmarks
Superseded by #210.
Bumps strawberry-graphql from 0.243.1 to 0.247.1.
Release notes
Sourced from strawberry-graphql's releases.
... (truncated)
Changelog
Sourced from strawberry-graphql's changelog.
... (truncated)
Commits
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.2153da5e
Use explicit response code to avoid type error (#3666)daec236
Fix CI with new Ubuntu LTS (#3667)Dependabot 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
Enhancements: