Commit a43c81b
2025-02-13, Version 23.8.0 (Current)
Notable changes:
crypto:
* (SEMVER-MINOR) support --use-system-ca on Windows (Joyee Cheung) nodejs#56833
* (SEMVER-MINOR) added support for reading certificates from macOS system store (Tim Jacomb) nodejs#56599
deps:
* update timezone to 2025a (Node.js GitHub Bot) nodejs#56876
sqlite:
* (SEMVER-MINOR) allow returning `ArrayBufferView`s from user-defined functions (René) nodejs#56790
src:
* set signal inspector io thread name (RafaelGSS) nodejs#56416
* set thread name for main thread and v8 worker (RafaelGSS) nodejs#56416
* set worker thread name using worker.name (RafaelGSS) nodejs#56416
* use a default thread name for inspector (RafaelGSS) nodejs#56416
url:
* (SEMVER-MINOR) add URLPattern implementation (Yagiz Nizipli) nodejs#56452
zlib:
* (SEMVER-MINOR) add zstd support (Jan Krems) nodejs#52100
PR-URL: nodejs#570051 parent 0271132 commit a43c81b
File tree
8 files changed
+368
-196
lines changed- doc
- api
- changelogs
8 files changed
+368
-196
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
999 | | - | |
| 999 | + | |
1000 | 1000 | | |
1001 | 1001 | | |
1002 | 1002 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
485 | | - | |
| 485 | + | |
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
| |||
0 commit comments