Skip to content

Commit e66bd0b

Browse files
phryneasCopilot
andauthored
Update docs to reflect Apollo Server 4 EOL (#8181)
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: phryneas <4282439+phryneas@users.noreply.github.com>
1 parent ad45d15 commit e66bd0b

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

docs/source/migration-from-v3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Apollo Server 4 and 5 provide the following features:
1919
2020
> 🚚 This guide helps you migrate from Apollo Server 3 to Apollo Server 5. If you are using Apollo Server 2, you must first [migrate to Apollo Server 3](https://www.apollographql.com/docs/apollo-server/v3/migration) before following this guide.
2121
22-
We recommend that all users of [previous versions](./previous-versions) of Apollo Server upgrade to Apollo Server 5 as soon as possible. Apollo Server 4 is deprecated, with end-of-life on January 26, 2026. Apollo Server 3 has been end-of-life since October 22, 2024. Apollo Server 2 has been end-of-life since October 22, 2023.
22+
We recommend that all users of [previous versions](./previous-versions) of Apollo Server upgrade to Apollo Server 5 as soon as possible. Apollo Server 4 has been end-of-life since January 26, 2026. Apollo Server 3 has been end-of-life since October 22, 2024. Apollo Server 2 has been end-of-life since October 22, 2023.
2323

2424
## The new `@apollo/server` package
2525

docs/source/migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Most users will only have to:
1515

1616
If you are still on Apollo Server v3, the [migrating from Apollo Server 3](./migration-from-v3) guide shows you how to migrate directly from v3 to v5.
1717

18-
We recommend that all users of [previous versions](./previous-versions) of Apollo Server upgrade to Apollo Server 5 as soon as possible. Apollo Server 4 is deprecated, with end-of-life on January 26, 2026. Apollo Server 3 has been end-of-life since October 22, 2024. Apollo Server 2 has been end-of-life since October 22, 2023.
18+
We recommend that all users of [previous versions](./previous-versions) of Apollo Server upgrade to Apollo Server 5 as soon as possible. Apollo Server 4 has been end-of-life since January 26, 2026. Apollo Server 3 has been end-of-life since October 22, 2024. Apollo Server 2 has been end-of-life since October 22, 2023.
1919

2020
## Require Node.js v20
2121

docs/source/previous-versions.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ Deprecated versions continue to receive security patches and updates to address
1313

1414
> [Learn more about deprecation and end-of-life.](/graphos/reference/feature-launch-stages#apollo-feature-retirement-stages)
1515
16-
### Apollo Server 4
17-
18-
Apollo Server 4 is deprecated and will transition to end-of-life on January 26, 2026. We encourage all Apollo Server 4 users to [**upgrade** to Apollo Server 5 now](./migration). As long as you're already using a non-EOL version of Node.js, the upgrade from v4 should take only a few minutes and require little to no changes.
16+
There are currently no deprecated versions of Apollo Server.
1917

2018

2119
## End-of-life versions
@@ -26,6 +24,11 @@ End-of-life versions will remain available in the npm registry and can still be
2624

2725
> [Learn more about deprecation and end-of-life.](/graphos/reference/feature-launch-stages#apollo-feature-retirement-stages)
2826
27+
### Apollo Server 4
28+
29+
Apollo Server 4 has been end-of-life since January 26, 2026. We encourage all Apollo Server 4 users to [**upgrade** to Apollo Server 5 now](./migration). As long as you're already using a non-EOL version of Node.js, the upgrade from v4 should take only a few minutes and require little to no changes.
30+
31+
2932
### Apollo Server 3
3033

3134
[Apollo Server 3](/apollo-server/v3/) has been end-of-life since **October 22, 2024**. We encourage all Apollo Server 3 users to [**upgrade** to Apollo Server 5](./migration-from-v3) as _soon as possible_.

0 commit comments

Comments
 (0)