(backport 7.x) lib: deprecate node --debug at runtime by joshgav · Pull Request #11275 · nodejs/node
joshgav
added
the
semver-major
label
Trott
mentioned this pull request
italoacasas
added
semver-minor
and removed semver-major
labels
italoacasas pushed a commit to italoacasas/node that referenced this pull request
italoacasas pushed a commit to italoacasas/node that referenced this pull request
italoacasas pushed a commit to italoacasas/node that referenced this pull request
italoacasas pushed a commit to italoacasas/node that referenced this pull request
italoacasas pushed a commit to italoacasas/node that referenced this pull request
imyller added a commit to imyller/meta-nodejs that referenced this pull request
Notables changes:
* child_process: spawnSync() exit code now is null when the child is killed via signal (cjihrig)
[#11288](nodejs/node#11288)
* http: new functions to access the headers for an outgoing HTTP message (Brian White)
[#11562](nodejs/node#11562)
* lib: deprecate node --debug at runtime (Josh Gavant)
[#11275](nodejs/node#11275)
* tls: new tls.TLSSocket() supports sec ctx options (Sam Roberts)
[#11005](nodejs/node#11005)
* url: adding URL.prototype.toJSON support (Michaël Zasso)
[#11236](nodejs/node#11236)
* doc: items in the API documentation may now have changelogs (Anna Henningsen)
[#11489](nodejs/node#11489)
* crypto: adding support for OPENSSL_CONF again (Sam Roberts)
[#11006](nodejs/node#11006)
* src: adding support for trace-event tracing (misterpoe)
[#11106](nodejs/node#11106)
PR-URL: nodejs/node#11553
Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>