Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion planning/releases/2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ dependencies.
via `web.WebSocketResponse().can_prepare(request).ok` and opens a
`Scope.REQUEST` child container for each HTTP request or a `Scope.SESSION`
child for each WebSocket connection, injecting the connection as context and
closing the child when the connection ends. Per-message work inside a
closing the child when the connection ends. A handler reads its child
container with `fetch_request_container(request)`. Per-message work inside a
WebSocket handler can open a nested `Scope.REQUEST` child of the SESSION
container.
- **`FromDI` + `@inject`.** Mark a handler parameter with
Expand Down