Skip to content

Commit 8f54814

Browse files
authored
chore(master): release execution 1.8.0 (#1386)
🤖 I have created a release *beep* *boop* --- ## [1.8.0](execution/v1.7.0...execution/v1.8.0) (2026-02-16) ### Features * add flag for relaxed nullability checks on same shape ([#1378](#1378)) ([6be2e74](6be2e74)) ### Bug Fixes * enable parallel execution for federation integration tests ([#1385](#1385)) ([09d9348](09d9348)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added a flag for relaxed nullability checks * **Bug Fixes** * Enabled parallel execution for federation integration tests <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 6be2e74 commit 8f54814

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

execution/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.7.0...execution/v1.8.0) (2026-02-16)
4+
5+
6+
### Features
7+
8+
* add flag for relaxed nullability checks on same shape ([#1378](https://github.com/wundergraph/graphql-go-tools/issues/1378)) ([6be2e74](https://github.com/wundergraph/graphql-go-tools/commit/6be2e74036a027f44adaff7f6bfbdbce1d1fb03b))
9+
10+
11+
### Bug Fixes
12+
13+
* enable parallel execution for federation integration tests ([#1385](https://github.com/wundergraph/graphql-go-tools/issues/1385)) ([09d9348](https://github.com/wundergraph/graphql-go-tools/commit/09d934802ed1549881123c2e805159ec81981c37))
14+
315
## [1.7.0](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.6.0...execution/v1.7.0) (2026-02-06)
416

517

release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"v2": "2.0.0-rc.249",
3-
"execution": "1.7.0"
3+
"execution": "1.8.0"
44
}

0 commit comments

Comments
 (0)