It seems we don't need to use `await` anymore with the `subscribe` method since the [latest 3.3.0a3 pre-release](https://github.com/graphql-python/graphql-core/releases/tag/v3.3.0a3). This causes current [gql tests to fail](https://github.com/graphql-python/gql/issues/416) with either: - `TypeError: object async_generator can't be used in 'await' expression` - `TypeError: object ExecutionResult can't be used in 'await' expression` That new interface seems cleaner but could you please maybe indicate that breaking change in the release notes? Thanks,