You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notable Changes:
* Buffer
* Passing invalid input to Buffer.byteLength will now throw an error [#8946](#8946).
* Calling Buffer without new is now deprecated and will emit a process warning [#8169](#8169).
* Passing a negative number to allocUnsafe will now throw an error [#7079](#7079).
* Child Process
* The fork and execFile methods now have stronger argument validation [#7399](#7399).
* Cluster
* The worker.suicide method is deprecated and will emit a process warning [#3747](#3747).
* Deps
* V8 has been updated to 5.4.500.36 [#8317](#8317), [#8852](#8852), [#9253](#9253).
* NODE_MODULE_VERSION has been updated to 51 [#8808](#8808).
* File System
* A process warning is emitted if a callback is not passed to async file system methods [#7897](#7897).
* Intl
* Intl.v8BreakIterator constructor has been deprecated and will emit a process warning [#8908](#8908).
* Promises
* Unhandled Promise rejections have been deprecated and will emit a process warning [#8217](#8217).
* Punycode
* The `punycode` module has been deprecated [#7941](#7941).
* URL
* An Experimental WHATWG URL Parser has been introduced [#7448](#7448).
PR-URL: #9099
0 commit comments