You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: composition-js/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The
6
6
7
7
- Improves error message to help with misspelled source of an `@override`[PR #2181](https://github.com/apollographql/federation/pull/2181).
8
8
- Provide support for marking @external on object type [PR #2214](https://github.com/apollographql/federation/pull/2214)
9
+
- Drop support for node12 [PR #2202](https://github.com/apollographql/federation/pull/2202)
Copy file name to clipboardExpand all lines: gateway-js/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The
13
13
- Optimize plan for defer where only keys are fetched [PR #2182](https://github.com/apollographql/federation/pull/2182).
14
14
- Improves error message to help with misspelled source of an `@override`[PR #2181](https://github.com/apollographql/federation/pull/2181).
15
15
- Fix validation of variable on input field not taking default into account [PR #2176](https://github.com/apollographql/federation/pull/2176).
16
+
- Drop support for node12 [PR #2202](https://github.com/apollographql/federation/pull/2202)
Copy file name to clipboardExpand all lines: internals-js/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
- Ensures supergraph `@defer`/`@stream` definitions of supergraph are not included in the API schema [PR #2212](https://github.com/apollographql/federation/pull/2212).
6
6
- Fix validation of variable on input field not taking default into account [PR #2176](https://github.com/apollographql/federation/pull/2176).
7
7
- Provide support for marking @external on object type [PR #2214](https://github.com/apollographql/federation/pull/2214)
8
+
- Drop support for node12 [PR #2202](https://github.com/apollographql/federation/pull/2202)
Copy file name to clipboardExpand all lines: query-graphs-js/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## vNext
4
4
5
+
- Drop support for node12 [PR #2202](https://github.com/apollographql/federation/pull/2202)
6
+
5
7
## 2.1.0
6
8
7
9
- Fix abnormally high memory usage when extracting subgraphs for some fed1 supergraphs (and small other memory footprint improvements) [PR #2089](https://github.com/apollographql/federation/pull/2089).
0 commit comments