Skip to content

Commit 3c34627

Browse files
committed
changeset
1 parent cb8d65b commit 3c34627

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.changeset/short-tips-poke.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
"apollo-federation-integration-testsuite": patch
3+
"@apollo/query-planner": patch
4+
"@apollo/query-graphs": patch
5+
"@apollo/composition": patch
6+
"@apollo/federation-internals": patch
7+
"@apollo/subgraph": patch
8+
"@apollo/gateway": patch
9+
---
10+
11+
Bugfix: Use minimum `join` spec version in supergraphs for subgraphs using `federation` spec versions 2.0 -> 2.2.
12+
13+
> Note: if you have at least one subgraph running `federation/v2.3` or above, this correctness fix does not affect you.
14+
15+
Previously, `federation/v(2.0-2.2)` subgraphs would yield a supergraph with `join/v0.3`. This is incorrect and unnecessary, as only `join/v0.2` is needed (and it's what should be used).
16+
17+
If you use Federation with subgraphs all using `federation/v2.0` -> `federation/v2.2` spec versions inclusive and you take this upgrade, you might notice your supergraph `join` spec version (correctly) drop from `v0.3` to `v0.2`.

0 commit comments

Comments
 (0)