From 0fcaa80ab00ba45bc91e7aebec893c0a7be2fc80 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Wed, 2 Jul 2025 19:13:32 +0200 Subject: [PATCH] chore(master): release execution 1.4.0 --- execution/CHANGELOG.md | 12 ++++++++++++ release-please-manifest.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/execution/CHANGELOG.md b/execution/CHANGELOG.md index aa9dc71f48..66a89b54fb 100644 --- a/execution/CHANGELOG.md +++ b/execution/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.0](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.3.1...execution/v1.4.0) (2025-07-02) + + +### Features + +* improve apollo gateway compatible field selection validation ([#1169](https://github.com/wundergraph/graphql-go-tools/issues/1169)) ([8c1a063](https://github.com/wundergraph/graphql-go-tools/commit/8c1a06302309b5c3ad36f908cc8acbbc0bfafda6)) + + +### Bug Fixes + +* support different kinds of close, correct client unsubscribe behaviour ([#1174](https://github.com/wundergraph/graphql-go-tools/issues/1174)) ([b6de322](https://github.com/wundergraph/graphql-go-tools/commit/b6de32263b69902c1f687b7b3fbf89e90df85cd2)) + ## [1.3.1](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.3.0...execution/v1.3.1) (2025-06-05) diff --git a/release-please-manifest.json b/release-please-manifest.json index 12387cc3e6..e3b605bb9b 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { "v2": "2.0.0-rc.196", - "execution": "1.3.1" + "execution": "1.4.0" }