Release Notes
This release includes support for subscriptions over Server-Sent Events, as well as a few bug fixes and improvements.
Server
- Added support for subscriptions over Server-Sent Events #2126 by @SvenW and #2141 by @kyri-petrou
- Fixed an issue with error handling with
application/graphql-response+json
#2144 by @ghostdogpr - Optimized performance #2121 #2142 by @kyri-petrou
- Added
Mixed
query execution mode, where top-level fields are guaranteed to be executed in parallel and nested fields are executed in batched mode #2129 by @kyri-petrou - Improved UX for constructing a Caliban interpreter via interop #2130 by @kyri-petrou