Skip to content

Commit 1791d90

Browse files
Upcoming Release Changes (#1303)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b69c80b commit 1791d90

File tree

27 files changed

+124
-20
lines changed

27 files changed

+124
-20
lines changed

.changeset/clean-rules-beam.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/batch-delegate/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-tools/batch-delegate
22

3+
## 9.0.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b69c80b`](https://github.com/graphql-hive/gateway/commit/b69c80b259bd0565eb9826f7ee9bc8e6c32076d1)]:
8+
- @graphql-tools/delegate@10.2.21
9+
310
## 9.0.38
411

512
### Patch Changes

packages/batch-delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/batch-delegate",
3-
"version": "9.0.38",
3+
"version": "9.0.39",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/delegate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-tools/delegate
22

3+
## 10.2.21
4+
5+
### Patch Changes
6+
7+
- [#1301](https://github.com/graphql-hive/gateway/pull/1301) [`b69c80b`](https://github.com/graphql-hive/gateway/commit/b69c80b259bd0565eb9826f7ee9bc8e6c32076d1) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Filter selection sets recursively when finalizing gateway requests
8+
9+
Because abstract types can be nested.
10+
311
## 10.2.20
412

513
### Patch Changes

packages/delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/delegate",
3-
"version": "10.2.20",
3+
"version": "10.2.21",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/federation/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-tools/federation
22

3+
## 3.2.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b69c80b`](https://github.com/graphql-hive/gateway/commit/b69c80b259bd0565eb9826f7ee9bc8e6c32076d1)]:
8+
- @graphql-tools/delegate@10.2.21
9+
- @graphql-tools/stitch@9.4.26
10+
- @graphql-tools/wrap@10.1.2
11+
312
## 3.2.5
413

514
### Patch Changes

packages/federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/federation",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"type": "module",
55
"description": "Useful tools to create and manipulate GraphQL schemas.",
66
"repository": {

packages/fusion-runtime/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphql-mesh/fusion-runtime
22

3+
## 0.11.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b69c80b`](https://github.com/graphql-hive/gateway/commit/b69c80b259bd0565eb9826f7ee9bc8e6c32076d1)]:
8+
- @graphql-tools/delegate@10.2.21
9+
- @graphql-tools/federation@3.2.6
10+
- @graphql-tools/stitch@9.4.26
11+
- @graphql-tools/stitching-directives@3.1.36
12+
- @graphql-tools/wrap@10.1.2
13+
314
## 0.11.16
415

516
### Patch Changes

packages/fusion-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/fusion-runtime",
3-
"version": "0.11.16",
3+
"version": "0.11.17",
44
"type": "module",
55
"description": "Runtime for GraphQL Mesh Fusion Supergraph",
66
"repository": {

packages/gateway/CHANGELOG.md

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

3+
## 1.15.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-hive/gateway-runtime@1.9.4
9+
- @graphql-hive/plugin-aws-sigv4@1.0.15
10+
- @graphql-hive/plugin-deduplicate-request@1.0.1
11+
- @graphql-mesh/hmac-upstream-signature@1.2.28
12+
- @graphql-mesh/plugin-opentelemetry@1.3.62
13+
- @graphql-mesh/plugin-prometheus@1.3.50
14+
315
## 1.15.3
416

517
### Patch Changes

0 commit comments

Comments
 (0)