From 6e94794fbd85ce559085c0b107cb69da3d1c7bc1 Mon Sep 17 00:00:00 2001 From: "wundergraph-bot[bot]" <285992168+wundergraph-bot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 09:58:40 +0000 Subject: [PATCH] chore(master): release 2.4.3 --- release-please-manifest.json | 2 +- v2/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/release-please-manifest.json b/release-please-manifest.json index 48dc1897b7..7a5f271d29 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.4.2", + "v2": "2.4.3", "execution": "1.15.4" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index 9b00508e19..a559af569b 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.4.3](https://github.com/wundergraph/graphql-go-tools/compare/v2.4.2...v2.4.3) (2026-06-05) + + +### Bug Fixes + +* calculate costs for abstract fields without double counting ([#1521](https://github.com/wundergraph/graphql-go-tools/issues/1521)) ([4175a9e](https://github.com/wundergraph/graphql-go-tools/commit/4175a9e1168ca0ac4a3c98dba1184a23ad69d8cc)) +* **jsonschema:** align nullability with JSON Schema 2020-12 ([#1518](https://github.com/wundergraph/graphql-go-tools/issues/1518)) ([6fcdf8c](https://github.com/wundergraph/graphql-go-tools/commit/6fcdf8c07098081cd390f82d06d36c7e0e56e62c)) + ## [2.4.2](https://github.com/wundergraph/graphql-go-tools/compare/v2.4.1...v2.4.2) (2026-06-03)