Skip to content

Commit

Permalink
[version-3] docs: Apollo Server v3 is now end-of-life (#7948)
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser authored Oct 25, 2024
1 parent 99987aa commit 21fda52
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"to": "/apollo-server/previous-versions",
"content": "Learn more about upgrading to a supported Apollo Server version."
},
"message": "Apollo Server 3 is officially deprecated, with end-of-life scheduled for 22 October 2024."
"message": "Apollo Server 3 is officially end-of-life as of 22 October 2024."
},
"algoliaFilters": [
"docset:server",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get started with Apollo Server
---

> ⚠️ As of 15 November 2022, Apollo Server 3 is officially deprecated, with end-of-life scheduled for 22 October 2024.
> ⚠️ As of 22 October 2024, Apollo Server 3 is officially end-of-life.
>
>[Learn more about deprecation and end-of-life.](/apollo-server/previous-versions)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Introduction to Apollo Server
---

> ⚠️ As of 15 November 2022, Apollo Server 3 is officially deprecated, with end-of-life scheduled for 22 October 2024.
> ⚠️ As of 22 October 2024, Apollo Server 3 is officially end-of-life.
>
>[Learn more about deprecation and end-of-life.](/apollo-server/previous-versions)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/integrations/middleware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Choosing an Apollo Server package
description: Use the right package for your project
---

> ⚠️ As of 15 November 2022, Apollo Server 3 is officially deprecated, with end-of-life scheduled for 22 October 2024.
> ⚠️ As of 22 October 2024, Apollo Server 3 is officially end-of-life.
>
>[Learn more about deprecation and end-of-life.](/apollo-server/previous-versions)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
title: Migrating to Apollo Server 3
---

> ⚠️ As of 15 November 2022, Apollo Server 3 is officially deprecated, with end-of-life scheduled for 22 October 2024.
> ⚠️ As of 22 October 2024, Apollo Server 3 is officially end-of-life.
>
> [Learn more about deprecation and end-of-life.](/apollo-server/previous-versions)
Apollo Server 3 is deprecated, and we **strongly recommend upgrading to Apollo Server 4**. If you are currently using Apollo Server 2, we recommend first upgrading to Apollo Server 3 using this guide. Afterward, you can continue upgrading from [Apollo Server 3 to 4](/apollo-server/migration/).
Apollo Server 3 is end-of-life, and we **strongly recommend upgrading to Apollo Server 4**. If you are currently using Apollo Server 2, we recommend first upgrading to Apollo Server 3 using this guide. Afterward, you can continue upgrading from [Apollo Server 3 to 4](/apollo-server/migration/).

The focus of this major-version release is to provide a lighter, nimbler core library as a foundation for future features and improved extensibility.

Expand Down

0 comments on commit 21fda52

Please sign in to comment.