-
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
http2: graduate from experimental #22466
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# HTTP/2 | ||
|
||
<!-- YAML | ||
added: v8.4.0 | ||
changes: | ||
- version: REPLACEME | ||
pr-url: https://github.com/nodejs/node/pull/22466 | ||
description: HTTP/2 has graduated from experimental status. | ||
--> | ||
<!--introduced_in=v8.4.0--> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The docs state when a module was introduced, but do not state when it was introduced out of experimental. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should likely include it in the per-section changelog. I can update this to do so |
||
|
||
> Stability: 1 - Experimental | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't this be changed to |
||
|
||
The `http2` module provides an implementation of the [HTTP/2][] protocol. It | ||
can be accessed using: | ||
|
||
|
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.
Nit: Instead of "graduated from experimental status", it might be clearer to say "graduated to stable status" or even "graduated from experimental status to stable status".
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.
Going even further with the nit: Leave "status" out and either say nothing or "stability index". And leave out "graduated".
Or:
And if you really are feeling motivated, find some way to link to https://nodejs.org/api/documentation.html#documentation_stability_index.
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.
Feel free to make those edits yourself if you'd like.
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.
Will do!