You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime/fundamentals/stability_and_releases.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
last_modified: 2025-11-04
2
+
last_modified: 2026-07-06
3
3
title: "Stability and releases"
4
4
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."
5
5
oldUrl:
@@ -21,42 +21,46 @@ released.
21
21
22
22
### Release channels
23
23
24
-
Deno offers 4 release channels
24
+
Deno offers 3 release channels
25
25
26
26
-`stable` - a semver minor/patch release, as described above. This is **the
27
27
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.
30
28
-`rc` - a release candidate for the upcoming semver minor release.
31
29
-`canary` - an unstable release that changes multiple times per day, allows to
32
30
try out latest bug fixes and new features that might end up in the `stable`
33
31
channel.
34
32
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
36
37
37
38
:::warning
38
39
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.
41
43
42
44
:::
43
45
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.
46
50
47
51
| LTS release version | LTS maintenance start | LTS maintenance end |
0 commit comments