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
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
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V20.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,14 @@
4
4
5
5
<table>
6
6
<tr>
7
+
<th>LTS 'Iron'</th>
7
8
<th>Current</th>
8
9
</tr>
9
10
<tr>
10
11
<td>
12
+
<ahref="#20.9.0">20.9.0</a><br/>
13
+
</td>
14
+
<td>
11
15
<ahref="#20.8.1">20.8.1</a><br/>
12
16
<ahref="#20.8.0">20.8.0</a><br/>
13
17
<ahref="#20.7.0">20.7.0</a><br/>
@@ -47,6 +51,24 @@
47
51
*[io.js](CHANGELOG_IOJS.md)
48
52
*[Archive](CHANGELOG_ARCHIVE.md)
49
53
54
+
<aid="20.9.0"></a>
55
+
56
+
## 2023-10-24, Version 20.9.0 'Iron' (LTS), @richardlau
57
+
58
+
### Notable Changes
59
+
60
+
This release marks the transition of Node.js 20.x into Long Term Support (LTS)
61
+
with the codename 'Iron'. The 20.x release line now moves into "Active LTS"
62
+
and will remain so until October 2024. After that time, it will move into
63
+
"Maintenance" until end of life in April 2026.
64
+
65
+
### Known issue
66
+
67
+
* The env var `NODE_V8_COVERAGE` intermittently causes the test runner to hang [#49344](https://github.com/nodejs/node/issues/49344)
68
+
Collecting code coverage via the `NODE_V8_COVERAGE` environment variable made
69
+
lead to a hang. This is not thought to be a regression in Node.js 20 (some
70
+
reports are on Node.js 18).
71
+
50
72
<aid="20.8.1"></a>
51
73
52
74
## 2023-10-13, Version 20.8.1 (Current), @RafaelGSS
0 commit comments