Skip to content

Commit f22b8c6

Browse files
authored
Correct Deno versioning and support details
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?
1 parent 6ab5679 commit f22b8c6

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

products/deno.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,15 @@ releases:
7272
> [Deno](https://deno.com) is a JavaScript, TypeScript, and WebAssembly runtime with
7373
> secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
7474
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.
7977

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

Comments
 (0)