Skip to content

Commit a6eb01b

Browse files
authored
docs: add deprecation notices on v1.x versions in changelog (#3203)
Add deprecation `<Caution>` on v1.x versions in changelog
1 parent 0808ef1 commit a6eb01b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/source/reference/federation/versions.mdx

+12
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,12 @@ Value types
981981

982982
## v1.1
983983

984+
<Caution>
985+
986+
Apollo Router Core and GraphOS Router v1.60 and later don't support Federation v1.x supergraphs.
987+
988+
</Caution>
989+
984990
#### Directive changes
985991

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

10191025
## v1.0
10201026

1027+
<Caution>
1028+
1029+
Apollo Router Core and GraphOS Router v1.60 and later don't support Federation v1.x supergraphs.
1030+
1031+
</Caution>
1032+
10211033
#### Directive changes
10221034

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

0 commit comments

Comments
 (0)