Merged
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
richardlau
commented
Oct 19, 2023
MoLow
approved these changes
Oct 19, 2023
tniessen
reviewed
Oct 19, 2023
Notable changes: This release marks the transition of Node.js 20.x into Long Term Support (LTS) with the codename 'Iron'. The 20.x release line now moves into "Active LTS" and will remain so until October 2024. After that time, it will move into "Maintenance" until end of life in April 2026. PR-URL: #50298
c7520ab to
22f383d
Compare
richardlau
added a commit
to richardlau/Release
that referenced
this pull request
Oct 20, 2023
Node.js 20 has now transitioned to Long Term Support with codename 'Iron'. Refs: nodejs/node#50298
Collaborator
Collaborator
ruyadorno
approved these changes
Oct 20, 2023
24 tasks
RafaelGSS
approved these changes
Oct 21, 2023
This was referenced Oct 22, 2023
wojtekmaj
reviewed
Oct 23, 2023
| <th title="LTS Until 2026-04"><a href="doc/changelogs/CHANGELOG_V20.md">20</a> (LTS)</th> | ||
| <th title="Current"><a href="doc/changelogs/CHANGELOG_V19.md">19</a> (Current)</th> | ||
| <th title="LTS Until 2025-04"><a href="doc/changelogs/CHANGELOG_V18.md">18</a> (LTS)</th> | ||
| <th title="LTS Until 2023-09"><a href="doc/changelogs/CHANGELOG_V16.md">16</a> (LTS)</th> |
There was a problem hiding this comment.
Should this be updated now that it's past 2023-09?
Member
Author
There was a problem hiding this comment.
Possibly, but at this stage I don't want to add more things to this release. Backporting the relevant doc changes from main can be considered for a future Node.js 20 release.
VoltrexKeyva
approved these changes
Oct 23, 2023
UlisesGascon
approved these changes
Oct 24, 2023
Member
Author
|
Release build for 22f383d: https://ci-release.nodejs.org/job/iojs+release/9725/ |
richardlau
added a commit
that referenced
this pull request
Oct 24, 2023
Notable changes: This release marks the transition of Node.js 20.x into Long Term Support (LTS) with the codename 'Iron'. The 20.x release line now moves into "Active LTS" and will remain so until October 2024. After that time, it will move into "Maintenance" until end of life in April 2026. PR-URL: #50298
richardlau
added a commit
to richardlau/nodejs.org
that referenced
this pull request
Oct 24, 2023
richardlau
added a commit
to richardlau/nodejs.org
that referenced
this pull request
Oct 24, 2023
github-merge-queue bot
pushed a commit
to nodejs/nodejs.org
that referenced
this pull request
Oct 24, 2023
richardlau
added a commit
to nodejs/Release
that referenced
this pull request
Oct 24, 2023
Node.js 20 has now transitioned to Long Term Support with codename 'Iron'. Refs: nodejs/node#50298
alexfernandez
pushed a commit
to alexfernandez/node
that referenced
this pull request
Nov 1, 2023
Notable changes: This release marks the transition of Node.js 20.x into Long Term Support (LTS) with the codename 'Iron'. The 20.x release line now moves into "Active LTS" and will remain so until October 2024. After that time, it will move into "Maintenance" until end of life in April 2026. PR-URL: nodejs#50298
Soufiane88216
added a commit
to Soufiane88216/Release
that referenced
this pull request
Jan 30, 2025
Node.js 20 has now transitioned to Long Term Support with codename 'Iron'. Refs: nodejs/node#50298
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2023-10-24, Version 20.9.0 'Iron' (LTS), @richardlau
Notable Changes
This release marks the transition of Node.js 20.x into Long Term Support (LTS)
with the codename 'Iron'. The 20.x release line now moves into "Active LTS"
and will remain so until October 2024. After that time, it will move into
"Maintenance" until end of life in April 2026.
Known issue
Collecting code coverage via the
NODE_V8_COVERAGEenvironment variable maylead to a hang. This is not thought to be a regression in Node.js 20 (some
reports are on Node.js 18). For more information, including some potential
workarounds, see issue #49344.
Checklist
Since this is the transition release of Node.js 20 to long term support, it does not contain any functional changes.
The known issue in the changelog was a request from the 2023-10-04 TSC meeting.
cc @nodejs/releasers @mcollina