Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v21.3.0 proposal #50954

Merged
merged 114 commits into from
Nov 30, 2023
Merged
Changes from 1 commit
Commits
Show all changes
114 commits
Select commit Hold shift + click to select a range
982b576
test: migrate message v8 tests from Python to JS
jahjahLemonade Oct 29, 2023
0bd694a
test_runner: add tests for various mock timer issues
mika-fischer Nov 12, 2023
7ebc8c2
test,stream: enable compression WPTs
panva Nov 8, 2023
146ad9c
stream: treat compression web stream format per its WebIDL definition
panva Nov 9, 2023
0d556d9
tools: update lint-md-dependencies to [email protected]
nodejs-github-bot Nov 12, 2023
75265e4
test: replace forEach with for...of
SpaceDux Nov 12, 2023
3731f83
deps: V8: cherry-pick 8f0b94671ddb
luyahan Nov 12, 2023
57587de
src: handle errors from uv_pipe_connect2()
deokjinkim Nov 12, 2023
8746073
src: avoid silent coercion to signed/unsigned int
tniessen Nov 12, 2023
673de30
node-api: factor out common code into macros
gabrielschulhof Nov 12, 2023
c494838
tools: change minimatch install strategy
marco-ippolito Nov 13, 2023
342a83e
test: change forEach to for...of in path extname
marquicodes Nov 13, 2023
4a1ce45
src: make process binding data weak
legendecas Nov 9, 2023
5c58341
src: create worker per isolate properties
legendecas Nov 9, 2023
91aa9dd
src: create fs_dir per isolate properties
legendecas Nov 9, 2023
aadff07
src: create per isolate proxy env template
legendecas Nov 9, 2023
bc3f7b5
module: remove useCustomLoadersIfPresent flag
legendecas Nov 9, 2023
c7a7493
module: bootstrap module loaders in shadow realm
legendecas Nov 9, 2023
0d3aa72
src: return error --env-file if file is not found
ardinugrxha Nov 14, 2023
377dede
test: test streambase has already has a consumer
MrJithil May 18, 2023
5d28f8d
deps: escape Python strings correctly
targos Nov 14, 2023
2e8e237
src: fix JSONParser leaking internal V8 scopes
kvakil Nov 14, 2023
5ef6729
tools: remove unused file
UlisesGascon Nov 8, 2023
713fdf1
doc: run license-builder
github-actions[bot] Nov 15, 2023
c81d2ac
benchmark: remove punycode from require-builtins fixture
joyeecheung Nov 15, 2023
db8ce5b
tools: recognize GN files in dep_updaters
zcbenz Nov 15, 2023
0e8275b
test: replace foreach with for
bluescreen Nov 15, 2023
52830b7
tools: add workflow to update release links
targos Nov 15, 2023
6b7403c
doc: fix `Buffer.allocUnsafe` documentation
mertcanaltin Nov 15, 2023
f7245d7
benchmark: add misc/startup-cli-version benchmark
joyeecheung Nov 15, 2023
dee8039
tls: fix order of setting cipher before setting cert and key
kumarrishav Oct 16, 2023
071e46a
deps: upgrade npm to 10.2.4
npm-cli-bot Nov 16, 2023
eaa4c14
util: improve performance of normalizeEncoding
kylo5aby Nov 16, 2023
465f75b
build: disable flag v8_scriptormodule_legacy_lifetime
legendecas Nov 17, 2023
27a4f58
permission: mark const functions as such
tniessen Nov 17, 2023
ead9879
doc: update print results(detail) in `PerformanceEntry`
Nov 17, 2023
6475cee
test: give more time to GC in test-shadow-realm-gc-*
joyeecheung Nov 14, 2023
4088b75
test: mark SEA tests as flaky on PowerPC
joyeecheung Nov 15, 2023
43da9ea
build: fix GN configuration for deps/base64
zcbenz Nov 17, 2023
28d78de
test: skip parallel/test-macos-app-sandbox if disk space < 120MB
joyeecheung Nov 17, 2023
4b26f14
test: improve test-bootstrap-modules.js
joyeecheung Nov 17, 2023
aebe2fc
perf_hooks: implement performance.now() with fast API calls
joyeecheung Nov 17, 2023
23f56d8
benchmark: rewrite import.meta benchmark
joyeecheung Nov 18, 2023
a0c01b2
deps: update simdutf to 4.0.4
nodejs-github-bot Nov 18, 2023
b4935dd
doc: fix fs.writeFileSync return value documentation
RyanZim Nov 18, 2023
f2e0fce
test: replace forEach() with for-loop
jabro86 Nov 18, 2023
36380eb
benchmark: increase the iteration number to an appropriate value
lucshi Nov 19, 2023
a275155
stream: add Symbol.toStringTag to Compression Streams
panva Nov 13, 2023
2e0abed
stream: yield expected Error class on zlib errors
panva Nov 13, 2023
f25637b
test: update WPT files for WebIDL tests
panva Nov 13, 2023
83ad272
src: remove erroneous default argument in RadixTree
tniessen Nov 19, 2023
0fb35b6
src: avoid copying strings in FSPermission::Apply
tniessen Nov 19, 2023
c8d4cd6
test: replace forEach in whatwg-encoding-custom-interop
HonzaMac Nov 19, 2023
eacf4ba
src: iterate on import attributes array correctly
targos Nov 19, 2023
c3eee59
inspector: use private fields instead of symbols
anonrig Nov 19, 2023
12605e8
build: add configuration flag to enable Maglev
kvakil Nov 12, 2023
0e3b714
test: enable idlharness tests for encoding
MattiasBuelens Nov 20, 2023
8468daf
doc: update Crypto API doc for x509.keyUsage
DMeechan Nov 20, 2023
00dab30
deps: V8: cherry-pick 475c8cdf9a95
kvakil Nov 12, 2023
faf6a04
src: add IsolateScopes before using isolates
kvakil Nov 12, 2023
221952a
test: use ppc and ppc64 to skip SEA tests on PowerPC
joyeecheung Nov 21, 2023
ee69c61
deps: update minimatch to 9.0.3
nodejs-github-bot Nov 21, 2023
daa933d
tools: update lint-md-dependencies to [email protected]
nodejs-github-bot Nov 21, 2023
f216377
tools: update eslint to 8.54.0
nodejs-github-bot Nov 21, 2023
0e4d25e
test: use requires instead of flaky in console WPT status
panva Nov 21, 2023
221f02d
deps: update undici to 5.27.2
nodejs-github-bot Nov 21, 2023
9197b0f
net: check pipe mode and path
theanarkh Nov 21, 2023
3b79983
test: replace forEach() with for ... of in test-tls-getprotocol.js
SociableSteve Nov 21, 2023
82f0882
test: replace forEach with for-of in test-url-relative
vitosorriso Nov 21, 2023
4522e22
stream: fix enumerability of ReadableStream.prototype.values
MattiasBuelens Nov 17, 2023
e5cce00
stream: fix enumerability of ReadableStream.from
MattiasBuelens Nov 20, 2023
628a12a
test: add note about readable streams with type owning
MattiasBuelens Nov 17, 2023
ce8fc56
test: add note about unresolved spec issue
MattiasBuelens Nov 18, 2023
3ff2bda
deps: update ada to 2.7.4
nodejs-github-bot Nov 21, 2023
79ef39b
src: add `--disable-warning` option
Nov 21, 2023
d2c0dfb
crypto: update root certificates to NSS 3.95
nodejs-github-bot Nov 21, 2023
6dfe102
dns: call handle.setServers() with a valid array
lpinca Nov 21, 2023
c31ad5c
deps: update icu to 74.1
nodejs-github-bot Nov 1, 2023
5849f09
build: add GN configurations for simdjson
zcbenz Nov 21, 2023
a37d9ee
doc: fix typos in --allow-fs-*
tniessen Nov 22, 2023
e116fcd
doc: add CanadaHonk to triagers
CanadaHonk Nov 21, 2023
adcab85
src: fix compatility with upcoming V8 12.1 APIs
zcbenz Nov 22, 2023
a12d9e0
tools: use macOS keychain to notarize the releases
UlisesGascon Nov 13, 2023
98fb1fa
doc: create deprecation code for isWebAssemblyCompiledModule
marco-ippolito Nov 22, 2023
3fdecc4
permission: do not create symlinks if target is relative
tniessen Nov 22, 2023
08c3b0a
doc: get rid of unnecessary `eslint-skip` comments
aduh95 Nov 22, 2023
9dc4cde
fs: improve error perf of sync `lstat`+`fstat`
CanadaHonk Nov 23, 2023
bc31375
doc: shard not supported with watch mode
pulkit-30 Nov 23, 2023
9d76de1
test: replace foreach with for in test-https-simple.js
Shikha2410 Nov 23, 2023
5de3053
tools: add macOS notarization verification step
UlisesGascon Nov 21, 2023
492e3e3
fs: replace deprecated `path._makeLong` in copyFile
CanadaHonk Nov 23, 2023
e02f304
deps: V8: cherry-pick 0f9ebbc672c7
legendecas Nov 24, 2023
7f44164
test: replace forEach to for at test-webcrypto-sign-verify-ecdsa.js
StiffWriter00 Nov 24, 2023
b1b6c44
test: replace forEach with for of
RBrNx Nov 24, 2023
7de900a
test: fix dns test case failures after c-ares update to 1.21.0+
bradh352 Nov 15, 2023
5811a59
meta: move cjihrig to TSC regular member
cjihrig Nov 24, 2023
fd9195d
src: fix coverity warning
mhdawson Nov 24, 2023
45b2bb0
fs: fix to not return for void function
Nov 24, 2023
8d3a1d8
deps: update zlib to 1.2.13.1-motley-5daffc7
nodejs-github-bot Nov 24, 2023
6485687
doc: update email to reflect affiliation
anonrig Nov 24, 2023
a5d959b
v8,tools: expose necessary V8 defines
zcbenz Nov 25, 2023
8c4976b
doc: add a section regarding `instanceof` in `primordials.md`
aduh95 Nov 25, 2023
65a811a
meta: clarify recommendation for bug reproductions
aduh95 Nov 25, 2023
feb8ff9
src: assert return value of BN_bn2binpad
tniessen Nov 25, 2023
e4e0add
fs: fix glob returning duplicates
MoLow Nov 26, 2023
4a20912
benchmark: update iterations in benchmark/util/splice-one.js
Septa2112 Nov 26, 2023
1a0069b
meta: clarify nomination process according to Node.js charter
mcollina Nov 26, 2023
483200f
fs: improve error performance for `rmdirSync`
CanadaHonk Nov 26, 2023
e59268a
fs: add c++ fast path for writeFileSync utf8
CanadaHonk Nov 27, 2023
2f13db4
doc: make theme consistent across api and other docs
demakoff Nov 27, 2023
087cffc
test: fix message v8 not normalising alphanumeric paths
MrJithil Nov 14, 2023
bd58870
esm: do not call `getSource` when format is `commonjs`
fasttime Nov 29, 2023
50f336c
esm: fallback to `getSource` when `load` returns nullish `source`
aduh95 Nov 29, 2023
1f0ba08
2023-11-30, Version 21.3.0 (Current)
RafaelGSS Nov 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: add CanadaHonk to triagers
PR-URL: #50848
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Qingyu Deng <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Xuguang Mei <[email protected]>
Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
  • Loading branch information
CanadaHonk authored and RafaelGSS committed Nov 29, 2023
commit e116fcdb017080015b5a14fda78512863424b69e
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,8 @@ maintaining the Node.js project.
**Qingyu Deng** <<[email protected]>>
* [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
**Brian Muenzenmeyer** <<[email protected]>> (he/him)
* [CanadaHonk](https://github.com/CanadaHonk) -
**Oliver Medhurst** <<[email protected]>> (they/them)
* [daeyeon](https://github.com/daeyeon) -
**Daeyeon Jeong** <<[email protected]>> (he/him)
* [F3n67u](https://github.com/F3n67u) -
Expand Down