pypi strawberry-graphql 0.291.3
🍓 0.291.3

latest release: 0.291.2.dev1770456508
9 hours ago

This release fixes a bug where the async execute method was creating
new extension instances on every request (via get_extensions()),
instead of reusing cached instances like the sync execute_sync method
already did. This caused extensions that accumulate state across the
execution lifecycle (such as ApolloTracingExtension) to lose their
state between requests when using async execution.

Releases contributed by @bellini666 via #4181

Don't miss a new strawberry-graphql release

NewReleases is sending notifications on new releases.