From ecac9ad064bdc4e8f91e1ce04c867aed8e3177e3 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Mon, 28 Jul 2025 15:14:41 +0200 Subject: [PATCH] chore(master): release 2.0.0-rc.211 --- release-please-manifest.json | 2 +- v2/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/release-please-manifest.json b/release-please-manifest.json index 106aacc394..ffcc10090b 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0-rc.210", + "v2": "2.0.0-rc.211", "execution": "1.4.0" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index b04e101a14..070fe49642 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.0-rc.211](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.210...v2.0.0-rc.211) (2025-07-28) + + +### Features + +* redesign handling for lists in gRPC ([#1246](https://github.com/wundergraph/graphql-go-tools/issues/1246)) ([a06c9db](https://github.com/wundergraph/graphql-go-tools/commit/a06c9db0f2ac6558ef957885784e25e127ff40ae)) + + +### Bug Fixes + +* disable minifier for gRPC datasource ([#1249](https://github.com/wundergraph/graphql-go-tools/issues/1249)) ([9a26e5c](https://github.com/wundergraph/graphql-go-tools/commit/9a26e5cb4861b3a5f3adfa942970d4e42c05d718)) +* test v2 benchmarks on ci ([#1238](https://github.com/wundergraph/graphql-go-tools/issues/1238)) ([d9cfb21](https://github.com/wundergraph/graphql-go-tools/commit/d9cfb2144387ff2e42e5b620ec93abcb11ff314b)) + ## [2.0.0-rc.210](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.209...v2.0.0-rc.210) (2025-07-22)