Skip to content

doc: deprecate finished - #28679

Closed
ronag wants to merge 12 commits into
nodejs:masterfrom
nxtedition:deprecate-finished
Closed

doc: deprecate finished#28679
ronag wants to merge 12 commits into
nodejs:masterfrom
nxtedition:deprecate-finished

Conversation

@ronag

Copy link
Copy Markdown
Member

Remove finished from docs. The naming and function is very confusing and misleading. What is finished is actually ended in the streams spec.

Refs: #28651

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the http Issues or PRs related to the http subsystem. label Jul 14, 2019
@ronag
ronagforce-pushed the deprecate-finished branch 4 times, most recently from 11a9c1a to 46e9301CompareJuly 14, 2019 12:43

@benjamingrbenjamingr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be docs-deprecated rather than removed from the docs altogether IMO

@ronag
ronagforce-pushed the deprecate-finished branch from 46e9301 to d967248CompareJuly 14, 2019 14:59
@ronagronag changed the title http: deprecate finisheddoc: deprecate finishedJul 14, 2019
@ronag

ronag commented Jul 14, 2019

Copy link
Copy Markdown
MemberAuthor

Not quite sure how to docs-deprecate... but I tried... feedback welcome

@benjamingr

Copy link
Copy Markdown
Member

Does anyone have a strong opinion regarding how we should deprecate this? @mcollina maybe?

(no hurry)

@addaleax

Copy link
Copy Markdown
Member

Does anyone have a strong opinion regarding how we should deprecate this?

I agree that documentation-only deprecating makes the most sense here.

@ronag
ronagforce-pushed the deprecate-finished branch 2 times, most recently from a97f9fc to cd143ecCompareJuly 14, 2019 21:19
@TrottTrott added the notable-change PRs with changes that should be highlighted in changelogs. label Jul 15, 2019
ChALkeR
ChALkeR previously requested changes Jul 31, 2019
Comment threaddoc/api/deprecations.md Outdated
Comment threaddoc/api/http.md Outdated
Comment threaddoc/api/http.md Outdated
Comment threaddoc/api/http2.md Outdated
@ronag
ronagforce-pushed the deprecate-finished branch from cd143ec to b62d036CompareAugust 1, 2019 18:00
@ronag

ronag commented Aug 2, 2019

Copy link
Copy Markdown
MemberAuthor

Blocked by #28934. Let's see what happens there first. It's relevant to the deprecation description.

@ronagronag mentioned this pull request Aug 5, 2019
4 tasks
@ronag

ronag commented Aug 5, 2019

Copy link
Copy Markdown
MemberAuthor

fixed @ChALkeR

@ronag
ronagforce-pushed the deprecate-finished branch from b62d036 to 9d6fbd0CompareAugust 5, 2019 09:36
@ronag

ronag commented Aug 5, 2019

Copy link
Copy Markdown
MemberAuthor

@Trott blocked by #28934

This was referenced Aug 6, 2019
@TrottTrott added the blocked PRs that are blocked by other issues or PRs. label Aug 6, 2019
@jasnelljasnell added deprecations Issues and PRs related to deprecations. semver-major PRs that contain breaking changes and should be released in the next major version. labels Aug 7, 2019
@ronag
ronagforce-pushed the deprecate-finished branch 3 times, most recently from aea31b3 to 9a0472aCompareAugust 17, 2019 07:42
@ronag

Copy link
Copy Markdown
MemberAuthor

@Trott: this is no longer blocked, ping node/http?

@ronag

Copy link
Copy Markdown
MemberAuthor

@Trott: The doc linting error seems unrelated to this PR. Not sure what's going on there.

Comment threaddoc/api/deprecations.md Outdated
ronagand others added 2 commits November 20, 2019 22:44
Co-Authored-By: Rich Trott <rtrott@gmail.com>
@ronag

ronag commented Nov 20, 2019

Copy link
Copy Markdown
MemberAuthor

@Trott: Linting pass

@lundibundi

Copy link
Copy Markdown
Member

Comment threaddoc/api/deprecations.md Outdated
Comment threaddoc/api/deprecations.md Outdated
Comment threaddoc/api/deprecations.md Outdated
Co-Authored-By: Ruben Bridgewater <ruben@bridgewater.de>
@BridgeAR

Copy link
Copy Markdown
Member

BridgeAR pushed a commit that referenced this pull request Dec 10, 2019
PR-URL: #28679
Refs: #28651
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@BridgeAR

Copy link
Copy Markdown
Member

Landed in c6ab3af 🎉

