Skip to content

Commit aea2631

Browse files
committed
2025-02-12, Version 23.8.0 (Current)
Notable changes: crypto: * (SEMVER-MINOR) support --use-system-ca on Windows (Joyee Cheung) #56833 * (SEMVER-MINOR) added support for reading certificates from macOS system store (Tim Jacomb) #56599 deps: * update timezone to 2025a (Node.js GitHub Bot) #56876 * (SEMVER-MINOR) update ada to v3.0.1 (Yagiz Nizipli) #56452 deps,tools: * (SEMVER-MINOR) add zstd 1.5.6 (Jan Krems) #52100 sqlite: * (SEMVER-MINOR) allow returning `ArrayBufferView`s from user-defined functions (René) #56790 src: * set signal inspector io thread name (RafaelGSS) #56416 * set thread name for main thread and v8 worker (RafaelGSS) #56416 * set worker thread name using worker.name (RafaelGSS) #56416 * use a default thread name for inspector (RafaelGSS) #56416 src, quic: * (SEMVER-MINOR) refine more of the quic implementation (James M Snell) #56328 test: * (SEMVER-MINOR) add WPT for URLPattern (Yagiz Nizipli) #56452 url: * (SEMVER-MINOR) add URLPattern implementation (Yagiz Nizipli) #56452 zlib: * (SEMVER-MINOR) add zstd support (Jan Krems) #52100 PR-URL: TODO
1 parent b5a8a81 commit aea2631

File tree

9 files changed

+338
-199
lines changed

9 files changed

+338
-199
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ release.
3939
</tr>
4040
<tr>
4141
<td valign="top">
42-
<b><a href="doc/changelogs/CHANGELOG_V23.md#23.7.0">23.7.0</a></b><br/>
42+
<b><a href="doc/changelogs/CHANGELOG_V23.md#23.8.0">23.8.0</a></b><br/>
43+
<a href="doc/changelogs/CHANGELOG_V23.md#23.7.0">23.7.0</a><br/>
4344
<a href="doc/changelogs/CHANGELOG_V23.md#23.6.1">23.6.1</a><br/>
4445
<a href="doc/changelogs/CHANGELOG_V23.md#23.6.0">23.6.0</a><br/>
4546
<a href="doc/changelogs/CHANGELOG_V23.md#23.5.0">23.5.0</a><br/>

doc/api/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ top-level awaits, and print their location to help users find them.
10011001
### `--experimental-quic`
10021002

10031003
<!--
1004-
added: REPLACEME
1004+
added: v23.8.0
10051005
-->
10061006

10071007
Enables the experimental `node:quic` built-in module.

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ number of bytes read is zero.
482482
<!-- YAML
483483
added: v17.0.0
484484
changes:
485-
- version: REPLACEME
485+
- version: v23.8.0
486486
pr-url: https://github.com/nodejs/node/pull/55461
487487
description: Removed option to create a 'bytes' stream. Streams are now always 'bytes' streams.
488488
- version:

0 commit comments

Comments
 (0)