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

chore: update LoopBack 4 LTS EOL year #1734

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Changes from all commits
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
8 changes: 6 additions & 2 deletions pages/en/contrib/LTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ implements [Module LTS policy](https://github.com/CloudNativeJS/ModuleLTS).
The project maintains:

- A _Current_ version where most of the development occurs.
- An _Active LTS_ (Long-Term Support) version that does not add new features but gets bug fixes.
- An _Active LTS_ (Long-Term Support) version that does not add
new features but gets bug fixes.
- One or more _Maintenance LTS_ versions that receive only critical bug fixes.

Below is the LTS schedule on the LoopBack versions:

Framework | Status | Published | Active LTS Start | Maintenance LTS Start | EOL
-- | -- | -- | -- | -- | --
LoopBack 4 | Current | Oct 2018 | -- | -- | Apr 2024 _(minimum)_
LoopBack 4 | Current | Oct 2018 | -- | -- | Apr 2026 _(minimum)_
LoopBack 3 | End-of-Life | Dec 2016 | Oct 2018 | Dec 2019 | Dec 2020 [(\*)](#lb3)
LoopBack 2 | End-of-Life | Jul 2014 | Dec 2016 | Oct 2018 | Apr 2019

Expand Down Expand Up @@ -66,7 +67,10 @@ security fixes, and documentation updates will be permitted.

Specifically, adding support for new major Node.js versions is not permitted.

<!-- markdownlint-disable MD033 -->
<a id="lb3"></a>
<!-- markdownlint-enable MD033 -->

## Information for LoopBack 3 users

LoopBack version 3 reached end of life at the end of 2020. We understand some
Expand Down