-
-
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
2 Releases published by 1 person
-
v20.19.1 2025-04-22, Version 20.19.1 'Iron' (LTS), @UlisesGascon prepared by @RafaelGSS
published
Apr 22, 2025 -
v22.15.0 2025-04-23, Version 22.15.0 'Jod' (LTS), @UlisesGascon prepared by @RafaelGSS
published
Apr 23, 2025
34 Pull requests merged by 25 people
-
test: add ALS test using http agent keep alive
#58017 merged
Apr 27, 2025 -
lib: resolve the issue of not adhering to the specified buffersize
#55896 merged
Apr 26, 2025 -
test_runner: support mocking json modules
#58007 merged
Apr 26, 2025 -
build: fix zstd pkgname
#57999 merged
Apr 26, 2025 -
Revert "readline: add stricter validation for functions called after close
#58024 merged
Apr 25, 2025 -
node-api: add nested object wrap and napi_ref test
#57981 merged
Apr 25, 2025 -
src: use ranges library (C++20) to simplify code
#57975 merged
Apr 25, 2025 -
http2: use args.This() instead of args.Holder()
#58004 merged
Apr 25, 2025 -
doc: reserve module version 136 for Electron 37
#57979 merged
Apr 24, 2025 -
doc: correct deprecation type of
assert.CallTracker
#57997 merged
Apr 24, 2025 -
tools: ignore test directory in CodeQL scans
#57978 merged
Apr 24, 2025 -
watch: clarify completion/failure watch mode messages
#57926 merged
Apr 24, 2025 -
crypto: fix cross-realm
SharedArrayBuffer
validation#57974 merged
Apr 24, 2025 -
doc: fix
AsyncLocalStorage
example response changes after node v18#57969 merged
Apr 24, 2025 -
test: deflake test-http2-options-max-headers-block-length
#57959 merged
Apr 24, 2025 -
meta: allow penetration testing on live system with prior authorization
#57966 merged
Apr 23, 2025 -
src: fix
-Wunreachable-code-return
innode_sea
#57664 merged
Apr 23, 2025 -
doc: fix linter errors
#57987 merged
Apr 23, 2025 -
2025-04-23, Version 22.15.0 'Jod' (LTS), @UlisesGascon prepared by @RafaelGSS
#57840 merged
Apr 23, 2025 -
src: add DCHECK_EQ for Object::New calls
#57943 merged
Apr 22, 2025 -
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
42 Pull requests opened by 26 people
-
lib: destroy waiting httpMessage on socket close
#57947 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 -
util: update isError with new Error.isError
#57962 opened
Apr 21, 2025 -
build: define python when generating `out/Makefile`
#57970 opened
Apr 22, 2025 -
lib: consolidate Channel and ActiveChannel into single class
#57977 opened
Apr 22, 2025 -
doc: add HBSPS as triager
#57980 opened
Apr 22, 2025 -
[v22.x] tools: extract target abseil to abseil.gyp
#57982 opened
Apr 22, 2025 -
doc,build,win: update docs with clang
#57991 opened
Apr 23, 2025 -
[v20.x] tools: update sccache version to v0.10.0
#57994 opened
Apr 23, 2025 -
build: use `$(BUILDTYPE)` when cleaning coverage files
#57995 opened
Apr 24, 2025 -
inspector: add protocol method Network.dataReceived
#58001 opened
Apr 24, 2025 -
repl: add possibility to edit multiline commands while adding them
#58003 opened
Apr 24, 2025 -
assert: move CallTracker to EOL
#58006 opened
Apr 24, 2025 -
buffer: move SlowBuffer to EOL
#58008 opened
Apr 24, 2025 -
deps: V8: backport `--perf-prof` for macOS
#58010 opened
Apr 24, 2025 -
esm: graduate import.meta properties
#58011 opened
Apr 24, 2025 -
doc: add default value for the `timeout` option of `http.Agent` in `http.md`
#58018 opened
Apr 25, 2025 -
doc: stabilize AsyncLocalStorage methods
#58019 opened
Apr 25, 2025 -
lib: lazyload fs to ease Electron's monkey-patching
#58020 opened
Apr 25, 2025 -
test: add fast api tests for getLibuvNow()
#58022 opened
Apr 25, 2025 -
url: improve canParse() performance for non-onebyte strings
#58023 opened
Apr 25, 2025 -
doc: add returns for https.get
#58025 opened
Apr 25, 2025 -
doc: add tls.convertALPNProtocols(protocols, out)
#58026 opened
Apr 25, 2025 -
util: update util.isArray() to eol
#58027 opened
Apr 25, 2025 -
src: use ranges library (C++20) more systematically
#58028 opened
Apr 25, 2025 -
async_hooks: enable AsyncLocalStorage once constructed
#58029 opened
Apr 25, 2025 -
src: fix EnvironmentOptions.async_context_frame default value
#58030 opened
Apr 25, 2025 -
tools: enable CodeQL config file
#58036 opened
Apr 26, 2025 -
src: improve parsing of boolean options
#58039 opened
Apr 26, 2025 -
Benchmarks for sqlite
#58040 opened
Apr 26, 2025 -
test: add missing newlines to repl .exit writes
#58041 opened
Apr 26, 2025 -
test: fix flaky test-fs-stat-bigint
#58043 opened
Apr 26, 2025 -
test: update WPT for WebCryptoAPI to b48efd681e
#58044 opened
Apr 27, 2025 -
deps: update ada to 3.2.3
#58045 opened
Apr 27, 2025 -
deps: update googletest to cd430b4
#58046 opened
Apr 27, 2025 -
[WIP] src: only block on user blocking worker tasks
#58047 opened
Apr 27, 2025 -
buffer: improve byteLength performance
#58048 opened
Apr 27, 2025 -
doc: add Array type in http request headers
#58049 opened
Apr 27, 2025
20 Issues closed by 13 people
-
OnePieceStore
#58037 closed
Apr 26, 2025 -
Explicit glob argument for test runner?
#58033 closed
Apr 26, 2025 -
Embedding: Distribute official libnode.so/dll/dylib bins
#58031 closed
Apr 26, 2025 -
`parallel/test-repl-import-referrer` is flaky
#58009 closed
Apr 25, 2025 -
Windows Latest LTS Version: 14.17.0 .msi installer does not clear/ upgrade existing npm version
#38940 closed
Apr 25, 2025 -
My
#58015 closed
Apr 24, 2025 -
closeAllConnections on http2.Http2Server and http2.Http2SecureServer
#55459 closed
Apr 24, 2025 -
Example code in 'Understanding process.nextTick()' page have un-clear explanation for output
#58000 closed
Apr 24, 2025 -
Node.js FIPS mode not working on Windows β "library has no ciphers" error
#57990 closed
Apr 24, 2025 -
build node.js using clangcl when under Windows
#52809 closed
Apr 24, 2025 -
Interactive freezes when inputting `while(1)conso`
#57984 closed
Apr 23, 2025 -
Support for converting a NodeJS.Immediate to a number
#56776 closed
Apr 22, 2025 -
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
21 Issues opened by 19 people
-
Illegal instruction
#58050 opened
Apr 27, 2025 -
Is there a distributed statically linked version of node?
#58042 opened
Apr 26, 2025 -
Proposal: Making `AsyncLocalStorage` a global
#58038 opened
Apr 26, 2025 -
Refactor C-style function types to std::function for improved type safety and readability
#58034 opened
Apr 26, 2025 -
Make `util.isArray()` EOL
#58013 opened
Apr 24, 2025 -
Add ability to detect when `MemoryCacheStore` reaches max size
#58005 opened
Apr 24, 2025 -
Events on before and after garbage collection (to aid service readiness reporting to load balancers)
#58002 opened
Apr 24, 2025 -
Allow terminal colors in CI
#57998 opened
Apr 24, 2025 -
test: Add --repeat-until-n-failures flag to test runner
#57996 opened
Apr 24, 2025 -
Docs Incorrectly State setImmediate() Runs Before Timers
#57993 opened
Apr 23, 2025 -
Integrate OpenTelemetry
#57992 opened
Apr 23, 2025 -
Add ability to suppress `.command`s in REPL
#57989 opened
Apr 23, 2025 -
HTTP/2 requests with an invalid `:path` header are not rejected
#57988 opened
Apr 23, 2025 -
http.request should be documented to receive an headers array
#57986 opened
Apr 23, 2025 -
`size` is unused in `OutgoingMessage.prototype._writeRaw`
#57985 opened
Apr 23, 2025 -
Nominating dario-piotrowicz as a collaborator
#57983 opened
Apr 22, 2025 -
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
69 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 24, 2025 β’ 21 new comments -
child_process: validate options.shell and correctly enforce shell invocation in exec/execSync
#56761 commented on
Apr 25, 2025 β’ 8 new comments -
test_runner: unify --require and --import behavior when isolation none
#57924 commented on
Apr 25, 2025 β’ 7 new comments -
[wip] node-api: optimize finalizer queue using container swap
#57861 commented on
Apr 24, 2025 β’ 5 new comments -
util: fix test to prevent styleText color from changing
#57935 commented on
Apr 25, 2025 β’ 4 new comments -
esm: syncify default path of `ModuleLoader.load`
#57419 commented on
Apr 23, 2025 β’ 4 new comments -
module: expose module format by module loader
#57777 commented on
Apr 23, 2025 β’ 3 new comments -
build: allow unbundling of Node.js dependencies
#55903 commented on
Apr 20, 2025 β’ 2 new comments -
esm: avoid `import.meta` setup costs for unused properties
#57003 commented on
Apr 25, 2025 β’ 1 new comment -
tools: use github cli to squash the pr
#57675 commented on
Apr 26, 2025 β’ 0 new comments -
2025-04-23, Version 24.0.0 (Current)
#57609 commented on
Apr 26, 2025 β’ 0 new comments -
esm: WebAssembly.Global unwrapping for Wasm Namespaces
#57525 commented on
Apr 25, 2025 β’ 0 new comments -
src: annotate BaseObjects in the heap snapshots correctly
#57417 commented on
Apr 26, 2025 β’ 0 new comments -
doc: doc that proj has access to linked in
#57401 commented on
Apr 23, 2025 β’ 0 new comments -
build, doc: use new api doc tooling
#57343 commented on
Apr 24, 2025 β’ 0 new comments -
[v22.x backport] deps: update libuv to 1.50.0
#57316 commented on
Apr 27, 2025 β’ 0 new comments -
src: port `initializeImportMeta` to native
#57286 commented on
Apr 25, 2025 β’ 0 new comments -
deps: update nghttp2 to 1.65.0
#57269 commented on
Apr 27, 2025 β’ 0 new comments -
doc: add sonsurim to triage team
#57245 commented on
Apr 26, 2025 β’ 0 new comments -
module: implement synchronous module evaluate hooks
#57139 commented on
Apr 21, 2025 β’ 0 new comments -
Upcoming Node.js Major Release (v24)
#57057 commented on
Apr 25, 2025 β’ 0 new comments -
doc: fix pseudo code in modules.md
#57677 commented on
Apr 26, 2025 β’ 0 new comments -
deps: update simdjson to 3.12.3
#57682 commented on
Apr 27, 2025 β’ 0 new comments -
[help wanted] deps: update V8 to 13.6
#57753 commented on
Apr 26, 2025 β’ 0 new comments -
deps: update OpenSSL to 3.5
#57795 commented on
Apr 25, 2025 β’ 0 new comments -
libnode: Added C FFI compatible function to act as an entrypoint for embedded consumers
#57846 commented on
Apr 25, 2025 β’ 0 new comments -
src: internalize `v8::ConvertableToTraceFormat` in traces
#57866 commented on
Apr 23, 2025 β’ 0 new comments -
lib: make `new SafeSet(arr)` safe
#57895 commented on
Apr 21, 2025 β’ 0 new comments -
test_runner: emit test:watch:restarted event on watched file changes
#57903 commented on
Apr 26, 2025 β’ 0 new comments -
util: add internal `assignFunctionName()` function
#57916 commented on
Apr 20, 2025 β’ 0 new comments -
test_runner: add level-based diagnostic handling for reporter
#57923 commented on
Apr 26, 2025 β’ 0 new comments -
src: add FromV8Value<T>() for integral and enum types
#57931 commented on
Apr 25, 2025 β’ 0 new comments -
src: improve error handling in cares_wrap
#57937 commented on
Apr 20, 2025 β’ 0 new comments -
http: improve performance by removing async_hooks
#57938 commented on
Apr 25, 2025 β’ 0 new comments -
deps: update ngtcp2 to 1.12.0
#57941 commented on
Apr 27, 2025 β’ 0 new comments -
src: skip calling object setters
#57942 commented on
Apr 22, 2025 β’ 0 new comments -
dns.lookup timeout / cancellation
#55525 commented on
Apr 25, 2025 β’ 0 new comments -
Implement DNS querying cache management API
#57641 commented on
Apr 24, 2025 β’ 0 new comments -
Update on QUIC
#57281 commented on
Apr 24, 2025 β’ 0 new comments -
Fatal Error in V8 Debugging Context on Node.js v23.7.0
#57606 commented on
Apr 24, 2025 β’ 0 new comments -
readFile will not read files larger than 2 GiB even if buffers can be larger
#55864 commented on
Apr 24, 2025 β’ 0 new comments -
add API for "package dir"
#49445 commented on
Apr 23, 2025 β’ 0 new comments -
Top-level await + dynamic import + cyclic import causes "unsettled TLA" error
#55468 commented on
Apr 23, 2025 β’ 0 new comments -
monitorEventLoopDelay metrics are completely off especially the count
#56064 commented on
Apr 22, 2025 β’ 0 new comments -
Support percentage-based --max-old-space-size option for dynamic memory allocation
#57447 commented on
Apr 22, 2025 β’ 0 new comments -
V8 build error with 22.7.0
#54576 commented on
Apr 22, 2025 β’ 0 new comments -
File descriptor 0 might not get closed when used in file stream
#57905 commented on
Apr 22, 2025 β’ 0 new comments -
add `path.mimeType()` and `path.charset()` to `node:path`
#54595 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 -
Installer failing on Windows
#57908 commented on
Apr 21, 2025 β’ 0 new comments -
`node --init` spec proposal
#57623 commented on
Apr 21, 2025 β’ 0 new comments -
Could not report code coverage for file in sourcemap
#55054 commented on
Apr 21, 2025 β’ 0 new comments -
sqlite: handle exceptions in filter callback database.applyChangeset()
#56903 commented on
Apr 21, 2025 β’ 0 new comments -
inspector: support for worker inspection in chrome devtools
#56759 commented on
Apr 23, 2025 β’ 0 new comments -
Temporarily increase network_family_autoselection_attempt_timeout to 500ms
#56738 commented on
Apr 24, 2025 β’ 0 new comments -
buffer: make methods work on Uint8Array instances
#56578 commented on
Apr 24, 2025 β’ 0 new comments -
deps: update nghttp3 to 1.9.0
#56333 commented on
Apr 27, 2025 β’ 0 new comments -
lib: cache source maps in vm sources
#52153 commented on
Apr 25, 2025 β’ 0 new comments -
async_hooks: add SymbolDispose support to AsyncLocalStorage
#52065 commented on
Apr 25, 2025 β’ 0 new comments -
Do not drain worker tasks on main thread
#47452 commented on
Apr 27, 2025 β’ 0 new comments -
[Request] backport libuv v1.50 to v22 LTS
#57203 commented on
Apr 27, 2025 β’ 0 new comments -
Deadlock at process shutdown
#54918 commented on
Apr 27, 2025 β’ 0 new comments -
test runner run() ignores testNamePatterns and testSkipPatterns when isolation is "none"
#57399 commented on
Apr 26, 2025 β’ 0 new comments -
fetch() throws uncatachable UND_ERR_SOCKET exception
#54960 commented on
Apr 26, 2025 β’ 0 new comments -
Please make Node.js embeddable (e.g. libnode)
#52289 commented on
Apr 26, 2025 β’ 0 new comments -
perf_hooks/trace_events - nested measurements don't work as expected
#32281 commented on
Apr 26, 2025 β’ 0 new comments -
NodeJS 22 throws std::bad_alloc when calling std::regex
#57639 commented on
Apr 25, 2025 β’ 0 new comments -
[http.IncomingMessage] `req.toWeb()`
#42529 commented on
Apr 25, 2025 β’ 0 new comments -
AsyncLocalStore looses context in MakeCallback
#43038 commented on
Apr 25, 2025 β’ 0 new comments