Skip to content

Commit 18c7d3c

Browse files
update copy for LTS support as of 2026 (#2699)
1 parent 43450b8 commit 18c7d3c

File tree

3 files changed

+17
-26
lines changed

3 files changed

+17
-26
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ number of versions they need to think about), improve search indexing, and help
174174
us maintain the docs by keeping our build times faster.
175175

176176
In general, we should only version the documentation **when we want to
177-
concurrently maintain several versions of the docs**, like for major/LTS
178-
versions. For example - the [Node.js docs](https://nodejs.org/en/docs) are only
179-
versioned for major releases, like `20.x` and `19.x`. We will adopt this pattern
180-
as well, and won't have versioned docs for patch or feature releases.
177+
concurrently maintain several versions of the docs**, like for major versions.
178+
For example - the [Node.js docs](https://nodejs.org/en/docs) are only versioned
179+
for major releases, like `20.x` and `19.x`. We will adopt this pattern as well,
180+
and won't have versioned docs for patch or feature releases.
181181

182182
For additive changes, it should usually be sufficient to indicate which version
183183
a feature or API was released in. For example - in the Node 20 docs, the

runtime/fundamentals/stability_and_releases.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@ Deno offers 4 release channels
3333

3434
### Long Term Support (LTS)
3535

36-
Starting with Deno v2.1.0 (released in November 2024), Deno offers an LTS
37-
(long-term support) channel.
36+
:::warning
3837

39-
An LTS channel is a minor semver version that we maintain with only
40-
backwards-compatible bug fixes.
38+
LTS support will be discontinued after April 30, 2026; there will be no LTS
39+
releases or maintenance beyond that date.
40+
41+
:::
42+
43+
Deno offers an LTS (long-term support) channel. This is a minor semver version
44+
that we maintain with only backwards-compatible bug fixes.
4145

4246
| LTS release version | LTS maintenance start | LTS maintenance end |
4347
| ------------------- | --------------------- | ------------------- |
4448
| v2.1 | Feb 1st, 2025 | Apr 30th, 2025 |
4549
| v2.2 | May 1st, 2025 | Oct 31st, 2025 |
4650
| v2.4 | Nov 1st, 2025 | Apr 30th, 2026 |
4751

48-
We are initially keeping the LTS support window short while we refine the
49-
process. **LTS releases occur every six months**, with patch releases as needed
50-
for bug fixes. We plan to extend this support window to one year in the future.
51-
5252
LTS backports include:
5353

5454
- Security patches
@@ -71,9 +71,10 @@ specifying file extensions.
7171

7272
## Standard library
7373

74-
The Deno Standard Library (https://jsr.io/@std) is mostly stable. All standard
75-
library modules that are version 1.0.0 or higher are considered stable. All
76-
other modules (0.x) are considered unstable, and may change in the future.
74+
The Deno Standard Library ([jsr.io/@std](https://jsr.io/@std)) is mostly stable.
75+
All standard library modules that are version 1.0.0 or higher are considered
76+
stable. All other modules (0.x) are considered unstable, and may change in the
77+
future.
7778

7879
Using unstable standard library modules is not recommended for production code,
7980
but it is a great way to experiment with new features and provide feedback to

runtime/reference/migration_guide.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,7 @@ deno.json:
3737
}
3838
```
3939

40-
[Read more on `Node.js support` page](/runtime/fundamentals/node/)
41-
42-
### Long Term Support releases
43-
44-
Starting with Deno v2.1.0 (to be released in November 2024) Deno will offer a
45-
LTS (long-term support) channel.
46-
47-
An LTS version is supported for 6 months, receiving bug fixes and critical
48-
performance fixes before a new version is promoted to LTS.
49-
50-
[Read more on `Stability and releases` page](/runtime/fundamentals/stability_and_releases/#long-term-support-(lts))
40+
[Read more on `Node.js support` page](/runtime/fundamentals/node/).
5141

5242
## Managing dependencies
5343

0 commit comments

Comments
 (0)