@@ -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-
5252LTS 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
7879Using unstable standard library modules is not recommended for production code,
7980but it is a great way to experiment with new features and provide feedback to
0 commit comments