Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a basic landing page to which we can link from our outbound … #30988

Merged
merged 4 commits into from
Apr 23, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/docs/reference/release-notes/v2-maintenance-plan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Gatsby Framework Version Support
---

## Overview
pragmaticpat marked this conversation as resolved.
Show resolved Hide resolved

As we continue evolving the Gatsby framework, and as we move from one major version to the next, we will communicate the duration and types of support provided to the prior major version. This allows users to effectively plan their Gatsby framework upgrades.

## What is happening, when?

Gatsby Version 2.32 will enter Maintenance Long Term Support on **June 8, 2021**. At that same time, Gatsby Version 3 will be considered the Active Long Term Support version of Gatsby. The Maintenance Long Term Support will continue until the release of Gatsby v4 (date TBD).
pragmaticpat marked this conversation as resolved.
Show resolved Hide resolved

## What does this mean to users?

- As of June 8, 2021, Gatsby version 2.32 will only receive critical patches.
pragmaticpat marked this conversation as resolved.
Show resolved Hide resolved
- To take advantage of new capabilities within Gatsby, you must be on version 3.0 or later
pragmaticpat marked this conversation as resolved.
Show resolved Hide resolved

## What are the characteristics of a "critical patch"?

Critical patches address issues that prevent 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.

## 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.