⭐ New Features
- Avoid
graphql.AssertException
for persisted query #930 - Use either
first
orafter
to determine forward pagination #929
🪲 Bug Fixes
- Pagination with "after" cursor results in
ScrollPosition
that skips one extra item #925 - Observation instrumentation assumes local context is a GraphQLContext #918
- WebSocketGraphQlInterceptor is not notified when idle connection is closed #872
📔 Documentation
- Updated documentation with guidance on using virtual threads #907