From e2c975e91adf6c8352e6e6f21a87b4725502216d Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Thu, 19 Feb 2026 13:54:38 +0100 Subject: [PATCH] chore(master): release execution 1.8.1 --- execution/CHANGELOG.md | 8 ++++++++ release-please-manifest.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/execution/CHANGELOG.md b/execution/CHANGELOG.md index 5ed9d155fb..be2ff4b097 100644 --- a/execution/CHANGELOG.md +++ b/execution/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.8.1](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.8.0...execution/v1.8.1) (2026-02-19) + + +### Bug Fixes + +* **resolve:** fix flaky singleflight deduplication tests ([#1393](https://github.com/wundergraph/graphql-go-tools/issues/1393)) ([4105082](https://github.com/wundergraph/graphql-go-tools/commit/41050822e677ec4f1e04b4541f078a976ffbee15)) +* **resolve:** guard OnFinished against nil loaderHookContext on skipped fetches ([#1394](https://github.com/wundergraph/graphql-go-tools/issues/1394)) ([f79d071](https://github.com/wundergraph/graphql-go-tools/commit/f79d07105440ee2f59242dff7e81e909b550a9d6)) + ## [1.8.0](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.7.0...execution/v1.8.0) (2026-02-16) diff --git a/release-please-manifest.json b/release-please-manifest.json index b6ffb21abe..073aff35f7 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { "v2": "2.0.0-rc.252", - "execution": "1.8.0" + "execution": "1.8.1" }