-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
Insights: nodejs/node
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v20.19.1 2025-04-22, Version 20.19.1 'Iron' (LTS), @UlisesGascon prepared by @RafaelGSS
published
Apr 22, 2025
44 Pull requests merged by 27 people
-
src: move windows specific fns to _WIN32
#57951 merged
Apr 22, 2025 -
src: avoid calling SetPrototypeV2()
#57949 merged
Apr 22, 2025 -
crypto: fix cross-realm ArrayBuffer validation
#57828 merged
Apr 22, 2025 -
2025-04-22, Version 20.19.1 'Iron' (LTS)
#57896 merged
Apr 22, 2025 -
src: improve thread safety of
TaskQueue
#57910 merged
Apr 22, 2025 -
meta: fix subsystem in commit title
#57945 merged
Apr 22, 2025 -
deps: update zstd to 1.5.7
#57940 merged
Apr 22, 2025 -
deps: update simdutf to 6.5.0
#57939 merged
Apr 22, 2025 -
sqlite: add location method
#57860 merged
Apr 21, 2025 -
util: fix parseEnv handling of invalid lines
#57798 merged
Apr 21, 2025 -
tools: add semver-major release support to release-lint
#57892 merged
Apr 21, 2025 -
src: fixup errorhandling more in various places
#57852 merged
Apr 21, 2025 -
test: force GC in test-file-write-stream4
#57930 merged
Apr 20, 2025 -
sqlite: add getter to detect transactions
#57925 merged
Apr 20, 2025 -
os: fix netmask format check condition in getCIDR function
#57324 merged
Apr 20, 2025 -
build: use clang-cl in coverage-windows workflow
#57919 merged
Apr 19, 2025 -
worker: add ESM version examples to worker docs
#57645 merged
Apr 19, 2025 -
deps: update undici to 7.8.0
#57770 merged
Apr 19, 2025 -
assert: support
Float16Array
in loose deep equality checks#57881 merged
Apr 19, 2025 -
node-api: convert NewEnv to node_napi_env__::New
#57834 merged
Apr 19, 2025 -
http2: fix graceful session close
#57808 merged
Apr 19, 2025 -
build: fix missing files warning
#57870 merged
Apr 19, 2025 -
assert,util: fix constructor lookup in deep equal comparison
#57876 merged
Apr 19, 2025 -
build: remove redundant
-mXX
flags for V8#57907 merged
Apr 19, 2025 -
src: fix typo in comments
#57868 merged
Apr 19, 2025 -
deps: update zlib to 1.3.0.1-motley-780819f
#57768 merged
Apr 18, 2025 -
test: Enable skipped colorize test
#57887 merged
Apr 18, 2025 -
process: disable building execve on IBM i
#57883 merged
Apr 18, 2025 -
doc: mark devtools integration section as active development
#57886 merged
Apr 17, 2025 -
src: add ExecutionAsyncId getter for any Context
#57820 merged
Apr 17, 2025 -
lib: fix AbortSignal.any() with timeout signals
#57867 merged
Apr 17, 2025 -
util: fix formatting of objects with built-in Symbol.toPrimitive
#57832 merged
Apr 17, 2025 -
worker: add worker.getHeapStatistics()
#57888 merged
Apr 17, 2025 -
crypto: forbid passing
Float16Array
togetRandomValues()
#57880 merged
Apr 17, 2025 -
util: add
types.isFloat16Array()
#57879 merged
Apr 16, 2025 -
deps: update timezone to 2025b
#57857 merged
Apr 16, 2025 -
test_runner: add global setup and teardown functionality
#57438 merged
Apr 16, 2025 -
Update std::vector<v8::Local<T>> to use v8::LocalVector<T> (Part 3)
#57646 merged
Apr 16, 2025 -
Update std::vector<v8::Local<T>> to use v8::LocalVector<T> (Part 2)
#57642 merged
Apr 16, 2025 -
src: update std::vector<v8::Local<T>> to use v8::LocalVector<T>
#57578 merged
Apr 16, 2025 -
test_runner: recalculate run duration on watch restart
#57786 merged
Apr 16, 2025 -
repl: fix multiline history editing string order
#57874 merged
Apr 16, 2025 -
deps: update amaro to 0.5.2
#57871 merged
Apr 16, 2025 -
stream: preserve asynclocalstorage context in finished()
#57865 merged
Apr 16, 2025
35 Pull requests opened by 27 people
-
lib: make `new SafeSet(arr)` safe
#57895 opened
Apr 16, 2025 -
[WIP] lib: rename functions named `value`
#57901 opened
Apr 16, 2025 -
test_runner: emit test:watch:restarted event on watched file changes
#57903 opened
Apr 16, 2025 -
disable REPL completion on proxies and getters
#57909 opened
Apr 17, 2025 -
util: add internal `assignFunctionName()` function
#57916 opened
Apr 17, 2025 -
http2: add raw header array support to h2Session.request()
#57917 opened
Apr 17, 2025 -
test_runner: add level-based diagnostic handling for reporter
#57923 opened
Apr 18, 2025 -
test_runner: unify --require and --import behavior when isolation none
#57924 opened
Apr 18, 2025 -
watch: clarify completion/failure watch mode messages
#57926 opened
Apr 18, 2025 -
test: mark test-file-write-stream4 as flaky
#57927 opened
Apr 18, 2025 -
src: add FromV8Value<T>() for integral and enum types
#57931 opened
Apr 18, 2025 -
util: fix test to prevent styleText color from changing
#57935 opened
Apr 19, 2025 -
watch: fix watch args not being properly filtered
#57936 opened
Apr 19, 2025 -
src: improve error handling in cares_wrap
#57937 opened
Apr 19, 2025 -
http: improve performance by removing async_hooks
#57938 opened
Apr 20, 2025 -
deps: update ngtcp2 to 1.12.0
#57941 opened
Apr 20, 2025 -
src: skip calling object setters
#57942 opened
Apr 20, 2025 -
src: add DCHECK_EQ for Object::New calls
#57943 opened
Apr 20, 2025 -
lib: allow Immediate to be coerced to primitive
#57944 opened
Apr 20, 2025 -
lib: destroy waiting httpMessage on socket close
#57947 opened
Apr 20, 2025 -
src: prefer v8::LocalVector against MaybeStackBuffer
#57950 opened
Apr 20, 2025 -
sqlite: add fast api to DatabaseSync.isTransaction
#57952 opened
Apr 20, 2025 -
src: improve error handling in exceptions.cc
#57954 opened
Apr 20, 2025 -
http2: add diagnostics_channel for client session and streams
#57955 opened
Apr 21, 2025 -
lib: Attempted to fix issue #57780, child_process.js
#57956 opened
Apr 21, 2025 -
[v22.x backport] src: add config file support
#57958 opened
Apr 21, 2025 -
test: deflake test-http2-options-max-headers-block-length
#57959 opened
Apr 21, 2025 -
util: update isError with new Error.isError
#57962 opened
Apr 21, 2025 -
meta: allow penetration testing on live system with prior authorization
#57966 opened
Apr 22, 2025 -
doc: fix `AsyncLocalStorage` example response changes after node v18
#57969 opened
Apr 22, 2025 -
build: define python when generating `out/Makefile`
#57970 opened
Apr 22, 2025 -
crypto: fix cross-realm `SharedArrayBuffer` validation
#57974 opened
Apr 22, 2025 -
src: use ranges library (C++20) to simplify code
#57975 opened
Apr 22, 2025 -
lib: consolidate Channel and ActiveChannel into single class
#57977 opened
Apr 22, 2025 -
tools: ignore test directory in CodeQL scans
#57978 opened
Apr 22, 2025
26 Issues closed by 15 people
-
Clarify setTimeout return value in timers documentation (Node.js returns a Timeout object, not just an ID)
#57973 closed
Apr 22, 2025 -
windows build start failed on main caused by MSVC update
#43092 closed
Apr 22, 2025 -
segfault on x86 when built with shared libuv
#57934 closed
Apr 22, 2025 -
Node.js 20 Upgrade: Segmentation Fault Core Dump During Pipeline Lage Build Step
#56236 closed
Apr 22, 2025 -
cannot install or use npm
#57963 closed
Apr 21, 2025 -
Add a method for retrieving the database location
#57859 closed
Apr 21, 2025 -
util.parseEnv creates keys from invalid, newline-separated lines
#56775 closed
Apr 21, 2025 -
[sqlite] Add `inTransaction` property
#57922 closed
Apr 20, 2025 -
http2 server wait infinitely to close
#57611 closed
Apr 19, 2025 -
graceful http2 session closure with empty body
#57809 closed
Apr 19, 2025 -
Private class and instance methods with the same name not allowed
#57933 closed
Apr 19, 2025 -
existsSync does not work on files containing a : on macOS
#57929 closed
Apr 19, 2025 -
postject sometimes cannot inject the SEA blob on Windows, resulting in flaky test
#49630 closed
Apr 18, 2025 -
Support .noderc or similar file-based initialization configurations?
#53787 closed
Apr 18, 2025 -
ibmi: execve issues
#57882 closed
Apr 18, 2025 -
running node at background turn off the stty `echo`
#57849 closed
Apr 18, 2025 -
Support remote sourceMap
#51781 closed
Apr 18, 2025 -
Support `net.BlockList` in `http.Agent` options
#55000 closed
Apr 18, 2025 -
failing on chrome OS
#57920 closed
Apr 17, 2025 -
Setting UV_THREADPOOL_SIZE environment variable to 128 cause a huge committed memory for node.exe
#57911 closed
Apr 17, 2025 -
AbortSignal.any() is unreliable and breaks timeouts
#57736 closed
Apr 17, 2025 -
Date changed representation when using utils.format() with "%s"
#57818 closed
Apr 17, 2025 -
Nodejs
#57902 closed
Apr 16, 2025 -
fail to execute ts file with complex if statement with many nested braces
#57471 closed
Apr 16, 2025 -
Bug Report: fs.promises.watch() emits change before file is saved
#57897 closed
Apr 16, 2025 -
cannot read stored value in asynclocalstorage when using finished
#57844 closed
Apr 16, 2025
12 Issues opened by 11 people
-
Using and editing `vcbuild.bat` is not as intuitive as `Makefile`
#57964 opened
Apr 21, 2025 -
Update internal util isError with new Error.isError
#57961 opened
Apr 21, 2025 -
`node.config.json` doesn't respect optionally-valued or aliased options
#57960 opened
Apr 21, 2025 -
Gateway service tcp connection leak
#57946 opened
Apr 20, 2025 -
feat(sqlite): option to avoid pushing parameters to the stack
#57932 opened
Apr 19, 2025 -
`parallel/test-runner-plan` is flaky
#57928 opened
Apr 18, 2025 -
`styleText()`: isTTY check fails with `--test`
#57921 opened
Apr 18, 2025 -
Installer failing on Windows
#57908 opened
Apr 17, 2025 -
File descriptor 0 might not get closed when used in file stream
#57905 opened
Apr 16, 2025 -
There should be an specific doc for `AsyncContextFrame`?
#57904 opened
Apr 16, 2025 -
Replacement/improvement of `func-name-matching` eslint rule
#57899 opened
Apr 16, 2025 -
Path which contain parent ("../") in package.json `imports` throws `ERR_INVALID_PACKAGE_TARGET`
#57894 opened
Apr 15, 2025
59 Unresolved conversations
Sometimes conversations happen on old items that arenβt yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
esm: implement import.meta.main
#57804 commented on
Apr 22, 2025 β’ 21 new comments -
build: allow unbundling of Node.js dependencies
#55903 commented on
Apr 20, 2025 β’ 5 new comments -
crypto: allow inspecting a crypto key prototype
#57890 commented on
Apr 16, 2025 β’ 3 new comments -
fs: add signal option to fs.stat()
#57775 commented on
Apr 19, 2025 β’ 3 new comments -
node-api: optimize finalizer queue using container swap
#57861 commented on
Apr 22, 2025 β’ 2 new comments -
2025-04-23, Version 22.15.0 'Jod' (LTS), @UlisesGascon prepared by @RafaelGSS
#57840 commented on
Apr 22, 2025 β’ 2 new comments -
src,lib,test: unflag --experimental-webstorage by default
#57666 commented on
Apr 18, 2025 β’ 2 new comments -
inspector: support for worker inspection in chrome devtools
#56759 commented on
Apr 20, 2025 β’ 1 new comment -
src: add WDAC integration (Windows)
#54364 commented on
Apr 15, 2025 β’ 1 new comment -
src: annotate BaseObjects in the heap snapshots correctly
#57417 commented on
Apr 22, 2025 β’ 1 new comment -
sqlite: handle exceptions in filter callback database.applyChangeset()
#56903 commented on
Apr 21, 2025 β’ 0 new comments -
module: implement synchronous module evaluate hooks
#57139 commented on
Apr 21, 2025 β’ 0 new comments -
deps: update nghttp2 to 1.65.0
#57269 commented on
Apr 20, 2025 β’ 0 new comments -
[v22.x backport] module: unflag --experimental-strip-types
#57298 commented on
Apr 17, 2025 β’ 0 new comments -
[v22.x backport] deps: update libuv to 1.50.0
#57316 commented on
Apr 17, 2025 β’ 0 new comments -
build, doc: use new api doc tooling
#57343 commented on
Apr 20, 2025 β’ 0 new comments -
doc: doc that proj has access to linked in
#57401 commented on
Apr 17, 2025 β’ 0 new comments -
src: add a variant of ToV8Value()
#57576 commented on
Apr 17, 2025 β’ 0 new comments -
2025-04-23, Version 24.0.0 (Current)
#57609 commented on
Apr 18, 2025 β’ 0 new comments -
src: add convert result for `StreamPipe::New`
#57613 commented on
Apr 17, 2025 β’ 0 new comments -
assert,util: handle invalid dates as equal in deep comparison
#57627 commented on
Apr 19, 2025 β’ 0 new comments -
src: fix `-Wunreachable-code-return` in `node_sea`
#57664 commented on
Apr 19, 2025 β’ 0 new comments -
readline: add stricter validation for functions called after closed
#57680 commented on
Apr 21, 2025 β’ 0 new comments -
deps, config: update simdjson to 3.12.3
#57682 commented on
Apr 20, 2025 β’ 0 new comments -
src: fix bugs and refactor NativeSymbolDebuggingContext::GetLoadedLibraries
#57738 commented on
Apr 19, 2025 β’ 0 new comments -
[help wanted] deps: update V8 to 13.6
#57753 commented on
Apr 22, 2025 β’ 0 new comments -
UTF8 characters show incorrectly after win cmd chcp 65001
#57780 commented on
Apr 16, 2025 β’ 0 new comments -
test: add signal handler tests for SIGTERM and SIGINT
#57794 commented on
Apr 22, 2025 β’ 0 new comments -
Support `Temporal` across Node.js APIs
#57891 commented on
Apr 16, 2025 β’ 0 new comments -
test: add tests for REPL custom evals (second attempt)
#57850 commented on
Apr 18, 2025 β’ 0 new comments -
src: internalize `v8::ConvertableToTraceFormat` in traces
#57866 commented on
Apr 22, 2025 β’ 0 new comments -
Add template tags support to node:sqlite
#57570 commented on
Apr 15, 2025 β’ 0 new comments -
How to Evaluate Multi-Statement SQL Queries at once & get result returned in `node:sqlite`?
#57814 commented on
Apr 16, 2025 β’ 0 new comments -
add API for "package dir"
#49445 commented on
Apr 17, 2025 β’ 0 new comments -
AbortSignal.any memory leak when circular dependencies
#57584 commented on
Apr 17, 2025 β’ 0 new comments -
Remove dependency on Chocolatey
#51905 commented on
Apr 17, 2025 β’ 0 new comments -
`.pipeTo(Writable.toWeb(process.stdout))` returns a never-settling Promise
#56139 commented on
Apr 17, 2025 β’ 0 new comments -
Transactions for SQLite
#57431 commented on
Apr 17, 2025 β’ 0 new comments -
closeAllConnections on http2.Http2Server and http2.Http2SecureServer
#55459 commented on
Apr 18, 2025 β’ 0 new comments -
build node.js using clangcl when under Windows
#52809 commented on
Apr 18, 2025 β’ 0 new comments -
DNS Resolver timeout no longer honoured
#57839 commented on
Apr 18, 2025 β’ 0 new comments -
Tracking issue: compile cache
#52696 commented on
Apr 18, 2025 β’ 0 new comments -
watch mode should restart a script when it exiting with an error code like nodemon does
#57657 commented on
Apr 18, 2025 β’ 0 new comments -
test-file-write-stream4 is consistently flaky
#56883 commented on
Apr 18, 2025 β’ 0 new comments -
Tracking issue: Stabilizing network inspection in Node.js
#53946 commented on
Apr 19, 2025 β’ 0 new comments -
cjs context globals are available unexpected in ESM when using `node --eval 'import("pkg")'`
#57885 commented on
Apr 19, 2025 β’ 0 new comments -
Could not report code coverage for file in sourcemap
#55054 commented on
Apr 21, 2025 β’ 0 new comments -
Implement DNS querying cache management API
#57641 commented on
Apr 21, 2025 β’ 0 new comments -
`node --init` spec proposal
#57623 commented on
Apr 21, 2025 β’ 0 new comments -
createRequire does not respect deleting module from require.cache
#57696 commented on
Apr 21, 2025 β’ 0 new comments -
add `path.mimeType()` and `path.charset()` to `node:path`
#54595 commented on
Apr 21, 2025 β’ 0 new comments -
V8 build error with 22.7.0
#54576 commented on
Apr 22, 2025 β’ 0 new comments -
Upcoming Node.js Major Release (v24)
#57057 commented on
Apr 22, 2025 β’ 0 new comments -
module: improve error message for top-level await in CommonJS
#55874 commented on
Apr 18, 2025 β’ 0 new comments -
cli: generate man-page
#55885 commented on
Apr 17, 2025 β’ 0 new comments -
lib: resolve the issue of not adhering to the specified buffersize
#55896 commented on
Apr 21, 2025 β’ 0 new comments -
Speed up async hooks (former domain module)
#57724 commented on
Apr 16, 2025 β’ 0 new comments -
deps: update nghttp3 to 1.9.0
#56333 commented on
Apr 20, 2025 β’ 0 new comments -
Temporarily increase network_family_autoselection_attempt_timeout to 500ms
#56738 commented on
Apr 19, 2025 β’ 0 new comments