Skip to content
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 1 commit into from
May 31, 2015
Merged

Release proposal: v2.2.0 #1808

merged 1 commit into from
May 31, 2015

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented May 31, 2015

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) #1760
  • [3a1bc067d4] - _Revert_ "core: set PROVIDER type as Persistent class id" (Ben Noordhuis) #1827
  • [f9fd554500] - deps: make node-gyp work with io.js (cjihrig) iojs/io.js#990
  • [c1afa53648] - deps: upgrade npm to 2.11.0 (Forrest L Norvell) iojs/io.js#1829
  • [ff794498e7] - doc: fs.*File() also accept encoding strings (Rich Trott) #1806
  • [98649fd31a] - doc: add documentation for AtExit hook (Steve Sharp) #1014
  • [eb1856dfd1] - doc: clarify stability of fs.watch and relatives (Rich Trott) #1775
  • [a74c2c9458] - doc: state url decoding behavior (Josh Gummersall) #1731
  • [ba76a9d872] - doc: remove bad semver-major entry from CHANGELOG (Rod Vagg) #1782
  • [a6a3f8c78d] - doc: fix changelog s/2.0.3/2.1.0 (Rod Vagg)
  • [2c686fd3ce] - http: flush stored header (Vladimir Kurchatkin) #1695
  • [1eec5f091a] - http: simplify code and remove unused properties (Brian White) #1572
  • [1bbf8d0720] - lib: speed up require(), phase 2 (Ben Noordhuis) #1801
  • [b14fd1a720] - lib: speed up require(), phase 1 (Ben Noordhuis) #1801
  • [5abd4ac079] - lib: simplify nextTick() usage (Brian White) #1612
  • [5759722cfa] - src: fix module search path for preload modules (Ali Ijaz Sheikh) #1812
  • [a65762cab6] - src: remove old code (Brendan Ashworth) #1819
  • [93a44d5228] - src: fix deferred events not working with -e (Ben Noordhuis) #1793
  • [8059393934] - test: check error type from net.Server.listen() (Rich Trott) #1821
  • [4e90c82cdb] - test: add heap profiler add-on regression test (Ben Noordhuis) #1828
  • [6dfca71af0] - test: don't lint autogenerated test/addons/doc-*/ (Ben Noordhuis) #1793
  • [c2b8b30836] - test: remove stray copyright notices (Ben Noordhuis) #1793
  • [280fb01daf] - test: fix deprecation warning in addons test (Ben Noordhuis) #1793
  • [8606793999] - tools: pass constant to logger instead of string (Johan Bergström) #1842
  • [fbd2b59716] - tools: add objectLiteralShorthandProperties to .eslintrc (Evan Lucas) #1760
  • [53e98cc1b4] - win,node-gyp: enable delay-load hook by default (Bert Belder) #1763

@mscdex mscdex added the meta Issues and PRs related to the general management of the project. label May 27, 2015
@jbergstroem
Copy link
Member

I want #1789 in too.

@silverwind
Copy link
Contributor

Looks like this is a semver-minor with #1760 in.

@rvagg
Copy link
Member Author

rvagg commented May 30, 2015

I'll try and get this out within the next 6 or so hours, shout if you don't want that to happen.

@rvagg rvagg changed the title Release proposal: v2.1.1 Release proposal: v2.2.0 May 30, 2015
@othiym23
Copy link
Contributor

npm@2.11.0 is now on master as c1afa53, f9fd554, and 53e98cc. Great if you want to include it, not a big deal if you don't.

@rvagg
Copy link
Member Author

rvagg commented May 31, 2015

@rvagg
Copy link
Member Author

rvagg commented May 31, 2015

converted this to a pull request for the release, notable items are (abbreviated):

  • node: Speed-up require() #1801.
  • node: Resolution of pre-load modules (-r or --require) now follows the standard require() rules #1812.
  • npm: Upgraded npm to v2.11.0

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.
@rvagg rvagg merged commit 0c57de5 into nodejs:master May 31, 2015
@rvagg rvagg deleted the v2.2.0-release branch May 31, 2015 06:06
@rvagg
Copy link
Member Author

rvagg commented 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
Labels
meta Issues and PRs related to the general management of the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants