Skip to content

Commit 71aec00

Browse files
committed
Slightly improved v1.0.0rc4 changelog.
1 parent 5de1067 commit 71aec00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2525

2626
## [1.0.0rc4] - 2023-05-03
2727

28-
- `GraphqlWsConsumer.warn_resolver_timeout` removed.
28+
- `GraphqlWsConsumer.warn_resolver_timeout` removed to avoid mess with
29+
user specified middlewares. This functionality can easily be
30+
implemented on the library user level by creating a designated
31+
middleware.
2932
- `GraphqlWsConsumer.middleware` accepts an instance of
3033
`graphql.MiddlewareManager` or the list of functions. Same as the
3134
argument `middleware` of `graphql.execute` method.

0 commit comments

Comments
 (0)