-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
v19.2.0 proposal #45615
Merged
Merged
v19.2.0 proposal #45615
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PR-URL: #45290 Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
Currently, there's no way to know if a timezone upgrade PR is correct without building and testing the change locally. This change provides a solution for that. Tested in RaisinTen#4. Signed-off-by: Darshan Sen <[email protected]> PR-URL: #45299 Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #45352 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Refs: #45340 (comment) PR-URL: #45350 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
PR-URL: #45139 Fixes: #39015 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Original commit message: [runtime] Clear array join stack when throwing uncatchable ... exception. Array#join depends array_join_stack to avoid infinite loop and ensures symmetric pushes/pops through catch blocks to correctly maintain the elements in the join stack. However, the stack does not pop the elements and leaves in an invalid state when throwing the uncatchable termination exception. And the invalid join stack state will affect subsequent Array#join calls. Because all the terminate exception will be handled by Isolate::UnwindAndFindHandler, we could clear the array join stack when unwinding the terminate exception. Bug: v8:13259 Change-Id: I23823e823c5fe0b089528c5cf654864cea78ebeb Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3878451 Reviewed-by: Jakob Linke <[email protected]> Commit-Queue: 王澳 <[email protected]> Cr-Commit-Position: refs/heads/main@{#83465} Refs: v8/v8@031b98b Closes: #44417 PR-URL: #45375 Fixes: #44417 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Kohei Ueno <[email protected]>
PR-URL: #45388 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #45370 Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Jacob Smith <[email protected]>
PR-URL: #45370 Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Jacob Smith <[email protected]>
PR-URL: #45370 Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Jacob Smith <[email protected]>
PR-URL: #45370 Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Jacob Smith <[email protected]>
PR-URL: #45399 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Remove explicit setting of configuration options in rules when those options are the defaults. PR-URL: #45397 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #45407 Fixes: #45405 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
PR-URL: #45428 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Co-authored-by: Anna Henningsen <[email protected]> PR-URL: #45412 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
There is a race condition where process.kill can be sent before the target is ready to receive the signal. Fixes: #41123 PR-URL: #45354 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
PR-URL: #45424 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
PR-URL: #45442 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
PR-URL: #45348 Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Nitzan Uziely <[email protected]>
PR-URL: #45398 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Jacob Smith <[email protected]>
PR-URL: #45443 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
PR-URL: #45214 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #45435 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]>
When encountering ERR_UNESCAPED_CHARACTERS on large applications it can be unclear which request has caused this error. Even when setting NODE_DEBUG=http there is no information about this error since it's thrown before any debug logs. This patch adds a debug log that contains the invalid path. PR-URL: #45420 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Closes: #43084 PR-URL: #45438 Fixes: #43084 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #45463 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #45441 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
It was missed in the last release. Refs: 3770d3a PR-URL: #45462 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Add hook to AsyncLocalStorage to allow user to stop propagation. This is needed to avoid leaking a store if e.g. the store indicates that its operations are finished or it reached its time to live. PR-URL: #45386 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
ruyadorno
force-pushed
the
v19.2.0-proposal
branch
from
November 25, 2022 19:44
590947c
to
8a4d7ac
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
21 tasks
This comment was marked as outdated.
This comment was marked as outdated.
21 tasks
20 tasks
Is there any documentation referenced regarding critical security vulnerability releases outside the normal release cycle? I'm looking for a rough timeline of when I can tell my internal customers their critical vulnerability scans can be resolved. |
16 tasks
RafaelGSS
approved these changes
Nov 29, 2022
ruyadorno
added a commit
that referenced
this pull request
Nov 29, 2022
Notable changes: buffer: * (SEMVER-MINOR) introduce File (Khafra) #45139 deps: * update timezone to 2022f (Node.js GitHub Bot) #45289 * update V8 to 10.8.168.20 (Michaël Zasso) #45230 doc: * deprecate use of invalid ports in `url.parse` (Antoine du Hamel) #45576 util: * add fast path for utf8 encoding (Yagiz Nizipli) #45412 PR-URL: #45615
ruyadorno
added a commit
to ruyadorno/nodejs.org
that referenced
this pull request
Nov 29, 2022
ruyadorno
added a commit
to nodejs/nodejs.org
that referenced
this pull request
Nov 29, 2022
15 tasks
ErickWendel
pushed a commit
to ErickWendel/node
that referenced
this pull request
Nov 30, 2022
Notable changes: buffer: * (SEMVER-MINOR) introduce File (Khafra) nodejs#45139 deps: * update timezone to 2022f (Node.js GitHub Bot) nodejs#45289 * update V8 to 10.8.168.20 (Michaël Zasso) nodejs#45230 doc: * deprecate use of invalid ports in `url.parse` (Antoine du Hamel) nodejs#45576 util: * add fast path for utf8 encoding (Yagiz Nizipli) nodejs#45412 PR-URL: nodejs#45615
This was referenced Dec 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2022-11-29, Version 19.2.0 (Current), @ruyadorno
Notable changes
Time zone update
Time zone data has been updated to 2022f. This includes changes to Daylight Savings Time (DST) for Fiji and Mexico. For more information, see https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html.
Other notable changes
File
class (Khafra) #45139url.parse
(Antoine du Hamel) #45576Commits
7cff1e14ba
] - (SEMVER-MINOR) async_hooks: add hook to stop propagation (Gerhard Stöbich) #45386f08f6a64a3
] - benchmark: add v8 serialize benchmark (Yagiz Nizipli) #4547626ad54c1a2
] - benchmark: add text-encoder benchmark (Yagiz Nizipli) #454506c56c9722b
] - (SEMVER-MINOR) buffer: introduce File (Khafra) #451396e1e25d6dd
] - build: avoid redefined macro (Michaël Zasso) #455445c9b2a7c82
] - build: fix env.h for cpp20 (Jiawen Geng) #4551654fd8a1966
] - build: reset embedder string to "-node.0" (Michaël Zasso) #452300f3cf7e5ce
] - Revert "build: remove precompiled header and debug information for host builds" (Stefan Stojanovic) #4543262ef1eb4ff
] - build: add --v8-disable-object-print flag (MURAKAMI Masahiko) #454581ce2f56cf6
] - build: make scripts in gyp run with right python (Jiawen Geng) #454359ffe3c051a
] - build,deps,src: fix Intel VTune profiling support (Shi Lei) #45248bd3accc7b2
] - crypto: clear OpenSSL error queue after calling X509_check_private_key() (Filip Skokan) #45495724addb293
] - crypto: update root certificates (Luigi Pinca) #45490efe19eb7f5
] - crypto: clear OpenSSL error queue after calling X509_verify() (Takuro Sato) #45377f63ae525fa
] - deps: V8: cherry-pick 2ada52cffbff (Michaël Zasso) #4557343e002e3d4
] - deps: update base64 to 0.5.0 (Facundo Tuesca) #45509aaa4ac7735
] - deps: V8: cherry-pick 9df5ef70ff18 (Yagiz Nizipli) #45230e70c3090ff
] - deps: V8: cherry-pick f1c888e7093e (Michaël Zasso) #4523051eb323c50
] - deps: V8: cherry-pick 92a7385171bb (Michaël Zasso) #452301370b1a769
] - deps: fix V8 build on Windows with MSVC (Michaël Zasso) #452303cd6367e6a
] - deps: silence irrelevant V8 warning (Michaël Zasso) #452309348bdd28d
] - deps: V8: fix v8-cppgc.h for MSVC (Jiawen Geng) #45230e9292544b0
] - deps: fix V8 build issue with inline methods (Jiawen Geng) #45230a3b9967553
] - deps: update V8 to 10.8.168.20 (Michaël Zasso) #45230117efe98b0
] - deps: V8: cherry-pick 9df5ef70ff18 (Yagiz Nizipli) #45474628891d4dd
] - deps: update timezone to 2022f (Node.js GitHub Bot) #4528945ba14b3be
] - deps: fix zlib compilation for CPUs without SIMD features (Anna Henningsen) #45387c41e67fe1d
] - deps: update zlib to upstream 8bbd6c31 (Luigi Pinca) #45387413bf9ad39
] - deps: patch V8 to 10.7.193.22 (Michaël Zasso) #45460ad8da86b3f
] - deps: update acorn to 8.8.1 (Node.js GitHub Bot) #4544117e6031bf0
] - deps: V8: cherry-pick 031b98b25cba (Michaël Zasso) #453759e0e97c121
] - diagnostics_channel: built-in channels should remain experimental (Stephen Belanger) #4542344886e55e1
] - diagnostics_channel: mark as stable (Stephen Belanger) #45290b6b5b51687
] - doc: deprecate use of invalid ports inurl.parse
(Antoine du Hamel) #45576d805d5a894
] - doc: clarify changes in readableFlowing (Kohei Ueno) #45554015842f3d2
] - doc: use console.error for error case in http2 (Deokjin Kim) #455774345732900
] - doc: add version description about fsPromise.constants (chlorine) #4555616643dbb19
] - doc: add missing documentation for paramEncoding (Tobias Nießen) #45523246cd358b5
] - doc: fix typo in threat model (Tobias Nießen) #455585b1df22db0
] - doc: add Node.js Threat Model (Rafael Gonzaga) #4522319d8493c92
] - doc: run license-builder (github-actions[bot]) #455536f0bc097ea
] - doc: add async_hooks migration note (Geoffrey Booth) #45335118de4b44c
] - doc: fix RESOLVE_ESM_MATCH in modules.md (翠 / green) #452804de67d1ef4
] - doc: add arm64 to os.machine() (Carter Snook) #453741812a89c00
] - doc: add lint rule to enforce trailing commas (Antoine du Hamel) #454714128c27f66
] - doc: include v19.1.0 inCHANGELOG.md
(Rafael Gonzaga) #4546294a6a97ec6
] - doc: adjust wording to eliminate awkward typography (Konv) #45398a6fe707b62
] - doc: fix typo in maintaining-dependencies.md (Tobias Nießen) #454288906a4e58e
] - esm: add JSDoc property descriptions for loader (Rich Trott) #453704e5ad9df50
] - esm: add JSDoc property descriptions for fetch (Rich Trott) #453702b760c339e
] - fs: fix fs.rm support for loop symlinks (Nathanael Ruf) #45439e0a271e41b
] - gyp: fix v8 canary build on aix (Vasili Skurydzin) #45496eac26c0793
] - Revert "http: headers(Distinct), trailers(Distinct) setters to be no-op" (Rich Trott) #45527f208db70a0
] - http: add debug log for ERR_UNESCAPED_CHARACTERS (Aidan Temple) #45420b72b2bab72
] - http: add JSDoc property descriptions (Rich Trott) #453704c9159a830
] - lib: improve transferable abort controller exec (Yagiz Nizipli) #455255745bcbb41
] - lib: improve AbortController creation duration (Yagiz Nizipli) #4552538767b42fb
] - lib: do not throw if global property is no longer configurable (Antoine du Hamel) #453440d1b1c5df0
] - meta: update AUTHORS (Node.js GitHub Bot) #45531208ea1a58c
] - meta: update VoltrexMaster's username (Mohammed Keyvanzadeh) #45503d13ea68ef6
] - meta: update AUTHORS (Node.js GitHub Bot) #454436704e7814f
] - meta: be more proactive about removing from teams (Rich Trott) #453526fdd202c57
] - module: require.resolve.paths returns null with node schema (MURAKAMI Masahiko) #4514738f1ede379
] - node-api: address coverity warning (Michael Dawson) #455634a4f2802ec
] - node-api: declare type napi_cleanup_hook (Chengzhong Wu) #453918ff16fd8c0
] - node-api: fix immediate napi_remove_wrap test (Chengzhong Wu) #45406e7a5b3347b
] - src: address coverity warning in node_file.cc (Michael Dawson) #45565128c9f6fac
] - src: use qualifiedstd::move
call in node_http2 (Michaël Zasso) #4555557bca94cb1
] - src: avoid unused variables and functions (Michaël Zasso) #45542649b31f5e5
] - src: add missing include forstd::all_of
(Michaël Zasso) #4554156f22ea47c
] - src: set an appropriate thread pool size if given--v8-pool-size=0
(Daeyeon Jeong) #45513cce9e11d2d
] - src: move FsStatsOffset and kFsStatsBufferLength to node_file.h (Joyee Cheung) #454985e5bf0c236
] - src: don't run tasks on isolate termination (Santiago Gimeno) #4544410e7c2a62c
] - src: remove the unused PackageConfig class (Joyee Cheung) #45478459d4481d4
] - src: add --max-semi-space-size to the options allowed in NODE_OPTIONS (Emanuel Hoogeveen) #44436a483d1291e
] - src: condense experimental warning message (Rich Trott) #4542442507e68ab
] - src,node-api: updatenapi_is_detached_arraybuffer
(Daeyeon Jeong) #45538f720c5880e
] - stream: use ArrayBufferPrototypeGetByteLength (Yagiz Nizipli) #45528c00258e24b
] - stream: add primordials to adapters (Yagiz Nizipli) #455115274a8f7db
] - stream: avoid premature close when will not emit close (Robert Nagy) #45301496912d722
] - stream: fix typo inadapters.js
(stream: fix typo inadapters.js
#45515) (Kohei Ueno) #455158d96e2c723
] - stream: add fast path for utf8 (Yagiz Nizipli) #45483c3fe9072c6
] - test: add trailing commas in event tests (Rich Trott) #45466bb4c293873
] - test: add trailing commas in async-hooks tests (test: add missing trailing commas in async-hooks tests #45549) (Antoine du Hamel) #45549731e8741b2
] - test: add trailing commas in addons test (test: add missing trailing commas in addons test #45548) (Antoine du Hamel) #45548d6c68ce346
] - test: add trailing commas intest/common
(test: add missing trailing commas intest/common
#45550) (Antoine du Hamel) #45550c9ba0b738d
] - test: revise pull request guide text about code (Rich Trott) #45519076e9eeaeb
] - test: fix test-trace-gc-flag (Tony Gorez) #4523072f2df2802
] - test: adapt test-v8-stats for V8 update (Michaël Zasso) #45230b491504d77
] - test: enable the WPT forstructuredClone
(Daeyeon Jeong) #454821277ffcb55
] - test: add lint rule to enforce trailing commas (Antoine du Hamel) #4546845b54eec55
] - test: update uses of _jabber._tcp.google.com (Colin Ihrig) #4545151213c24bd
] - test: add test to validate changelogs for releases (Richard Lau) #4532500a3b5f7d5
] - test: remove flaky designation for test-worker-http2-stream-terminate (Rich Trott) #454384fe5c4e167
] - test: fix flaky test-repl-sigint-nested-eval (Rich Trott) #45354f79dd65333
] - test: add a test to ensure the correctness of timezone upgrades (Darshan Sen) #45299016749ba5d
] - test_runner: add initial TAP parser (Wassim Chegham) #43525e9760b4ae8
] - test_runner: support watch mode (Moshe Atlow) #45214160c88ec77
] - tools: have test-asan use ubuntu-20.04 (Filip Skokan) #4558181f63c2b28
] - tools: update eslint to 8.28.0 (Node.js GitHub Bot) #45532f3f1aed01a
] - tools: add automation for updating libuv dependency (Facundo Tuesca) #45362d4f30f07b3
] - tools: add missing step in update-base64.sh script (Facundo Tuesca) #45509cca20330cf
] - tools: update certdata.txt (Luigi Pinca) #4549039e873139b
] - tools: include current release in the list of released versions (Antoine du Hamel) #454638a34ef4897
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #45442bb36acff42
] - tools: do not run CQ on non-fast-tracked PRs open for less than 2 days (Moshe Atlow) #4540793bc2ba509
] - tools: simplify .eslintrc.js (Rich Trott) #45397b7f8a44c64
] - tools: simplify regex in ESLint config (Rich Trott) #4539936bf87fabf
] - tools: enable jsdoc/require-property-description rule (Rich Trott) #453707c6281a7d2
] - tools: dynamically determine parallelism on GitHub Actions macOS (Rich Trott) #45350f441b04c11
] - trace_events: add new categories (theanarkh) #452666bdd2c3884
] - Revert "url: improve port validation" (Rich Trott) #45517bbba42fcb2
] - url: remove unnecessary object call to kFormat (Yagiz Nizipli) #454927c79ba7b27
] - util: add fast path for utf8 encoding (Yagiz Nizipli) #45412f86f90f839
] - util: improve text decoder performance (Yagiz Nizipli) #453883263ceb21a
] - watch: watch for missing dependencies (Moshe Atlow) #45348