Skip to content

Commit

Permalink
Update CHANGELOG.md for subgraph-js, composition-js, and gateway-js
Browse files Browse the repository at this point in the history
  • Loading branch information
sachindshinde committed Jan 5, 2023
1 parent 67fa683 commit 7b88b70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions composition-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The
- Error on composition when a `@shareable` field runtime types don't intersect between subgraphs: a `@shareable` field
must resolve the same way in all the subgraphs, but this is impossible if the concrete runtime types have no
intersection at all [PR #1556](https://github.com/apollographql/federation/pull/1556).
- Uses the 0.3 version of the tag spec in the supergraph, which adds `@tag` directive support for the `SCHEMA` location [PR #2314](https://github.com/apollographql/federation/pull/2314).

## 2.2.0

Expand Down
1 change: 1 addition & 0 deletions gateway-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The
- Error on composition when a `@shareable` field runtime types don't intersect between subgraphs: a `@shareable` field
must resolve the same way in all the subgraphs, but this is impossible if the concrete runtime types have no
intersection at all [PR #1556](https://github.com/apollographql/federation/pull/1556).
- Adds support for the 0.3 version of the tag spec, which adds `@tag` directive support for the `SCHEMA` location [PR #2314](https://github.com/apollographql/federation/pull/2314).

## 2.2.2

Expand Down
1 change: 1 addition & 0 deletions subgraph-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The

- Adds support for the 2.3 version of the federation spec (that is, `@link(url: "https://specs.apollo.dev/federation/v2.3")`), with:
- New `@interfaceObject` directive and support for keys on interfaces.
- `@tag` directive support for the `SCHEMA` location [PR #2314](https://github.com/apollographql/federation/pull/2314).

## 2.2.0

Expand Down

0 comments on commit 7b88b70

Please sign in to comment.