Skip to content

Commit 69d32d1

Browse files
nodejs-github-bottargos
authored andcommitted
2025-02-13, 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 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 url: * (SEMVER-MINOR) add URLPattern implementation (Yagiz Nizipli) #56452 zlib: * (SEMVER-MINOR) add zstd support (Jan Krems) #52100 PR-URL: #57005
1 parent 128ec44 commit 69d32d1

File tree

8 files changed

+368
-196
lines changed

8 files changed

+368
-196
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
@@ -996,7 +996,7 @@ top-level awaits, and print their location to help users find them.
996996
### `--experimental-quic`
997997

998998
<!--
999-
added: REPLACEME
999+
added: v23.8.0
10001000
-->
10011001

10021002
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)