-
Notifications
You must be signed in to change notification settings - Fork 31.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
2025-04-23, Version 24.0.0 (Current) #57609
Open
RafaelGSS
wants to merge
1
commit into
main
Choose a base branch
from
v24.0.0-proposal
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+140
−1
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
Semver-Major Commits: buffer: * (SEMVER-MAJOR) make `buflen` in integer range (zhenweijin) #51821 build: * (SEMVER-MAJOR) bump supported macOS version to 13.5 (Michaël Zasso) #57115 * (SEMVER-MAJOR) increase minimum Xcode version to 16.1 (Michaël Zasso) #56824 * (SEMVER-MAJOR) link V8 with atomic library (Michaël Zasso) #55014 * (SEMVER-MAJOR) remove support for ppc 32-bit (Michaël Zasso) #55014 * (SEMVER-MAJOR) reset embedder string to "-node.0" (Michaël Zasso) #55014 child_process: * (SEMVER-MAJOR) deprecate passing `args` to `spawn` and `execFile` (Daniel Venable) #57199 deps: * (SEMVER-MAJOR) V8: cherry-pick f915fa4c9f41 (Olivier Flückiger) #55014 * (SEMVER-MAJOR) V8: cherry-pick 0d5d6e71bbb0 (Yagiz Nizipli) #55014 * (SEMVER-MAJOR) V8: cherry-pick 0c11feeeca4a (Michaël Zasso) #55014 * (SEMVER-MAJOR) define V8_PRESERVE_MOST as no-op on Windows (Stefan Stojanovic) #55014 * (SEMVER-MAJOR) always define V8_NODISCARD as no-op (Michaël Zasso) #55014 * (SEMVER-MAJOR) fix FP16 bitcasts.h (Stefan Stojanovic) #55014 * (SEMVER-MAJOR) patch V8 to support compilation with MSVC (StefanStojanovic) #55014 * (SEMVER-MAJOR) patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #55014 * (SEMVER-MAJOR) disable V8 concurrent sparkplug compilation (Michaël Zasso) #55014 * (SEMVER-MAJOR) always define V8_EXPORT_PRIVATE as no-op (Michaël Zasso) #55014 * (SEMVER-MAJOR) update V8 to 13.0.245.25 (Michaël Zasso) #55014 * (SEMVER-MAJOR) upgrade npm to 11.0.0 (npm team) #56274 * (SEMVER-MAJOR) update undici to 7.0.0 (Node.js GitHub Bot) #56070 fs: * (SEMVER-MAJOR) remove ability to call truncate with fd (Yagiz Nizipli) #57567 * (SEMVER-MAJOR) remove `fs.F_OK`, `fs.R_OK`, `fs.W_OK`, `fs.X_OK` (Livia Medeiros) #55862 * (SEMVER-MAJOR) deprecate passing invalid types in `fs.existsSync` (Carlos Espa) #55753 * (SEMVER-MAJOR) runtime deprecate `fs.F_OK`, `fs.R_OK`, `fs.W_OK`, `fs.X_OK` (Livia Medeiros) #49686 * (SEMVER-MAJOR) remove `dirent.path` (Antoine du Hamel) #55548 lib: * (SEMVER-MAJOR) remove obsolete Cipher export (James M Snell) #57266 * (SEMVER-MAJOR) unexpose six process bindings (Michaël Zasso) #57149 * (SEMVER-MAJOR) make ALS default to AsyncContextFrame (Stephen Belanger) #55552 * (SEMVER-MAJOR) runtime deprecate SlowBuffer (Rafael Gonzaga) #55175 net: * (SEMVER-MAJOR) make _setSimultaneousAccepts() end-of-life deprecated (Yagiz Nizipli) #57550 repl: * (SEMVER-MAJOR) runtime deprecate instantiating without new (Aviv Keller) #54869 src: * (SEMVER-MAJOR) update GetForegroundTaskRunner override (Etienne Pierre-doray) #55014 * (SEMVER-MAJOR) update NODE_MODULE_VERSION to 134 (Michaël Zasso) #55014 * (SEMVER-MAJOR) drop --experimental-permission in favour of --permission (Rafael Gonzaga) #56240 * (SEMVER-MAJOR) add async context frame to AsyncResource (Gerhard Stöbich) #56082 * (SEMVER-MAJOR) nuke deprecated and un-used enum members in `OptionEnvvarSettings` (Juan José) #53079 stream: * (SEMVER-MAJOR) catch and forward error from dest.write (jakecastelli) #55270 test: * (SEMVER-MAJOR) disable fast API call count checks (Michaël Zasso) #55014 test_runner: * (SEMVER-MAJOR) remove promises returned by t.test() (Colin Ihrig) #56664 * (SEMVER-MAJOR) remove promises returned by test() (Colin Ihrig) #56664 * (SEMVER-MAJOR) automatically wait for subtests to finish (Colin Ihrig) #56664 timers: * (SEMVER-MAJOR) check for immediate instance in clearImmediate (Gürgün Dayıoğlu) #57069 * (SEMVER-MAJOR) set several methods EOL (Yagiz Nizipli) #56966 tls: * (SEMVER-MAJOR) remove deprecated tls.createSecurePair (Jonas) #57361 * (SEMVER-MAJOR) make server.prototype.setOptions end-of-life (Yagiz Nizipli) #57339 tools: * (SEMVER-MAJOR) update V8 gypfiles for 13.0 (Michaël Zasso) #55014 url: * (SEMVER-MAJOR) expose urlpattern as global (Jonas) #56950 * (SEMVER-MAJOR) runtime deprecate url.parse (Yagiz Nizipli) #55017 zlib: * (SEMVER-MAJOR) deprecate classes usage without `new` (Yagiz Nizipli) #55718 PR-URL: #57609
39df0d9
to
0f8d884
Compare
Since b02cd411c2 (#49686) wasn't included in |
Just trying to understand the new JS supported in v24 From my understanding:
Included APIs in recent Chrome releases (that align with v8 version):
So this upgrade gives us these new APIs, is that right? |
Correct. |
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.
Cut-off date: 2025-03-24
Target release date: 2025-04-23
TODO:
REPLACEME
2025-04-23, Version 24.0.0 (Current), @RafaelGSS & @juanarbol
// TODO: Intro
Other Notable Changes
// TODO
Semver-Major Commits
1ba47324e0
] - (SEMVER-MAJOR) buffer: makebuflen
in integer range (zhenweijin) #518218b40221777
] - (SEMVER-MAJOR) build: bump supported macOS version to 13.5 (Michaël Zasso) #57115ed52ab913b
] - (SEMVER-MAJOR) build: increase minimum Xcode version to 16.1 (Michaël Zasso) #5682489f661dd66
] - (SEMVER-MAJOR) build: link V8 with atomic library (Michaël Zasso) #5501444b0e423dc
] - (SEMVER-MAJOR) build: remove support for ppc 32-bit (Michaël Zasso) #550141f654e655c
] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #550141b5b019de1
] - (SEMVER-MAJOR) child_process: deprecate passingargs
tospawn
andexecFile
(Daniel Venable) #5719952d39441d0
] - (SEMVER-MAJOR) deps: V8: cherry-pick f915fa4c9f41 (Olivier Flückiger) #5501499ffe3555a
] - (SEMVER-MAJOR) deps: V8: cherry-pick 0d5d6e71bbb0 (Yagiz Nizipli) #550145d8011d91c
] - (SEMVER-MAJOR) deps: V8: cherry-pick 0c11feeeca4a (Michaël Zasso) #55014d85d2f8350
] - (SEMVER-MAJOR) deps: define V8_PRESERVE_MOST as no-op on Windows (Stefan Stojanovic) #55014e8f55f7b7a
] - (SEMVER-MAJOR) deps: always define V8_NODISCARD as no-op (Michaël Zasso) #55014b3c1b63a5d
] - (SEMVER-MAJOR) deps: fix FP16 bitcasts.h (Stefan Stojanovic) #55014d0361f0bba
] - (SEMVER-MAJOR) deps: patch V8 to support compilation with MSVC (StefanStojanovic) #55014a4e0fce896
] - (SEMVER-MAJOR) deps: patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #550144f8fd566cc
] - (SEMVER-MAJOR) deps: disable V8 concurrent sparkplug compilation (Michaël Zasso) #550141142f78f1d
] - (SEMVER-MAJOR) deps: always define V8_EXPORT_PRIVATE as no-op (Michaël Zasso) #550145edec0e39a
] - (SEMVER-MAJOR) deps: update V8 to 13.0.245.25 (Michaël Zasso) #5501425b22e4754
] - (SEMVER-MAJOR) deps: upgrade npm to 11.0.0 (npm team) #5627447b80c293d
] - (SEMVER-MAJOR) deps: update undici to 7.0.0 (Node.js GitHub Bot) #56070a4f556fc36
] - (SEMVER-MAJOR) fs: remove ability to call truncate with fd (Yagiz Nizipli) #5756725dd206c29
] - (SEMVER-MAJOR) fs: removefs.F_OK
,fs.R_OK
,fs.W_OK
,fs.X_OK
(Livia Medeiros) #55862529b56ef9d
] - (SEMVER-MAJOR) fs: deprecate passing invalid types infs.existsSync
(Carlos Espa) #55753b02cd411c2
] - (SEMVER-MAJOR) fs: runtime deprecatefs.F_OK
,fs.R_OK
,fs.W_OK
,fs.X_OK
(Livia Medeiros) #49686d9540b51eb
] - (SEMVER-MAJOR) fs: removedirent.path
(Antoine du Hamel) #55548da906646c0
] - (SEMVER-MAJOR) lib: remove obsolete Cipher export (James M Snell) #57266c864dea910
] - (SEMVER-MAJOR) lib: unexpose six process bindings (Michaël Zasso) #5714951ae57673d
] - (SEMVER-MAJOR) lib: make ALS default to AsyncContextFrame (Stephen Belanger) #55552019efe1453
] - (SEMVER-MAJOR) lib: runtime deprecate SlowBuffer (Rafael Gonzaga) #55175ace5548ff0
] - (SEMVER-MAJOR) net: make _setSimultaneousAccepts() end-of-life deprecated (Yagiz Nizipli) #575500368f2f662
] - (SEMVER-MAJOR) repl: runtime deprecate instantiating without new (Aviv Keller) #548697e8752006a
] - (SEMVER-MAJOR) src: update GetForegroundTaskRunner override (Etienne Pierre-doray) #550147917b67313
] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 134 (Michaël Zasso) #55014bf3bc4ec2f
] - (SEMVER-MAJOR) src: drop --experimental-permission in favour of --permission (Rafael Gonzaga) #5624058982d712b
] - (SEMVER-MAJOR) src: add async context frame to AsyncResource (Gerhard Stöbich) #5608203dcd7077a
] - (SEMVER-MAJOR) src: nuke deprecated and un-used enum members inOptionEnvvarSettings
(Juan José) #53079fd8de670da
] - (SEMVER-MAJOR) stream: catch and forward error from dest.write (jakecastelli) #552706857dbc018
] - (SEMVER-MAJOR) test: disable fast API call count checks (Michaël Zasso) #550141a2eb15bc6
] - (SEMVER-MAJOR) test_runner: remove promises returned by t.test() (Colin Ihrig) #5666496718268fe
] - (SEMVER-MAJOR) test_runner: remove promises returned by test() (Colin Ihrig) #56664aa3523ec22
] - (SEMVER-MAJOR) test_runner: automatically wait for subtests to finish (Colin Ihrig) #566646b0af1748c
] - (SEMVER-MAJOR) timers: check for immediate instance in clearImmediate (Gürgün Dayıoğlu) #570695d7091f1bc
] - (SEMVER-MAJOR) timers: set several methods EOL (Yagiz Nizipli) #56966a2a53cb728
] - (SEMVER-MAJOR) tls: remove deprecated tls.createSecurePair (Jonas) #57361388d67033d
] - (SEMVER-MAJOR) tls: make server.prototype.setOptions end-of-life (Yagiz Nizipli) #573396f965260dd
] - (SEMVER-MAJOR) tools: update V8 gypfiles for 13.0 (Michaël Zasso) #55014d1f8ccb10d
] - (SEMVER-MAJOR) url: expose urlpattern as global (Jonas) #5695011fbdd8c9d
] - (SEMVER-MAJOR) url: runtime deprecate url.parse (Yagiz Nizipli) #550174ee87b8bc3
] - (SEMVER-MAJOR) zlib: deprecate classes usage withoutnew
(Yagiz Nizipli) #55718Semver-Minor Commits
TBD
Semver-Patch Commits
TBD