Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
156 commits
Select commit Hold shift + click to select a range
72f2a22
module: clarify cjs global-like error on ModuleJobSync
Ceres6 May 16, 2025
3b1e4bd
deps: update libuv to 1.51.0
nodejs-github-bot May 16, 2025
2d5a1ef
vm: import call should return a promise in the current context
legendecas May 16, 2025
f30b911
http2: add diagnostics channel 'http2.client.stream.error'
RaisinTen May 16, 2025
7ff3718
build: fix defaults for shared llhttp
aduh95 May 16, 2025
429c38d
node-api: use WriteV2 in napi_get_value_string_utf16
tniessen May 16, 2025
f373d6a
node-api: use WriteOneByteV2 in napi_get_value_string_latin1
legendecas May 16, 2025
f2e2301
fs: unexpose internal constants
legendecas May 16, 2025
32070f3
tools: add missing highway defines for IBM i
abmusse May 17, 2025
208d6a5
tools: support explicit resource management in eslint
LiviaMedeiros May 12, 2025
3caa2f7
stream: test explicit resource management implicitly
LiviaMedeiros May 12, 2025
23416cc
worker: give names to `MessagePort` functions
LiviaMedeiros May 17, 2025
8b5ada4
buffer: use Utf8LengthV2() instead of Utf8Length()
tniessen May 17, 2025
566fc56
http2: add diagnostics channel 'http2.client.stream.finish'
RaisinTen May 13, 2025
5e27078
deps: update ada to 3.2.4
nodejs-github-bot May 18, 2025
b0e0b1a
net: always publish to 'net.client.socket' diagnostics channel
RaisinTen May 18, 2025
1091066
deps: update undici to 7.9.0
nodejs-github-bot May 18, 2025
462c4b0
readline: add stricter validation for functions called after closed
dario-piotrowicz May 18, 2025
4ae6a1a
test: remove references to create(De|C)ipher
tniessen May 18, 2025
c094bea
tty: use terminal VT mode on Windows
addaleax May 18, 2025
db7f413
build: fix pointer compression builds
joyeecheung May 4, 2025
8f09a1f
test: skip wasm-allocation tests for pointer compression builds
joyeecheung May 4, 2025
0885546
http2: add diagnostics channel 'http2.client.stream.close'
RaisinTen May 19, 2025
1eda87c
test_runner: add level parameter to reporter.diagnostic
JacopoPatroclo May 19, 2025
33f6158
test: add chacha20-poly1305 to auth tag order test
tniessen May 19, 2025
b882148
path: improve path.resolve() performance when used as process.cwd()
BridgeAR May 19, 2025
d0302e7
test: remove loop over single element
tniessen May 19, 2025
402ac8b
inspector: add protocol method Network.dataReceived
legendecas May 19, 2025
a35cc21
src: track cppgc wrappers with a list in Realm
joyeecheung May 19, 2025
23474cb
test: show more information in test-http2-debug upon failure
joyeecheung May 20, 2025
d05263e
test: do not skip OCB decryption in FIPS mode
tniessen May 21, 2025
ddab63a
tty: improve color terminal color detection
BridgeAR May 21, 2025
ef9ecbe
child_process: give names to `ChildProcess` functions
LiviaMedeiros May 21, 2025
0b4056c
build: add support for OpenHarmony operating system
hqzing May 21, 2025
8df4dee
lib: remove no-mixed-operators eslint rule
BridgeAR May 21, 2025
029440b
test: switch from deprecated `optparse` to `argparse`
avivkeller May 21, 2025
3b5d0e6
test: test reordering of setAAD and setAuthTag
tniessen May 21, 2025
1ed2deb
typings: remove no longer valid `revokeDataObject` type
dario-piotrowicz May 13, 2025
3499285
typings: remove no longer valid `FixedSizeBlobCopyJob` type
dario-piotrowicz May 13, 2025
9fccb06
crypto: expose crypto.constants.OPENSSL_IS_BORINGSSL
codebytere May 22, 2025
89fdfde
test: make crypto tests work with BoringSSL
codebytere May 22, 2025
22e9736
build: search for libnode.so in multiple places
khardix May 22, 2025
e6e6ae8
doc: fix the order of `process.md` sections
mureinik May 22, 2025
308f4ca
esm: add support for dynamic source phase hook
guybedford May 3, 2025
62056d4
doc: clarify behavior of --watch-path and --watch flags
juanibe May 3, 2025
cbb2a01
report: use uv_getrusage_thread in report
theanarkh May 22, 2025
ce081bc
src: fix build when using shared simdutf
aduh95 May 22, 2025
8870bb8
fs: improve `cpSync` dest overriding performance
dario-piotrowicz May 23, 2025
a57b05e
benchmark: add more options to cp-sync
sonsurim May 23, 2025
7acac70
doc: remove remaining uses of `@@wellknown` syntax
Renegade334 May 23, 2025
53cb298
test: fix missing edge case in test-blob-slice-with-large-size
joyeecheung May 23, 2025
4c445a8
test: skip in test-buffer-tostring-rangeerror on allocation failure
joyeecheung May 23, 2025
4629b18
test: fix test-buffer-tostring-range on allocation failure
joyeecheung May 23, 2025
5fc4706
test: leverage process.features.openssl_is_boringssl in test
codebytere May 24, 2025
18bb5f7
meta: bump actions/download-artifact from 4.2.1 to 4.3.0
dependabot[bot] May 24, 2025
7f1c95a
src: make a number of minor improvements to buffer
jasnell May 18, 2025
095794f
doc: add links to parent class for `node:zlib` classes
aduh95 May 25, 2025
87eebd7
deps: keep required OpenSSL doc files
targos May 25, 2025
13dbbdc
http2: add diagnostics channel 'http2.server.stream.created'
RaisinTen May 25, 2025
cc1aaca
lib: make ERM functions into wrappers returning undefined
LiviaMedeiros May 25, 2025
46aa079
benchmark: add callback-based `fs.glob` to glob benchmark
LiviaMedeiros May 25, 2025
7dfe448
meta: bump codecov/codecov-action from 5.4.0 to 5.4.2
dependabot[bot] May 25, 2025
4606a67
meta: bump github/codeql-action from 3.28.11 to 3.28.16
dependabot[bot] May 25, 2025
d86ff60
http2: remove no longer userful options.selectPadding
hkleungai May 25, 2025
3a6bd9c
sqlite: handle thrown errors in result callback
cjihrig May 25, 2025
e8a07f2
stream: making DecompressionStream spec compilent for trailing junk
0hmX May 26, 2025
aeb9ab4
worker: make Worker async disposable
jasnell May 24, 2025
7a91f4a
test: add test for async disposable worker thread
jasnell May 24, 2025
532c173
util: add 'none' style to styleText
jasnell May 23, 2025
13abca3
perf_hooks: make event loop delay histogram disposable
jasnell May 24, 2025
5936cef
test: add disposable histogram test
jasnell May 24, 2025
27ada1f
meta: move one or more collaborators to emeritus
nodejs-github-bot May 26, 2025
3b6895a
src: improve CompileFunctionAndCacheResult error handling
legendecas May 23, 2025
63f643e
src: reorganize ContextifyFunction methods
legendecas May 23, 2025
08615b1
src: prepare for v8 sandboxing
jasnell May 18, 2025
252acc1
errors: show url of unsupported attributes in the error message
Aditi-1400 May 26, 2025
beba631
test: add tests ensuring worker threads cannot access internals
Lordfirespeed May 26, 2025
adef9af
esm: implement import.meta.main
Lordfirespeed May 26, 2025
44df21b
zlib: remove mentions of unexposed Z_TREES constant
hkleungai May 27, 2025
1deb5f0
test: remove --no-warnings flag
tniessen May 27, 2025
21f6400
test: update WPT for WebCryptoAPI to 591c95ce61
nodejs-github-bot May 27, 2025
8bc0452
benchmark: fix broken fs.cpSync benchmark
dario-piotrowicz May 27, 2025
767e88c
esm: unwrap WebAssembly.Global on Wasm Namespaces
guybedford Feb 28, 2025
fcc881d
tools: support `DisposableStack` and `AsyncDisposableStack` in linter
LiviaMedeiros May 25, 2025
7e62a77
deps: update undici to 7.10.0
nodejs-github-bot May 27, 2025
0868525
doc: clarify x509.checkIssued only checks metadata
panva May 28, 2025
e3e36f9
repl: extract and standardize history from both repl and interface
puskin May 28, 2025
a994d3d
doc,src,test: fix typos
noritaka1166 May 28, 2025
79b852a
inspector: add mimeType and charset support to Network.Response
islandryu May 28, 2025
440d4f4
src: fix -Wreturn-stack-address error
codebytere May 28, 2025
510872a
doc: graduate Symbol.dispose/asyncDispose from experimental
jasnell May 26, 2025
a6d0d2a
doc: add missing options.info for BrotliOptions
hkleungai May 28, 2025
4bbd026
doc: add missing options.info for ZstdOptions
hkleungai May 28, 2025
5f3f045
doc: update `git node release` example
aduh95 May 28, 2025
007c82f
test: mark `test-http2-debug` as flaky on LinuxONE
richardlau May 28, 2025
e13930b
doc: add Filip Skokan to TSC
RafaelGSS May 28, 2025
bef67e4
test: account for truthy signal in flaky async_hooks tests
RaisinTen May 29, 2025
b4df8d3
http2: add diagnostics channel 'http2.server.stream.start'
RaisinTen May 29, 2025
80cc17f
doc: explain child_process code and signal null values everywhere
RaisinTen May 29, 2025
ca0f5a0
src: add env->cppgc_allocation_handle() convenience method
jasnell May 29, 2025
11e4cd6
src: fix possible dereference of null pointer
Eusgor May 29, 2025
4d9d683
test: force slow JSON.stringify path for overflow
codebytere May 30, 2025
947c1c2
src,lib: obtain sourceURL in magic comments from V8
legendecas May 30, 2025
dc21054
typings: add inspector internalBinding typing
islandryu May 30, 2025
d99d657
src: fix FIPS init error handling
tniessen May 30, 2025
4d64727
test_runner: emit event when file changes in watch mode
JacopoPatroclo May 30, 2025
8d2ba38
deps: update OpenSSL gen container to Ubuntu 22.04
targos May 30, 2025
8a1eaea
src: update std::vector<v8::Local<T>> to use v8::LocalVector<T>
Aditi-1400 May 31, 2025
af0446e
doc: deprecate HTTP/2 priority signaling
mcollina May 29, 2025
2f555e0
doc: clarify DEP0194 scope
aduh95 May 31, 2025
d7a2458
test: make sqlite-database-sync tests work with system sqlite
jellelicht Jun 1, 2025
2b868e8
http2: add diagnostics channel 'http2.server.stream.error'
RaisinTen Jun 1, 2025
32efb63
http: deprecate instantiating classes without new
anonrig Jun 1, 2025
1cd417d
permission: remove useless conditional
juanarbol Jun 2, 2025
b8c3319
build,win: fix dll build
StefanStojanovic Jun 2, 2025
6bddf58
dns: fix dns query cache implementation
Ethan-Arrowood Jun 2, 2025
0f1e94f
lib: graduate error codes that have been around for years
jasnell Jun 3, 2025
f72ce2e
src: remove fast API for InternalModuleStat
joyeecheung Jun 3, 2025
34e86f9
test: rewrite test-child-process-spawn-args
targos Jun 3, 2025
cec9d9d
crypto: forward auth tag to OpenSSL immediately
tniessen Jun 3, 2025
1337751
tools: bump the eslint group in `/tools/eslint` with 6 updates
dependabot[bot] Jun 3, 2025
29f34a7
lib: disable REPL completion on proxies and getters
dario-piotrowicz Jun 4, 2025
0234a8e
http2: add diagnostics channel 'http2.server.stream.finish'
RaisinTen Jun 4, 2025
447ca11
doc: correct formatting of example definitions for `--test-shard`
JakobJingleheimer Jun 4, 2025
eb9bb95
meta: bump rtCamp/action-slack-notify from 2.3.2 to 2.3.3
dependabot[bot] Jun 4, 2025
4da920c
meta: bump ossf/scorecard-action from 2.4.1 to 2.4.2
dependabot[bot] Jun 4, 2025
88e621e
deps: update sqlite to 3.50.0
nodejs-github-bot Jun 4, 2025
6f4c9dd
fs: add autoClose option to FileHandle readableWebStream
jasnell Jun 1, 2025
8347ef6
test: dispose of filehandles in filehandle.read tests
LiviaMedeiros Jun 5, 2025
efb28f7
deps: V8: cherry-pick 249de887a8d3
targos Jun 5, 2025
d261274
doc: deprecate passing an empty string to `options.shell`
aduh95 Jun 5, 2025
f8a2a1e
deps: update corepack to 0.33.0
nodejs-github-bot Jun 5, 2025
44ca874
http2: add lenient flag for RFC-9113
metcoder95 Jun 5, 2025
588c244
win,tools: use Azure Trusted Signing
StefanStojanovic Jun 5, 2025
33a69ff
doc: update metadata for _transformState deprecation
jasnell Jun 5, 2025
d3fea00
test: mark timeouts & flaky test as flaky on IBM i
abmusse Jun 6, 2025
8ea1fc5
src: support namespace options in configuration file
pmarchini Jun 6, 2025
0d761bb
src: env_vars caching and local variable scope optimization
mertcanaltin Jun 6, 2025
6c92329
Revert "benchmark: fix broken fs.cpSync benchmark"
jakecastelli May 27, 2025
d2931e5
fs: fix cpSync handle existing symlinks
jakecastelli May 27, 2025
996fdb0
fs: fix cp handle existing symlinks
jakecastelli May 27, 2025
f31e014
meta: bump step-security/harden-runner from 2.11.0 to 2.12.0
dependabot[bot] Jun 7, 2025
b454e83
meta: bump codecov/codecov-action from 5.4.2 to 5.4.3
dependabot[bot] Jun 7, 2025
104d173
meta: bump github/codeql-action from 3.28.16 to 3.28.18
dependabot[bot] Jun 7, 2025
36b639b
deps: update googletest to e9092b1
nodejs-github-bot Jun 7, 2025
8a1fe7b
deps: update simdjson to 3.12.3
nodejs-github-bot Jun 7, 2025
d6ea36a
src,permission: implicit allow-fs-read to app entrypoint
RafaelGSS Jun 7, 2025
fcef56c
fs: improve cpSync no-filter copyDir performance
dario-piotrowicz Jun 7, 2025
d0b8959
deps: use proper C standard when building libuv
thunder-coding Jun 7, 2025
0b987e5
http2: remove support for priority signaling
mcollina Jun 3, 2025
e7c69b9
deps: update nghttp2 to 1.65.0
nodejs-github-bot Jun 7, 2025
377ef3c
doc: add support link for panva
panva Jun 7, 2025
984894b
doc: deprecate utilisNativeError in favor of ErrorisError
miguelmarcondesf Jun 8, 2025
d2f6c82
doc,lib: update source map links to ECMA426
legendecas Jun 8, 2025
9ccdf4f
test: improve flakiness detection on stack corruption tests
RaisinTen Jun 8, 2025
591ba69
2025-06-09, Version 24.2.0 (Current)
nodejs-github-bot Jun 8, 2025
File filter

Filter by extension

Filter by extension