Skip to content

Commit

Permalink
Merge pull request #7696 from apollographql/docs/update-v3-eol
Browse files Browse the repository at this point in the history
Update EOL date
  • Loading branch information
Meschreiber committed Aug 21, 2023
2 parents 449385b + 4923665 commit 4cda3b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Apollo Server 4 provides the following features:
> 馃殮 This guide helps you migrate from Apollo Server 3 to Apollo Server 4. 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.
We recommend that all users of Apollo Server upgrade to Apollo Server 4 as soon as possible. Apollo Server 2 and Apollo Server 3 are [deprecated, with an end-of-life date of October 22nd, 2023](./previous-versions).
We recommend that all users of Apollo Server upgrade to Apollo Server 4 as soon as possible. [Apollo Server 2 and Apollo Server 3 are deprecated](./previous-versions), with an end-of-life date of October 22, 2023 and October 22, 2024 respectively.

## The new `@apollo/server` package

Expand Down
6 changes: 3 additions & 3 deletions docs/source/previous-versions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Apollo Server 4 is the latest version of Apollo Server and is [generally availab

## Deprecated versions

> [Learn more about deprecation and end-of-life.](https://www.apollographql.com/docs/resources/product-launch-stages#stages-for-discontinuing-support)
> [Learn more about deprecation and end-of-life.](/resources/product-launch-stages#stages-for-discontinuing-support)
Both previous major versions of Apollo Server are currently [deprecated](/resources/product-launch-stages#deprecated), with end-of-life scheduled for **October 22nd, 2023**. Additionally, [certain features](#apollo-server-2) of Apollo Server 2 have reached their end-of-life date of **December 31st, 2022**.
Both previous major versions of Apollo Server are currently [deprecated](/resources/product-launch-stages#deprecated), with an end-of-life date of **October 22, 2023 for v2** and **October 22, 2024 for v3**. Additionally, [certain features](#apollo-server-2) of Apollo Server 2 have reached their end-of-life date of **December 31, 2022**.

Deprecated versions continue to receive security patches and updates to address major regressions until their end-of-life date. They typically do not receive new features and other kinds of bug fixes may or may not be backported to deprecated versions at Apollo's discretion.

End-of-life versions will remain available in the npm registry and can still be installed and used in your projects. However, Apollo doesn't guarantee any further support for them, nor does Apollo recommend their use. Additionally, Apollo doesn't guarantee that GraphOS features will continue to work for packages beyond their end-of-life date.

### Apollo Server 3

[Apollo Server 3](/apollo-server/v3/) is deprecated and will transition to end-of-life on **October 22nd, 2023**. We encourage all Apollo Server 3 users to [**upgrade** to Apollo Server 4 now](./migration). Note that Apollo Server 2 and 3 were distributed in various npm packages (such as `apollo-server`, `apollo-server-core`, and `apollo-server-express`); Apollo Server 4 combines these packages into a single new [`@apollo/server` package](./migration/#the-new-apolloserver-package).
[Apollo Server 3](/apollo-server/v3/) is deprecated and will transition to end-of-life on **October 22, 2024**. We encourage all Apollo Server 3 users to [**upgrade** to Apollo Server 4 now](./migration). Note that Apollo Server 2 and 3 were distributed in various npm packages (such as `apollo-server`, `apollo-server-core`, and `apollo-server-express`); Apollo Server 4 combines these packages into a single new [`@apollo/server` package](./migration/#the-new-apolloserver-package).

### Apollo Server 2

Expand Down

0 comments on commit 4cda3b5

Please sign in to comment.