@@ -37,9 +37,12 @@ See docs/process.md for more on how version tagging works.
3737
38386.0.2 - 07/01/26
3939----------------
40- - The ` GROWABLE_ARRAYBUFFERS ` setting now defaults to 1, which means it will be
41- used when available. Note that this only affects programs that are built with
42- ` ALLOW_MEMORY_GROWTH ` , which is not enabled by default. (#27212 )
40+ - The ` GROWABLE_ARRAYBUFFERS ` setting now supports both ` =1 ` (auto-detect and
41+ use the feature) and ` =2 ` (unconditionally use the feature, avoiding the
42+ overhead in multi-threaded builds). It now defaults to ` =1 ` , meaning the
43+ feature will be used when available. Note that this only affects programs
44+ that are built with ` ALLOW_MEMORY_GROWTH ` , which is not enabled by default.
45+ (#27096 , #27212 )
4346- New ` -sNODERAWSOCKETS ` setting that backs the POSIX sockets API with real TCP
4447 (` node:net ` ) and UDP (` node:dgram ` ) sockets on Node.js, with no ` ws ` , proxy
4548 process, or pthreads required. Supports incoming and outgoing TCP, UDP, IPv6,
@@ -93,9 +96,6 @@ See docs/process.md for more on how version tagging works.
9396 run dependencies). This means that errors during startup (or during the
9497 ` main() ` function) will more often show up as unhandled promise rejections
9598 (` onunhandledreject ` ) rather than synchronous errors (` onerror ` ). (#27121 )
96- - The ` GROWABLE_ARRAYBUFFERS ` setting now support both ` =1 ` (auto-detect and
97- use the feature) and ` =2 ` (unconditionally use the feature). The second mode
98- is still useful for avoiding the overhead in multi-threaded builds. (#27096 )
9999
1001006.0.0 - 06/04/26
101101----------------
0 commit comments