-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): Update Gatsby framework version support information (#33825
) Co-authored-by: Lennart <lekoarts@gmail.com> Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
- Loading branch information
1 parent
651ab47
commit 1b81394
Showing
3 changed files
with
40 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
docs/docs/reference/release-notes/gatsby-version-support.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: Gatsby Framework Version Support | ||
--- | ||
|
||
## Introduction | ||
|
||
This page illustrates the support plans for the major versions of Gatsby. This allows you to effectively plan your Gatsby framework upgrades. | ||
|
||
Generally, you can expect **1 major version per calendar year**. Although, there may be more than 1 major per year when a necessary evolution of Gatsby requires significant breaking change. | ||
|
||
## Release and support schedule | ||
|
||
Note: Future time ranges are listed when a specific target date is not yet determined. | ||
|
||
| Version | Status | As Of | Until | | ||
| ------- | ----------------------------- | ---------------- | --------------- | | ||
| 4 | Active | October 21, 2021 | Summer 2022 | | ||
| 3 | Maintenance Long-term support | October 21, 2021 | Summer 2022 | | ||
| 2 | Maintenance Long-term support | March 3, 2021 | January 1, 2022 | | ||
|
||
## Terminology | ||
|
||
- **Critical Patch** - A critical patch addresses an issue that prevents the Gatsby framework from delivering intended user value under typical conditions. Other items, such as minor bug fixes and new features are not considered "critical patches" to Gatsby. | ||
|
||
- **Active Long-Term Support** - Receives priority attention from the core maintainers of Gatsby. New features to Gatsby are only available in the Active Long-Term Supported version. | ||
|
||
- **Maintenance Long-term Support** - Receives critical patches, but does not receive new features. | ||
|
||
- **Unsupported** - This version of Gatsby no longer receives official support of any kind. | ||
|
||
## What does this mean for users of the Gatsby framework? | ||
|
||
- To receive the newest enhancements and bug fixes, ensure that you've [migrated to Gatsby Version 4](/docs/reference/release-notes/migrating-from-v3-to-v4/) by **January 1, 2022** | ||
- Continue reporting any issues as you typically would, either using [support](https://www.gatsbyjs.com/support/) on Gatsbyjs.com, or by [opening an issues](https://github.com/gatsbyjs/gatsby/issues/new/choose) in our GitHub repository. | ||
|
||
## What does this mean for Gatsby Cloud? | ||
|
||
Your Gatsby-powered sites will continue to run as they do today in Gatsby Cloud. However, as enhancements are delivered within Gatsby Cloud and the Gatsby framework, you may need to upgrade your site(s) in order to take advantage of those features and performance enhancements. |
This file was deleted.
Oops, something went wrong.