Commit cc8c564
authored
release: on branch main (#3269)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @apollo/[email protected]
### Patch Changes
- Adding new CompositionOption `maxValidationSubgraphPaths`. This value
represents the maximum number of SubgraphPathInfo objects that may exist
in a ValidationTraversal when checking for satisfiability. Setting this
value can help composition error before running out of memory. Default
is 1,000,000.
([#3254](#3254))
- Fix bug in composition where, when a field's type in a subgraph is a
subtype of the field's type in the supergraph, the satisfiability
validation spuriously succeeds/errors.
([#3277](#3277))
- Updated dependencies
\[[`7799ad1717becf15fb0e82f89619f2ec8a24b4d4`](7799ad1),
[`b26794c5724ef23d1f0fd45a40aee3d301557489`](b26794c),
[`51bed5be49d8e87adae59f568315c9e3488a91e0`](51bed5b)]:
- @apollo/[email protected]
- @apollo/[email protected]
## @apollo/[email protected]
### Patch Changes
- Updated dependencies
\[[`7799ad1717becf15fb0e82f89619f2ec8a24b4d4`](7799ad1),
[`b26794c5724ef23d1f0fd45a40aee3d301557489`](b26794c),
[`51bed5be49d8e87adae59f568315c9e3488a91e0`](51bed5b)]:
- @apollo/[email protected]
- @apollo/[email protected]
- @apollo/[email protected]
## @apollo/[email protected]
### Patch Changes
- fix: make composeDirective argument non-nullable.
([#3278](#3278))
Per our
[docs](https://www.apollographql.com/docs/graphos/schema-design/federated-schemas/reference/directives#composedirective),
`@composeDirective` requires non-nullable value to be passed as an
argument.
Our
[validations](https://github.com/apollographql/federation/blob/main/composition-js/src/composeDirectiveManager.ts#L250-L255)
were checking for valid values (it has to be a string that starts with
`@`),
but the generated schema was incorrectly specifying that the argument
was nullable.
- Adding new CompositionOption `maxValidationSubgraphPaths`. This value
represents the maximum number of SubgraphPathInfo objects that may exist
in a ValidationTraversal when checking for satisfiability. Setting this
value can help composition error before running out of memory. Default
is 1,000,000.
([#3254](#3254))
## @apollo/[email protected]
### Patch Changes
- Fix bug in composition where, when a field's type in a subgraph is a
subtype of the field's type in the supergraph, the satisfiability
validation spuriously succeeds/errors.
([#3277](#3277))
- Updated dependencies
\[[`7799ad1717becf15fb0e82f89619f2ec8a24b4d4`](7799ad1),
[`b26794c5724ef23d1f0fd45a40aee3d301557489`](b26794c)]:
- @apollo/[email protected]
## @apollo/[email protected]
### Patch Changes
- Updated dependencies
\[[`7799ad1717becf15fb0e82f89619f2ec8a24b4d4`](7799ad1),
[`b26794c5724ef23d1f0fd45a40aee3d301557489`](b26794c),
[`51bed5be49d8e87adae59f568315c9e3488a91e0`](51bed5b)]:
- @apollo/[email protected]
- @apollo/[email protected]
## @apollo/[email protected]
### Patch Changes
- Updated dependencies
\[[`7799ad1717becf15fb0e82f89619f2ec8a24b4d4`](7799ad1),
[`b26794c5724ef23d1f0fd45a40aee3d301557489`](b26794c)]:
- @apollo/[email protected]
## [email protected]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 51bed5b commit cc8c564
File tree
18 files changed
+93
-55
lines changed- .changeset
- composition-js
- federation-integration-testsuite-js
- gateway-js
- internals-js
- query-graphs-js
- query-planner-js
- subgraph-js
18 files changed
+93
-55
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
3 | 15 | | |
4 | 16 | | |
5 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
3 | 17 | | |
4 | 18 | | |
5 | 19 | | |
| |||
0 commit comments