Skip to content

Commit

Permalink
docs: add deprecation notices on v1.x versions in changelog (#3203)
Browse files Browse the repository at this point in the history
Add deprecation `<Caution>` on v1.x versions in changelog
  • Loading branch information
Meschreiber authored Jan 21, 2025
1 parent 0808ef1 commit a6eb01b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/source/reference/federation/versions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,12 @@ Value types

## v1.1

<Caution>

Apollo Router Core and GraphOS Router v1.60 and later don't support Federation v1.x supergraphs.

</Caution>

#### Directive changes

<table>
Expand Down Expand Up @@ -1018,6 +1024,12 @@ directive @tag(name: String!) repeatable on

## v1.0

<Caution>

Apollo Router Core and GraphOS Router v1.60 and later don't support Federation v1.x supergraphs.

</Caution>

#### Directive changes

For details on these directives as defined in Federation 1, see the [Federation 1 subgraph spec](/federation/v1/federation-spec).
Expand Down

0 comments on commit a6eb01b

Please sign in to comment.