-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Release proposal: v2.2.0 #1808
Release proposal: v2.2.0 #1808
Conversation
I want #1789 in too. |
Looks like this is a |
I'll try and get this out within the next 6 or so hours, shout if you don't want that to happen. |
|
converted this to a pull request for the release, notable items are (abbreviated):
CI looks good, moving forward, please comment on the release notes if you have anything to add/change. |
PR-URL: nodejs#1808 Notable Changes: * node: Speed-up require() by replacing usage of fs.statSync() and fs.readFileSync() with internal variants that are faster for this use-case and do not create as many objects for the garbage collector to clean up. The primary two benefits are: significant increase in application start-up time on typical applications and better start-up time for the debugger by eliminating almost all of the thousands of exception events. (Ben Noordhuis) nodejs#1801. * node: Resolution of pre-load modules (-r or --require) now follows the standard require() rules rather than just resolving paths, so you can now pre-load modules in node_modules. (Ali Ijaz Sheikh) nodejs#1812. * npm: Upgraded npm to v2.11.0. New hooks for preversion, version, and postversion lifecycle events, some SPDX-related license changes and license file inclusions. See the release notes for full details.
PR-URL: nodejs/node#1808 Notable Changes: * node: Speed-up require() by replacing usage of fs.statSync() and fs.readFileSync() with internal variants that are faster for this use-case and do not create as many objects for the garbage collector to clean up. The primary two benefits are: significant increase in application start-up time on typical applications and better start-up time for the debugger by eliminating almost all of the thousands of exception events. (Ben Noordhuis) #1801. * node: Resolution of pre-load modules (-r or --require) now follows the standard require() rules rather than just resolving paths, so you can now pre-load modules in node_modules. (Ali Ijaz Sheikh) #1812. * npm: Upgraded npm to v2.11.0. New hooks for preversion, version, and postversion lifecycle events, some SPDX-related license changes and license file inclusions. See the release notes for full details.
Not urgent, let's give this a couple of days to see what else is flushed out but I'd like to get one out before we go v3.0.0, see #1807 for that.
Current commits are:
a77c330c32
] - (SEMVER-MINOR) child_process: expose ChildProcess constructor (Evan Lucas) #17603a1bc067d4
] - _Revert_ "core: set PROVIDER type as Persistent class id" (Ben Noordhuis) #1827f9fd554500
] - deps: make node-gyp work with io.js (cjihrig) iojs/io.js#990c1afa53648
] - deps: upgrade npm to 2.11.0 (Forrest L Norvell) iojs/io.js#1829ff794498e7
] - doc:fs.*File()
also accept encoding strings (Rich Trott) #180698649fd31a
] - doc: add documentation for AtExit hook (Steve Sharp) #1014eb1856dfd1
] - doc: clarify stability of fs.watch and relatives (Rich Trott) #1775a74c2c9458
] - doc: state url decoding behavior (Josh Gummersall) #1731ba76a9d872
] - doc: remove bad semver-major entry from CHANGELOG (Rod Vagg) #1782a6a3f8c78d
] - doc: fix changelog s/2.0.3/2.1.0 (Rod Vagg)2c686fd3ce
] - http: flush stored header (Vladimir Kurchatkin) #16951eec5f091a
] - http: simplify code and remove unused properties (Brian White) #15721bbf8d0720
] - lib: speed up require(), phase 2 (Ben Noordhuis) #1801b14fd1a720
] - lib: speed up require(), phase 1 (Ben Noordhuis) #18015abd4ac079
] - lib: simplify nextTick() usage (Brian White) #16125759722cfa
] - src: fix module search path for preload modules (Ali Ijaz Sheikh) #1812a65762cab6
] - src: remove old code (Brendan Ashworth) #181993a44d5228
] - src: fix deferred events not working with -e (Ben Noordhuis) #17938059393934
] - test: check error type from net.Server.listen() (Rich Trott) #18214e90c82cdb
] - test: add heap profiler add-on regression test (Ben Noordhuis) #18286dfca71af0
] - test: don't lint autogenerated test/addons/doc-*/ (Ben Noordhuis) #1793c2b8b30836
] - test: remove stray copyright notices (Ben Noordhuis) #1793280fb01daf
] - test: fix deprecation warning in addons test (Ben Noordhuis) #17938606793999
] - tools: pass constant to logger instead of string (Johan Bergström) #1842fbd2b59716
] - tools: add objectLiteralShorthandProperties to .eslintrc (Evan Lucas) #176053e98cc1b4
] - win,node-gyp: enable delay-load hook by default (Bert Belder) #1763