Overview
Could not load contribution data
Please try again later
2 Releases published by 2 people
-
v16.15.0 2022-04-26, Version 16.15.0 'Gallium' (LTS), @danielleadams
published
Apr 27, 2022 -
v18.1.0 2022-05-03, Version 18.1.0 (Current), @targos
published
May 3, 2022
34 Pull requests merged by 21 people
-
v18.1.0 release proposal
#42943 merged
May 3, 2022 -
doc: fix errors in Web Streams doc
#42862 merged
May 3, 2022 -
doc: fix examples in cluster.md
#42889 merged
May 2, 2022 -
src: fix memory leak for v8.serialize
#42695 merged
May 2, 2022 -
fs: add read(buffer[, options]) versions
#42768 merged
May 2, 2022 -
test: add test for `position` validation in `fs.read()` and `fs.readSync()`
#42837 merged
May 2, 2022 -
http2: compat support for array headers
#42901 merged
May 2, 2022 -
bootstrap: fix wasm_web_api external reference registration
#42903 merged
May 2, 2022 -
assert: make `assert.fail` less affected by prototype tampering
#42918 merged
May 2, 2022 -
doc: add section regarding property definition in `primordials.md`
#42921 merged
May 2, 2022 -
crypto: clean up parameter validation in HKDF
#42924 merged
May 2, 2022 -
doc: clarify some default values in fs.md
#42892 merged
May 2, 2022 -
test: reduce impact of flaky HTTP server tests
#42926 merged
May 2, 2022 -
src: add initial shadow realm support
#42869 merged
May 2, 2022 -
deps: update undici to 5.1.1
#42939 merged
May 2, 2022 -
worker: add `hasRef()` to `MessagePort`
#42849 merged
May 2, 2022 -
tools: update lint-md-dependencies to @rollup/plugin-commonjs@22.0.0 rollup@2.71.1
#42932 merged
May 1, 2022 -
fix: url parser should throw error on invalid ipv4
#42915 merged
May 1, 2022 -
test: add test for extracting function name in inspect_repl.js
#42399 merged
May 1, 2022 -
v8: export cpu_profiler_metadata_size in getHeapCodeStatistics
#42818 merged
Apr 29, 2022 -
esm: fix imports from non-file module
#42881 merged
Apr 29, 2022 -
test: fix `parallel/test-dgram-udp6-link-local-address`
#42795 merged
Apr 28, 2022 -
src: turn SSL_CTX_new CHECK/segfault into JS exception
#42799 merged
Apr 28, 2022 -
doc: http2.createServer `options` as optional
#42832 merged
Apr 28, 2022 -
doc: record March 2022 security release steward
#42876 merged
Apr 28, 2022 -
esm: graduate top-level-await to stable
#42875 merged
Apr 28, 2022 -
src: make --no-node-snapshot a per-process option
#42864 merged
Apr 28, 2022 -
deps: upgrade npm to 8.8.0
#42886 merged
Apr 28, 2022 -
errors,console: refactor to use ES2020 & ES2021 syntax
#42872 merged
Apr 28, 2022 -
docs,test: add tests and docs for duplex.fromWeb and duplex.toWeb
#42738 merged
Apr 28, 2022 -
doc: clarify guide on testing internal errors
#42813 merged
Apr 27, 2022 -
test: improve lib/internal/test_runner/test.js coverage
#42745 merged
Apr 27, 2022 -
test: check ecdsa psychic signature
#42863 merged
Apr 27, 2022 -
doc: fix markdown formatting in primordials.md
#42877 merged
Apr 27, 2022
31 Pull requests opened by 21 people
-
doc: fix napi version for node_api_symbol_for
#42878 opened
Apr 27, 2022 -
(changelog_v12) Fix typo
#42880 opened
Apr 27, 2022 -
doc,test: add information on unwatch(index) command
#42882 opened
Apr 27, 2022 -
perf_hooks: fix timerify bug
#42883 opened
Apr 27, 2022 -
fs: add directory autodetection to `fsPromises.symlink()`
#42894 opened
Apr 28, 2022 -
wasm: add missing init reported by coverity
#42897 opened
Apr 28, 2022 -
V14.19.2 proposal
#42899 opened
Apr 28, 2022 -
test: improve readline/emitKeypressEvents.js coverage
#42908 opened
Apr 29, 2022 -
assert: fix CallTracker calls wraps the function causes the original …
#42909 opened
Apr 29, 2022 -
fs: don't end fs promises on Isolate termination
#42910 opened
Apr 29, 2022 -
node-api: test to implement native object as Proxy
#42911 opened
Apr 29, 2022 -
Add toInt method to Buffer
#42912 opened
Apr 29, 2022 -
debugger: add string validation for watch(expr) of `node inspect`
#42913 opened
Apr 29, 2022 -
test: fix `common.mustNotCall` error message
#42917 opened
Apr 29, 2022 -
lib: make `validateObject` less affected by prototype tampering
#42929 opened
Apr 30, 2022 -
Greatly speed up 'advanced' ipc receiving with big messages
#42931 opened
Apr 30, 2022 -
bootstrap: stop delaying instantiation of maps in per-context scripts
#42934 opened
May 1, 2022 -
meta: move one or more collaborators to emeritus
#42937 opened
May 2, 2022 -
url: revert "validate ipv4 part length"
#42940 opened
May 2, 2022 -
tools: refactor lint-sh.js to esm module
#42942 opened
May 2, 2022 -
crypto: adjust minimum length in `generateKey('hmac', ...)` and `generateKeySync('hmac', ...)`
#42944 opened
May 2, 2022 -
doc: rename N-API to Node-API in test/README.md
#42946 opened
May 2, 2022 -
test-crypto-fips.js fails with shared OpenSSL 3
#42947 opened
May 2, 2022 -
src: remove unnecessary comment in node_process_events.cc
#42952 opened
May 3, 2022 -
doc: improve commit message example for releases
#42954 opened
May 3, 2022 -
[v14.x] deps: update OpenSSL 1.1.1o
#42956 opened
May 3, 2022 -
[v16.x] deps: update OpenSSL 1.1.1o+quic
#42957 opened
May 3, 2022 -
deps: update OpenSSL 3.0.3+quic
#42958 opened
May 3, 2022 -
lib: use `spawn` options for timeout in `execFile`
#42959 opened
May 3, 2022 -
lib,test: enable wasm/webapi/empty-body WPT
#42960 opened
May 3, 2022 -
doc: add release key for Juan Arboleda
#42961 opened
May 3, 2022
38 Issues closed by 13 people
-
Add ability to force close persistent connections
#41578 closed
May 3, 2022 -
`os.networkInterfaces().family` is no longer a string
#42953 closed
May 3, 2022 -
Minimal build
#42948 closed
May 3, 2022 -
$env:NODE_OPTIONS="--max-old-space-size=SIZE" adds 48MB for no reason
#41395 closed
May 3, 2022 -
Cluster.fork() is not a function
#42887 closed
May 2, 2022 -
v8.serialize leaks memory
#40828 closed
May 2, 2022 -
HTTP/2 compat API assumes the wrong format when accepting raw headers
#42898 closed
May 2, 2022 -
performance.timerify(fn) behave inconsistently for arrow functions
#42936 closed
May 2, 2022 -
URL parser does not validate ipv4 with more than 4 parts
#42914 closed
May 1, 2022 -
performance.timerify(fn, options) always return the same timerifed function
#42742 closed
May 1, 2022 -
misc/startup benchmark broken as of 3c4ee52
#42437 closed
Apr 30, 2022 -
Network connection issues Error: getaddrinfo EMFILE
#42906 closed
Apr 30, 2022 -
Left shift 30 bits produces wrong value
#42928 closed
Apr 30, 2022 -
Buffers don't free up memory / OS doesn't return freed up memory
#42925 closed
Apr 30, 2022 -
ip address format inconsistency
#42922 closed
Apr 29, 2022 -
Heap snapshot crash on v14.x
#42558 closed
Apr 29, 2022 -
regression `file:///` import within a `data:` url no longer works
#42860 closed
Apr 29, 2022 -
16.14.2 ships with buggy npm
#42397 closed
Apr 29, 2022 -
os.networkInterfaces() return family as number instead of string at 18.x
#42904 closed
Apr 29, 2022 -
Promisify server.listen
#21482 closed
Apr 29, 2022 -
Startup time optimization - specifying location of node_modules
#25072 closed
Apr 29, 2022 -
Verification of client cert checks issuer chain past trusted CA
#29630 closed
Apr 29, 2022 -
Better Error message when loading native addons (process.dlopen)
#37438 closed
Apr 29, 2022 -
[Feature Request]: add "isHiddenFile" property on `fs` dirent
#38809 closed
Apr 29, 2022 -
AssertionError thrown by assert.deepStrictEqual() has truncated AssertionError.message
#38929 closed
Apr 29, 2022 -
Update ICU/V8 when `LANG`/`LC` vars change
#39077 closed
Apr 29, 2022 -
Expose highWaterMark in http
#39092 closed
Apr 29, 2022 -
Option to set maximum depth for the certificate chain verification that shall be allowed
#39208 closed
Apr 29, 2022 -
utils.type.isCallSite() method
#39324 closed
Apr 29, 2022 -
dns: TTL for TXT entries
#39399 closed
Apr 29, 2022 -
raw systemcall in nodejs
#39436 closed
Apr 29, 2022 -
Should the HTTP Response Stream be destroyed if it's socket closed (destroyed)?
#39988 closed
Apr 29, 2022 -
doc: ClientRequest should extend OutgoingMessage in the docs
#35057 closed
Apr 28, 2022 -
Node.js OpenSSL headers much larger after OpenSSL 3 switch over
#42081 closed
Apr 28, 2022 -
make -j4 test is failed in macOS 11.4
#42873 closed
Apr 28, 2022 -
Does nodejs core still support xcode-debugging on MacOS?
#42884 closed
Apr 28, 2022 -
vm.compileFunction should return an object
#23923 closed
Apr 27, 2022
14 Issues opened by 14 people
-
`validateObject()` is not comprehensive
#42955 opened
May 3, 2022 -
Investigeate flaky test - test-performance-measure
#42949 opened
May 2, 2022 -
parallel/test-buffer-writefloat wrong assumption of NaN representation on mipsel ?
#42945 opened
May 2, 2022 -
Promise version of stream.finished does not give access to cleanup function
#42938 opened
May 2, 2022 -
Truncate long Set and Map in util.inspect/console.log/REPL, just like long Array
#42933 opened
May 1, 2022 -
`subprocess.kill` should ignore `signal` argument on Windows
#42923 opened
Apr 29, 2022 -
URL is not compliant to specification
#42920 opened
Apr 29, 2022 -
Crypto issues on Ubuntu 22.04 - Assertion `errors->Empty()' failed
#42919 opened
Apr 29, 2022 -
Document why `node:test` exists
#42902 opened
Apr 29, 2022 -
Expose WebGPU?
#42896 opened
Apr 28, 2022 -
Expect ENOENT with fs.readdirSync on Windows
#42895 opened
Apr 28, 2022 -
esm module import with data scheme has bug with ternary operator in object
#42890 opened
Apr 28, 2022 -
Enable pointer authentication on ARM64
#42888 opened
Apr 27, 2022 -
NODE 18 : expect `Response` to work as it does in web?
#42879 opened
Apr 27, 2022
61 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: add chaining to loaders
#42623 commented on
May 3, 2022 • 116 new comments -
doc: add styleguide
#41025 commented on
Apr 30, 2022 • 21 new comments -
http(s) import fails with custom loader
#42721 commented on
May 2, 2022 • 14 new comments -
fs: add `FileHandle.prototype.readLines`
#42590 commented on
Apr 30, 2022 • 14 new comments -
fs: make params in writing methods optional
#42601 commented on
May 2, 2022 • 12 new comments -
Investigate flaky test-http-server-request-timeout-keepalive
#42741 commented on
May 3, 2022 • 10 new comments -
util: add parseArgs module
#42675 commented on
May 2, 2022 • 10 new comments -
Make it possible to use Fetch with proxies or other agents
#42814 commented on
May 2, 2022 • 9 new comments -
worker: fix stream & termination race bug
#42874 commented on
May 3, 2022 • 7 new comments -
build: use Clang 12 for test-asan workflow
#40238 commented on
Apr 30, 2022 • 6 new comments -
build: Fix various shared library build issues.
#41850 commented on
May 2, 2022 • 6 new comments -
process: `process.stdin` getter sets `O_NONBLOCK` flag in open file description
#42826 commented on
Apr 28, 2022 • 5 new comments -
test: improve observable ICU behaviour coverage
#42683 commented on
May 3, 2022 • 5 new comments -
Supporting ascii array to number conversion using Number.fromCharCode
#42871 commented on
Apr 28, 2022 • 4 new comments -
Outdated list of architectures for `process.arch`?
#41900 commented on
Apr 29, 2022 • 4 new comments -
Stalled top-level promise detection for TLA
#42868 commented on
Apr 29, 2022 • 4 new comments -
node-api: fix napi_get_all_property_names use of napi_key_configurable filter
#42463 commented on
May 2, 2022 • 4 new comments -
test: validate webstream encoder/decoder inspector
#42747 commented on
May 2, 2022 • 4 new comments -
bootstrap: use a context snapshotted with primordials in workers
#42867 commented on
May 3, 2022 • 4 new comments -
`CallTracker` wrapper function to have original function length
#40484 commented on
Apr 29, 2022 • 3 new comments -
timers: allow passing delay to timer.refresh()
#40434 commented on
Apr 27, 2022 • 3 new comments -
http2: `ServerHttp2Session#close` does not allow "any existing streams to complete on their own"
#42713 commented on
Apr 29, 2022 • 2 new comments -
Backport `structuredClone` to Node v16
#40756 commented on
Apr 29, 2022 • 2 new comments -
node >=17: experimental esm loader doesnt respect --experimental-specifier-resolution=node
#41321 commented on
May 1, 2022 • 2 new comments -
Contexts created with vm.createContext() do not define the URL() constructor
#28823 commented on
May 2, 2022 • 2 new comments -
Terminal colors built-in to Node
#42770 commented on
May 2, 2022 • 2 new comments -
doc: add new useful V8 option
#42575 commented on
May 3, 2022 • 2 new comments -
perf_hooks: add PerformanceResourceTiming
#42725 commented on
May 3, 2022 • 2 new comments -
test: rename handlewrap.hasref tests
#42754 commented on
May 2, 2022 • 2 new comments -
doc: amend support tier qualifier
#42805 commented on
Apr 27, 2022 • 2 new comments -
test: use`mustSucceed` instead of `mustCall` with `assert.ifError`
#42806 commented on
May 2, 2022 • 2 new comments -
build: fix indeterminacy of icu_locales value
#42865 commented on
Apr 29, 2022 • 2 new comments -
test/parallel/test-crypto-fips.js fails if node is built with --shared-openssl and --openssl-is-fips
#42827 commented on
Apr 27, 2022 • 1 new comment -
OpenSSL update instructions - feedback wanted
#42395 commented on
Apr 27, 2022 • 1 new comment -
Add a global Navigator object
#39540 commented on
Apr 28, 2022 • 1 new comment -
Getting Files backed up by the filesystem
#37340 commented on
Apr 28, 2022 • 1 new comment -
https.request timeout options doesn't work
#23282 commented on
Apr 28, 2022 • 1 new comment -
Option to allow partial match with `Buffer.indexOf`
#40667 commented on
Apr 30, 2022 • 1 new comment -
SourceTextModule memory leak
#33439 commented on
Apr 30, 2022 • 1 new comment -
Support CustomEvent
#40678 commented on
May 1, 2022 • 1 new comment -
Node.js to prompt before running any code.
#40583 commented on
May 1, 2022 • 1 new comment -
Node.JS 16.8.0 on archeticture mips (mipsel)
#39948 commented on
May 2, 2022 • 1 new comment -
ShadowRealm Integration
#42528 commented on
May 2, 2022 • 1 new comment -
Ability to suppress warnings by type (or just experimental warnings)
#30810 commented on
May 3, 2022 • 1 new comment -
n-api: emit uncaught-exception on calling into modules
#36510 commented on
Apr 29, 2022 • 1 new comment -
src: include specific V8 headers in node_v8
#40427 commented on
May 3, 2022 • 1 new comment -
http: add uniqueHeaders option to request and createServer.
#41397 commented on
Apr 27, 2022 • 1 new comment -
node-api: add new napi_ref type for any napi_value
#42557 commented on
Apr 29, 2022 • 1 new comment -
doc: improve building doc with windows debug build
#42763 commented on
Apr 30, 2022 • 1 new comment -
node-api: explicitly set __cdecl for Node-API functions
#42780 commented on
May 2, 2022 • 1 new comment -
test: improve `lib/internal/webstreams/readablestream.js` coverage
#42823 commented on
May 2, 2022 • 1 new comment -
http2: set origin name correctly when servername is empty
#42838 commented on
Apr 28, 2022 • 1 new comment -
src,v8: add wasm streaming handler api
#42843 commented on
Apr 27, 2022 • 1 new comment -
Support async Blob sources
#37338 commented on
Apr 28, 2022 • 0 new comments -
Adding Websocket support to core
#19308 commented on
May 3, 2022 • 0 new comments -
build, tools, win: update nasm detection
#36689 commented on
Apr 29, 2022 • 0 new comments -
[v14.x] src: use correct outer Context’s microtask queue
#38787 commented on
May 1, 2022 • 0 new comments -
fs: harden `options` typecheck in reading methods
#42772 commented on
May 1, 2022 • 0 new comments -
src: fix crypto.privateEncrypt fails first time
#42793 commented on
May 3, 2022 • 0 new comments -
src,crypto: remove uses of `AllocatedBuffer` from `crypto_rsa.cc`
#42852 commented on
May 2, 2022 • 0 new comments -
http2: improve tests and docs
#42858 commented on
Apr 28, 2022 • 0 new comments

