|
9 | 9 | </tr>
|
10 | 10 | <tr>
|
11 | 11 | <td>
|
| 12 | +<a href="#18.18.1">18.18.1</a><br/> |
12 | 13 | <a href="#18.18.0">18.18.0</a><br/>
|
13 | 14 | <a href="#18.17.1">18.17.1</a><br/>
|
14 | 15 | <a href="#18.17.0">18.17.0</a><br/>
|
|
62 | 63 | * [io.js](CHANGELOG_IOJS.md)
|
63 | 64 | * [Archive](CHANGELOG_ARCHIVE.md)
|
64 | 65 |
|
| 66 | +<a id="18.18.1"></a> |
| 67 | + |
| 68 | +## 2023-10-10, Version 18.18.1 'Hydrogen' (LTS), @richardlau |
| 69 | + |
| 70 | +### Notable Changes |
| 71 | + |
| 72 | +This release addresses some regressions that appeared in Node.js 18.18.0: |
| 73 | + |
| 74 | +* (Windows) FS can not handle certain characters in file name [#48673](https://github.com/nodejs/node/issues/48673) |
| 75 | +* 18 and 20 node images give error - Text file busy (after re-build images) [nodejs/docker-node#1968](https://github.com/nodejs/docker-node/issues/1968) |
| 76 | +* libuv update in 18.18.0 breaks webpack's thread-loader [#49911](https://github.com/nodejs/node/issues/49911) |
| 77 | + |
| 78 | +The libuv 1.45.0 and 1.46.0 updates that were released in Node.js 18.18.0 have been temporarily reverted. |
| 79 | + |
| 80 | +### Commits |
| 81 | + |
| 82 | +* \[[`3e3a75cc46`](https://github.com/nodejs/node/commit/3e3a75cc46)] - _**Revert**_ "**build**: sync libuv header change" (Richard Lau) [#50036](https://github.com/nodejs/node/pull/50036) |
| 83 | +* \[[`14ece2c479`](https://github.com/nodejs/node/commit/14ece2c479)] - _**Revert**_ "**deps**: upgrade to libuv 1.45.0" (Richard Lau) [#50036](https://github.com/nodejs/node/pull/50036) |
| 84 | +* \[[`022352acbe`](https://github.com/nodejs/node/commit/022352acbe)] - _**Revert**_ "**deps**: upgrade to libuv 1.46.0" (Richard Lau) [#50036](https://github.com/nodejs/node/pull/50036) |
| 85 | +* \[[`d9f138189c`](https://github.com/nodejs/node/commit/d9f138189c)] - _**Revert**_ "**deps**: add missing thread-common.c in uv.gyp" (Richard Lau) [#50036](https://github.com/nodejs/node/pull/50036) |
| 86 | +* \[[`7a3e1ffbb8`](https://github.com/nodejs/node/commit/7a3e1ffbb8)] - **fs**: make sure to write entire buffer (Robert Nagy) [#49211](https://github.com/nodejs/node/pull/49211) |
| 87 | +* \[[`04cba95a67`](https://github.com/nodejs/node/commit/04cba95a67)] - **test**: add `tmpdir.resolve()` (Livia Medeiros) [#49079](https://github.com/nodejs/node/pull/49079) |
| 88 | + |
65 | 89 | <a id="18.18.0"></a>
|
66 | 90 |
|
67 | 91 | ## 2023-09-18, Version 18.18.0 'Hydrogen' (LTS), @ruyadorno
|
|
0 commit comments