Skip to content

Commit ca5aa6d

Browse files
authored
docs: mark LTS channel as discontinued (#3393)
1 parent 025da4a commit ca5aa6d

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

runtime/fundamentals/stability_and_releases.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified: 2025-11-04
2+
last_modified: 2026-07-06
33
title: "Stability and releases"
44
description: "Guide to Deno's stability guarantees and release process. Covering release channels, long-term support (LTS), unstable features, versioning policy, and how Deno maintains backward compatibility."
55
oldUrl:
@@ -21,42 +21,46 @@ released.
2121

2222
### Release channels
2323

24-
Deno offers 4 release channels
24+
Deno offers 3 release channels
2525

2626
- `stable` - a semver minor/patch release, as described above. This is **the
2727
default** distribution channel that is recommended for most users.
28-
- `lts` - long term support for a particular stable release, recommended for
29-
enterprise users who prefer not to upgrade so often. See below for details.
3028
- `rc` - a release candidate for the upcoming semver minor release.
3129
- `canary` - an unstable release that changes multiple times per day, allows to
3230
try out latest bug fixes and new features that might end up in the `stable`
3331
channel.
3432

35-
### Long Term Support (LTS)
33+
An `lts` (long term support) channel was previously offered, but it has been
34+
discontinued. See below for details.
35+
36+
### Long Term Support (LTS) - discontinued
3637

3738
:::warning
3839

39-
LTS support will be discontinued after April 30, 2026; there will be no LTS
40-
releases or maintenance beyond that date.
40+
LTS support was discontinued on April 30, 2026. There are no LTS releases or
41+
maintenance beyond that date. If you are still using an LTS release, upgrade to
42+
the latest `stable` release.
4143

4244
:::
4345

44-
Deno offers an LTS (long-term support) channel. This is a minor semver version
45-
that we maintain with only backwards-compatible bug fixes.
46+
From February 2025 to April 2026, Deno offered an LTS (long-term support)
47+
channel: a minor semver version maintained with only backwards-compatible bug
48+
fixes. The final LTS release was v2.5, which reached end of life on April 30,
49+
2026.
4650

4751
| LTS release version | LTS maintenance start | LTS maintenance end |
4852
| ------------------- | --------------------- | ------------------- |
4953
| v2.1 | Feb 1st, 2025 | Apr 30th, 2025 |
5054
| v2.2 | May 1st, 2025 | Oct 31st, 2025 |
5155
| v2.5 | Nov 1st, 2025 | Apr 30th, 2026 |
5256

53-
LTS backports include:
57+
LTS backports included:
5458

5559
- Security patches
5660
- Critical bug fixes (e.g., crashes, incorrect computations)
57-
- **Critical** performance improvements _may_ be backported based on severity.
61+
- **Critical** performance improvements, backported based on severity
5862

59-
**API changes and major new features will not be backported.**
63+
API changes and major new features were not backported.
6064

6165
## Unstable APIs
6266

0 commit comments

Comments
 (0)