targos pushed a commit that referenced this pull request Dec 10, 2019
PR-URL: #28679
Refs: #28651
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@MylesBorinsMylesBorins mentioned this pull request Dec 13, 2019
MylesBorins added a commit that referenced this pull request Dec 16, 2019
This is a security release.
This release includes a single commit, an update to npm to 6.13.4.
For more details about the vulnerability please consult the npm blog:
https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
Notable Changes:
* deps:
- update npm to 6.13.4
#30904
- update uvwasi (Anna Henningsen)
#30745
- upgrade to libuv 1.34.0 (Colin Ihrig)
#30783
* doc:
- docs deprecate http finished (Robert Nagy)
#28679
* events:
- add captureRejection option (Matteo Collina)
#27867
* http:
- add captureRejection support (Matteo Collina)
#27867
- llhttp opt-in insecure HTTP header parsing (Sam Roberts)
#30567
* http2:
- implement capture rection for 'request' and 'stream' events (Matteo Collina)
#27867
* net:
- implement capture rejections for 'connection' event (Matteo Collina)
#27867
* repl:
- support previews by eager evaluating input (Ruben Bridgewater)
#30811
* stream:
- add support for captureRejection option (Matteo Collina)
#27867
* tls:
- implement capture rejections for 'secureConnection' event (Matteo Collina)
#27867
- expose IETF name for current cipher suite (Sam Roberts)
#30637
* worker:
- add argv constructor option (legendecas)
#30559
PR-URL: #30937
MylesBorins added a commit that referenced this pull request Dec 16, 2019
This is a security release.
This release includes a single commit, an update to npm to 6.13.4.
For more details about the vulnerability please consult the npm blog:
https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
Notable Changes:
* deps:
* update npm to 6.13.4
#30904
* update uvwasi (Anna Henningsen)
#30745
* upgrade to libuv 1.34.0 (Colin Ihrig)
#30783
* doc:
* docs deprecate http finished (Robert Nagy)
#28679
* events:
* add captureRejection option (Matteo Collina)
#27867
* http:
* add captureRejection support (Matteo Collina)
#27867
* llhttp opt-in insecure HTTP header parsing (Sam Roberts)
#30567
* http2:
* implement capture rection for 'request' and 'stream' events (Matteo Collina)
#27867
* net:
* implement capture rejections for 'connection' event (Matteo Collina)
#27867
* repl:
* support previews by eager evaluating input (Ruben Bridgewater)
#30811
* stream:
* add support for captureRejection option (Matteo Collina)
#27867
* tls:
* implement capture rejections for 'secureConnection' event (Matteo Collina)
#27867
* expose IETF name for current cipher suite (Sam Roberts)
#30637
* worker:
* add argv constructor option (legendecas)
#30559
PR-URL: #30937
MylesBorins added a commit that referenced this pull request Dec 16, 2019
This is a security release.
For more details about the vulnerability please consult the npm blog:
https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
Notable Changes:
* deps:
* update npm to 6.13.4
#30904
* update uvwasi (Anna Henningsen)
#30745
* upgrade to libuv 1.34.0 (Colin Ihrig)
#30783
* doc:
* docs deprecate http finished (Robert Nagy)
#28679
* events:
* add captureRejection option (Matteo Collina)
#27867
* http:
* add captureRejection support (Matteo Collina)
#27867
* llhttp opt-in insecure HTTP header parsing (Sam Roberts)
#30567
* http2:
* implement capture rection for 'request' and 'stream' events (Matteo Collina)
#27867
* net:
* implement capture rejections for 'connection' event (Matteo Collina)
#27867
* repl:
* support previews by eager evaluating input (Ruben Bridgewater)
#30811
* stream:
* add support for captureRejection option (Matteo Collina)
#27867
* tls:
* implement capture rejections for 'secureConnection' event (Matteo Collina)
#27867
* expose IETF name for current cipher suite (Sam Roberts)
#30637
* worker:
* add argv constructor option (legendecas)
#30559
PR-URL: #30937
MylesBorins added a commit that referenced this pull request Dec 17, 2019
This is a security release.
For more details about the vulnerability please consult the npm blog:
https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
Notable Changes:
* deps:
* update npm to 6.13.4
#30904
* update uvwasi (Anna Henningsen)
#30745
* upgrade to libuv 1.34.0 (Colin Ihrig)
#30783
* doc:
* docs deprecate http finished (Robert Nagy)
#28679
* events:
* add captureRejection option (Matteo Collina)
#27867
* http:
* add captureRejection support (Matteo Collina)
#27867
* llhttp opt-in insecure HTTP header parsing (Sam Roberts)
#30567
* http2:
* implement capture rection for 'request' and 'stream' events (Matteo Collina)
#27867
* net:
* implement capture rejections for 'connection' event (Matteo Collina)
#27867
* repl:
* support previews by eager evaluating input (Ruben Bridgewater)
#30811
* stream:
* add support for captureRejection option (Matteo Collina)
#27867
* tls:
* implement capture rejections for 'secureConnection' event (Matteo Collina)
#27867
* expose IETF name for current cipher suite (Sam Roberts)
#30637
* worker:
* add argv constructor option (legendecas)
#30559
PR-URL: #30937
targos pushed a commit that referenced this pull request Jan 14, 2020
PR-URL: #28679
Refs: #28651
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@targostargos mentioned this pull request Jan 15, 2020
BethGriggs pushed a commit that referenced this pull request Feb 6, 2020
PR-URL: #28679
Refs: #28651
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@MylesBorinsMylesBorins mentioned this pull request Feb 8, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.deprecationsIssues and PRs related to deprecations.httpIssues or PRs related to the http subsystem.notable-changePRs with changes that should be highlighted in changelogs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

12 participants

@ronag@benjamingr@addaleax@Trott@nodejs-github-bot@lundibundi@BridgeAR@mcollina@dougwilson@ChALkeR@jasnell@trivikr