- Enforcing `field.is_async=True` for all fields with field extensions as a workaround for [3236](https://github.com/strawberry-graphql/strawberry/issues/3236) when running in an event loop.
0.1.9
Changes
- Bumped up versions of strawberry and strawberry django - Wrapped all field extensions resolve function as a workaround for [3236](https://github.com/strawberry-graphql/strawberry/issues/3236)
0.1.8
Changes
- Fixed a bug that caused double execution of validation in some cases
0.1.7
Changes
- Workaround for field extensions landing in `resolve` instead of `resolve_async` when running in async context.
0.1.6
Changes
- Fixes validation and permission callbacks to support both camel and snake case naming.
0.1.5
Changes
- Fixes 2 - Fixes a bug with resolving the `TokenType` when not using long standing refresh tokens.