From ff71c467159baac86b8c2f4ea8f0d84b9ba326f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Pito=C5=84?= Date: Wed, 21 Feb 2024 16:19:12 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab5254eb..57dac2ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Added `execute_get_queries` setting to the `GraphQL` apps that controls execution of the GraphQL "query" operations made with GET requests. Defaults to `False`. - Added support for the Apollo Federation versions up to 2.6. - Fixed deprecation warnings in Apollo Tracing extension. +- Added a check to prevent `subscription` operation execution when query is made with POST request. ## 0.22 (2024-01-31)