Skip to content

Commit de266a4

Browse files
committed
2023-01-31, Version 18.14.0 'Hydrogen' (LTS)
Notable changes: * buffer * (SEMVER-MINOR) add buffer.isUtf8 for utf8 validation (Yagiz Nizipli) #45947 * deps: * disable avx512 for simutf on benchmark ci (Yagiz Nizipli) #45803 * add simdutf dependency (Yagiz Nizipli) #45803 * upgrade npm to 9.1.3 (npm team) #45693 * util: * add fast path for text-decoder fatal flag (Yagiz Nizipli) #45803 PR-URL: TBD
1 parent 7351221 commit de266a4

File tree

6 files changed

+220
-9
lines changed

6 files changed

+220
-9
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ release.
3333
</tr>
3434
<tr>
3535
<td valign="top">
36-
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.13.0">18.13.0</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.14.0">18.14.0</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V18.md#18.13.0">18.13.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V18.md#18.12.1">18.12.1</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V18.md#18.12.0">18.12.0</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V18.md#18.11.0">18.11.0</a><br/>

doc/api/buffer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5129,7 +5129,7 @@ and binary data should be performed using `Buffer.from(str, 'base64')` and
51295129
### `buffer.isUtf8(input)`
51305130

51315131
<!-- YAML
5132-
added: REPLACEME
5132+
added: v18.14.0
51335133
-->
51345134

51355135
* input {Buffer | ArrayBuffer | TypedArray} The input to validate.

doc/api/http.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ added:
15031503
- v11.3.0
15041504
- v10.14.0
15051505
changes:
1506-
- version: REPLACEME
1506+
- version: v18.14.0
15071507
pr-url: https://github.com/nodejs/node/pull/45778
15081508
description: The default is now set to the minimum between 60000 (60 seconds) or `requestTimeout`.
15091509
-->
@@ -2413,7 +2413,7 @@ as an argument to any listeners on the event.
24132413
<!-- YAML
24142414
added: v0.1.5
24152415
changes:
2416-
- version: REPLACEME
2416+
- version: v18.14.0
24172417
pr-url: https://github.com/nodejs/node/pull/45982
24182418
description: >-
24192419
The `joinDuplicateHeaders` option in the `http.request()`
@@ -3624,7 +3624,7 @@ request itself.
36243624
<!-- YAML
36253625
added: v14.3.0
36263626
changes:
3627-
- version: REPLACEME
3627+
- version: v18.14.0
36283628
pr-url: https://github.com/nodejs/node/pull/46143
36293629
description: The `label` parameter is added.
36303630
-->

doc/api/os.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The operating system-specific end-of-line marker.
2929
## `os.availableParallelism()`
3030

3131
<!-- YAML
32-
added: REPLACEME
32+
added: v18.14.0
3333
-->
3434

3535
* Returns: {integer}

0 commit comments

Comments
 (0)