-
Notifications
You must be signed in to change notification settings - Fork 30k
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.10.1 proposal #35137
v14.10.1 proposal #35137
Conversation
This reverts commit 4bb4007.
Notable changes: Node.js 14.10.0 included a streams regression that is being fixed in this release. PR-URL: #35137
60099cd
to
d31b12d
Compare
CI: https://ci.nodejs.org/job/node-test-pull-request/33121/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverting the commit so we have more time to work on a long term solution sgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Would love to get #35108 in this release as well.
A previous change altered the rendering of visited links. This restores it. PR-URL: #35108 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Notable changes: Node.js 14.10.0 included a streams regression with async generators and a docs rendering regression that are being fixed in this release. PR-URL: #35137
d31b12d
to
4c2b513
Compare
Notable changes: Node.js 14.10.0 included a streams regression with async generators and a docs rendering regression that are being fixed in this release. PR-URL: #35137
There was a release process issue that seems to have resulted in the latest symlinks not pointing to the new release. The actual files in https://nodejs.org/download/release/v14.10.1/ look okay. FYI @ljharb in case this affects I've raised nodejs/build#2432. |
Luckily nvm doesn’t use those :-) thanks for the ping. |
nvm for windows seems to be effected and the docs on website. |
Symlinks have now been fixed. |
Notable changes: Node.js 14.10.0 included a streams regression with async generators and a docs rendering regression that are being fixed in this release. PR-URL: nodejs#35137
Notable Changes
Node.js 14.10.0 included a streams regression with async generators
and a docs rendering regression that are being fixed in this release.
Commits
3c92f93b44
] - doc: restore color for visited links (Rich Trott) #351080f94c6b4e4
] - Revert "stream: simpler and faster Readable async iterator" (Richard Lau)@nodejs/streams @nodejs/tsc @nodejs/releasers
This proposes reverting 4bb4007 to address #35116. It sounds like more time is needed to otherwise fix the issues in both the streams code and in
got
and I think it would be better for us to getv14.x
into a stable state ahead of Tuesday's security release.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes