-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Merged
Merged
Release proposal: v2.2.0 #1808
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mscdex
added
the
meta
Issues and PRs related to the general management of the project.
label
May 27, 2015
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.
This was referenced May 31, 2015
andrewdeandrade
pushed a commit
to andrewdeandrade/node
that referenced
this pull request
Jun 3, 2015
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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