-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
V14.19.2 proposal #42899
V14.19.2 proposal #42899
Conversation
Adds Bryan English and his public key to the README for releases. PR-URL: #42102 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
Previously we would just resume "flowing" the stream without reseting the "paused" state. Fixes this by properly using pause/resume methods for .pipe. Fixes: #41785 PR-URL: #41848 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Review requested:
|
cc @nodejs/releasers I'm not entirely sure about the notable changes; I'm not sure of anything. Please let me know if I missed something or made something wrong. |
Can we include #42840 as well please? |
Sure, I forgot to ask, is ok to land without CI? That's why I skiped this one, sorry. |
You should ideally wait for it. I know it's a bit of a last minute addition, so it's fine if you prefer not to but I believe it would also be nice to include: #42900 |
#42603 is also a good candidate (even though it lacks approval so far): it fixes a process abort, I assume that's the kind of fixes we want to have landed sooner rather than later. |
No worries, this is a proposal, sure I can add both, and I will keep an eye over #42840 and, #42900. Does that work for all of us? |
Approved, and yes! I'm will include that one as well. Thanks for taking care of kicking CI in both PRs and these suggestions as well. |
FWIW #41855 looks to be ready as well. |
nit: my name is Chengzhong Wu ^^ |
Oooh, I'm sorry; It was a bit late for the moment I wrote that; sorry, my mistake. I will fix that one, sorry again |
The sks-keyservers.net is no longer listed by DNS PR-URL: #39227 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
If `ccache` is available, use it during V8 builds on ppc64le and s390x. Only create the `gcc` and `g++` shims if necessary. PR-URL: #42204 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #42736 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
ddd113c
to
d6288d8
Compare
FWIW I personally dislike using |
I can fully understand; sorry about the unwanted noise. Let me fix that one too. |
Notable Changes doc: * New release key for Bryan English Learn more at: #42102 Contributed by Bryan English (bengl) npm: * Upgrade `npm` to `v6.14.17`. Learn more at: #42900 Contributed by Ruy Adorno (ruyadorno) V8: * V8 had a stack overflow issue affecting the `vm` module, cherry-picking `cc9a8a37445e` (v8/v8@cc9a8a3) from V8 solves this issue. Learn more at: #41826 Contributed by Gus Caplan (devsnek) * Using `getHeapSnapshot()` was causing a Node.js crash due a V8 issue, this is fixed by backporting `367b0c1e7a32` (v8/v8@367b0c1) from V8. Learn more at: #42637 Contributed by Chengzhong Wu (legendecas) PR-URL: #42899
d6288d8
to
3fc68fc
Compare
Release build on 3fc68fc: https://ci-release.nodejs.org/job/iojs+release/8438/ |
I'm slightly suspicious of |
Running CITGM on |
Notable Changes doc: * New release key for Bryan English Learn more at: #42102 Contributed by Bryan English (bengl) npm: * Upgrade `npm` to `v6.14.17`. Learn more at: #42900 Contributed by Ruy Adorno (ruyadorno) V8: * V8 had a stack overflow issue affecting the `vm` module, cherry-picking `cc9a8a37445e` (v8/v8@cc9a8a3) from V8 solves this issue. Learn more at: #41826 Contributed by Gus Caplan (devsnek) * Using `getHeapSnapshot()` was causing a Node.js crash due a V8 issue, this is fixed by backporting `367b0c1e7a32` (v8/v8@367b0c1) from V8. Learn more at: #42637 Contributed by Chengzhong Wu (legendecas) PR-URL: #42899
3fc68fc
to
e365bec
Compare
Release build on e365bec: https://ci-release.nodejs.org/job/iojs+release/8441/ |
Notable Changes doc: * New release key for Bryan English Learn more at: #42102 Contributed by Bryan English (bengl) npm: * Upgrade `npm` to `v6.14.17`. Learn more at: #42900 Contributed by Ruy Adorno (ruyadorno) V8: * V8 had a stack overflow issue affecting the `vm` module, cherry-picking `cc9a8a37445e` (v8/v8@cc9a8a3) from V8 solves this issue. Learn more at: #41826 Contributed by Gus Caplan (devsnek) * Using `getHeapSnapshot()` was causing a Node.js crash due a V8 issue, this is fixed by backporting `367b0c1e7a32` (v8/v8@367b0c1) from V8. Learn more at: #42637 Contributed by Chengzhong Wu (legendecas) PR-URL: #42899
Notable Changes
doc:
Learn more at: #42102
Contributed by Bryan English (@bengl)
npm:
npm
tov6.14.17
.Learn more at: #42900
Contributed by Ruy Adorno (@ruyadorno)
V8:
vm
module, cherry-pickingcc9a8a37445e
from V8 solves this issue.
Learn more at: #41826
Contributed by Gus Caplan (@devsnek)
getHeapSnapshot()
was causing a Node.js crash due a V8 issue, this is fixed by backporting367b0c1e7a32
from V8.
Learn more at: #42637
Contributed by Chengzhong Wu (@legendecas)
Commits
c73ac527d6
] - build: set DESTCPU correctly for 'make binary' on Apple Silicon (Chris Heisterkamp) #40147dcaed6db24
] - build: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) #422044203d132b1
] - child_process: queue pending messages (Erick Wendel) #41221a3ebdbfe8f
] - deps: upgrade npm to 6.14.17 (Ruy Adorno) #4290039e44f8382
] - deps: V8: cherry-pick cc9a8a37445e (Gus Caplan) #41826b52a268b6f
] - deps: V8: cherry-pick 367b0c1e7a32 (legendecas) #4263777ba012065
] - doc: fix documentation ofFileHandle.prototype.appendFile
(Antoine du Hamel) #425883d3d7ed1b7
] - doc: specify flag needed for JSON and Wasm modules (Rich Trott) #42736542d812c93
] - doc: use openpgp.org for keyserver examples (Nick Schonning) #392277f2825b1a9
] - doc: add release key for Bryan English (Bryan English) #4210275302d3dce
] - fs: fix write methods param validation and docs (Livia Medeiros) #41677d4171e0eac
] - stream: resume stream on drain (Robert Nagy) #41848de474c8b6f
] - worker: do not send message if port is closing (Rich Trott) #42357