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
Updates Deno release schedule and support information unsing the information from
https://docs.deno.com/runtime/fundamentals/stability_and_releases/
Decided to not list the different channels, since that information is going to change soonish (April next year), so I just added a link to the page listing them.
Added the warning about the deprecation of the lts channel, not sure of the GFM warning will be rendered correctly on the website?
Copy file name to clipboardExpand all lines: products/deno.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,10 +72,15 @@ releases:
72
72
> [Deno](https://deno.com) is a JavaScript, TypeScript, and WebAssembly runtime with
73
73
> secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
74
74
75
-
Deno follows [SemVer](https://semver.org/). New minor releases are made monthly and
76
-
are supported with bug and security fixes until the next minor release.
77
-
Every six months a minor version is promoted to LTS and is supported with critical
78
-
bug and security fixes for an additional 5 months.
75
+
Deno follows [SemVer](https://semver.org/).
76
+
Deno releases a new stable, minor version (eg. v2.1.0, v2.0.0) on a 12 week schedule.
79
77
80
-
Deno maintainers are committed to maintaining a stable standard library API (`Deno`
81
-
namespace) from version `1.0.0` onward.
78
+
Patch releases including bug fixes for the latest minor version are released as needed -
79
+
you can expect several patch releases before a new minor version is released.
80
+
81
+
Deno [offeres multiple release channels](https://docs.deno.com/runtime/fundamentals/stability_and_releases/#release-channels) which can be used as version aliases.
82
+
83
+
> [!WARNING]
84
+
> [LTS support will be discontinued](https://docs.deno.com/runtime/fundamentals/stability_and_releases/#long-term-support-(lts)) after April 30, 2026; there will be no LTS releases or maintenance beyond that date.
85
+
86
+
As of Deno 1.0.0, the `Deno` namespace APIs are stable. The Deno maintainers we will strive to make code working under 1.0.0 continue to work in future versions.
0 commit comments