Commit 08b9262
authored
release: on branch version-2.13 (#3463)
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 version-2.13, this
PR will be updated.
# Releases
## @apollo/composition@2.13.4
### Patch Changes
- Propagate directives from @interfaceObject fields to @external
implementations
([#3460](#3460))
When an implementation re-declares a field as `@external` (e.g. to
reference it in `@requires`), the field's only
resolvable definition lives on the abstracting `@interfaceObject`.
Directives like `@tag` applied there were not
being propagated to the implementation's copy in the supergraph.
During `add_interface_object_fields`, detect implementation fields where
every `@join__field` is `external: true` and
the field is provided by an `@interfaceObject`, then copy applicable
directives onto the implementation field.
- Updated dependencies []:
- @apollo/federation-internals@2.13.4
- @apollo/query-graphs@2.13.4
## @apollo/gateway@2.13.4
### Patch Changes
- Updated dependencies
[[`e7b143e67e2bb611ec7fb06006b868a3ef3e087b`](e7b143e)]:
- @apollo/composition@2.13.4
- @apollo/federation-internals@2.13.4
- @apollo/query-planner@2.13.4
## @apollo/query-graphs@2.13.4
### Patch Changes
- Updated dependencies []:
- @apollo/federation-internals@2.13.4
## @apollo/query-planner@2.13.4
### Patch Changes
- Updated dependencies []:
- @apollo/federation-internals@2.13.4
- @apollo/query-graphs@2.13.4
## @apollo/subgraph@2.13.4
### Patch Changes
- Updated dependencies []:
- @apollo/federation-internals@2.13.4
## @apollo/federation-internals@2.13.4
## apollo-federation-integration-testsuite@2.13.4
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent e7b143e commit 08b9262
16 files changed
Lines changed: 84 additions & 44 deletions
File tree
- .changeset
- composition-js
- federation-integration-testsuite-js
- gateway-js
- internals-js
- query-graphs-js
- query-planner-js
- subgraph-js
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 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
3 | 20 | | |
4 | 21 | | |
5 | 22 | | |
| |||
| 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 | + | |
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 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments