-
Notifications
You must be signed in to change notification settings - Fork 569
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
Potential Semver Minor Backports #177
Labels
Comments
Unsure we should backport |
heading title// stuff here
|
Update: We don't use |
@Fishrock123 that details stuff does not appear to work :( |
old browser? ;) |
4 tasks
@MylesBorins you need to put spaces around the tags, i.e. no </summary and then ``` on the next line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are some possible semver minors I've flagged for potential inclusion in an upcoming semver minor LTS release. Please feel free to veto any of these or suggest other from this gist. The primary motivation here is that we are going to be doing one more LTS semver minor on v4.x already, and it will likely be the last one. I figured we could take this opportunity to audit and minimize delta on certain features to make support for v4.x less painful during the 12 month Maintenance period.
Approved
4.x only:
6.x only
4.x and 6.x
externalMemory
to process.memoryUsage (indutny) #9587Not Approved
4.x only:
net: add net.listening boolean property over a getter (José Moreira) #4743cluster: support stdio option for workers (cjihrig) #7838util: allow symbol-based custom inspection methods (addaleax) #96886.x only
src,module: add --preserve-symlinks command line flag (James M Snell) #65374.x and 6.x
buffer: add buffer.transcode (James M Snell) #9038child_process: add public API for IPC channel (cjihrig) #9322The text was updated successfully, but these errors were encountered: