Node.js JavaScript runtime 🐢🚀
Go to file
James M Snell 1a29a5773a 2016-04-26, Version 6.0.0 (Current) Release
The following significant (semver-major) changes have been made since the
previous Node v5.0.0 release.

* Buffer
  * New Buffer constructors have been added
    [#4682](https://github.com/nodejs/node/pull/4682)
  * Previously deprecated Buffer APIs are removed
    [#5048](https://github.com/nodejs/node/pull/5048),
    [#4594](https://github.com/nodejs/node/pull/4594)
  * Improved error handling [#4514](https://github.com/nodejs/node/pull/4514)
* Cluster
  * Worker emitted as first argument in 'message' event
    [#5361](https://github.com/nodejs/node/pull/5361).
* Crypto
  * Improved error handling [#3100](https://github.com/nodejs/node/pull/3100),
    [#5611](https://github.com/nodejs/node/pull/5611)
  * Simplified Certificate class bindings
    [#5382](https://github.com/nodejs/node/pull/5382)
  * Improved control over FIPS mode
    [#5181](https://github.com/nodejs/node/pull/5181)
  * pbkdf2 digest overloading is deprecated
    [#4047](https://github.com/nodejs/node/pull/4047)
* Dependencies
  * Reintroduce shared c-ares build support
    [#5775](https://github.com/nodejs/node/pull/5775).
  * V8 updated to 5.0.71.31 [#6111](https://github.com/nodejs/node/pull/6111).
* DNS
  * Add resolvePtr API to query plain DNS PTR records
    [#4921](https://github.com/nodejs/node/pull/4921).
* Domains
  * Clear stack when no error handler
  [#4659](https://github.com/nodejs/node/pull/4659).
* File System
  * The `fs.realpath()` and `fs.realpathSync()` methods have been updated
    to use a more efficient libuv implementation. This change includes the
    removal of the `cache` argument and the method can throw new errors
    [#3594](https://github.com/nodejs/node/pull/3594)
  * FS apis can now accept and return paths as Buffers
    [#5616](https://github.com/nodejs/node/pull/5616).
  * Error handling and type checking improvements
    [#5616](https://github.com/nodejs/node/pull/5616),
    [#5590](https://github.com/nodejs/node/pull/5590),
    [#4518](https://github.com/nodejs/node/pull/4518),
    [#3917](https://github.com/nodejs/node/pull/3917).
  * fs.read's string interface is deprecated
    [#4525](https://github.com/nodejs/node/pull/4525)
* HTTP
  * 'clientError' can now be used to return custom errors from an
    HTTP server [#4557](https://github.com/nodejs/node/pull/4557).
* Modules
  * Current directory is now prioritized for local lookups
    [#5689](https://github.com/nodejs/node/pull/5689)
  * Symbolic links are preserved when requiring modules
    [#5950](https://github.com/nodejs/node/pull/5950)
* Net
  * DNS hints no longer implicitly set
    [#6021](https://github.com/nodejs/node/pull/6021).
  * Improved error handling and type checking
    [#5981](https://github.com/nodejs/node/pull/5981),
    [#5733](https://github.com/nodejs/node/pull/5733),
    [#2904](https://github.com/nodejs/node/pull/2904)
* OS X
  * MACOSX_DEPLOYMENT_TARGET has been bumped up to 10.7
    [#6402](https://github.com/nodejs/node/pull/6402).
* Path
  * Improved type checking [#5348](https://github.com/nodejs/node/pull/5348).
* Process
  * Introduce process warnings API
    [#4782](https://github.com/nodejs/node/pull/4782).
  * Throw exception when non-function passed to nextTick
    [#3860](https://github.com/nodejs/node/pull/3860).
* Readline
  * Emit key info unconditionally
    [#6024](https://github.com/nodejs/node/pull/6024)
* REPL
  * Assignment to `_` will emit a warning.
    [#5535](https://github.com/nodejs/node/pull/5535)
* Timers
  * Fail early when callback is not a function
    [#4362](https://github.com/nodejs/node/pull/4362)
* TLS
  * Rename 'clientError' to 'tlsClientError'
    [#4557](https://github.com/nodejs/node/pull/4557)
  * SHA1 used for sessionIdContext
    [#3866](https://github.com/nodejs/node/pull/3866)
* TTY
  * Previously deprecated setRawMode wrapper is removed
    [#2528](https://github.com/nodejs/node/pull/2528).
* Util
  * Changes to Error object formatting
    [#4582](https://github.com/nodejs/node/pull/4582).
* Windows
  * Windows XP and Vista are no longer supported
    [#5167](https://github.com/nodejs/node/pull/5167),
    [#5167](https://github.com/nodejs/node/pull/5167).
2016-04-26 13:05:32 -07:00
.github doc: improve github templates by using comments 2016-04-06 09:20:02 +10:00
benchmark test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
deps deps: upgrade to V8 5.0.71.35 2016-04-25 09:29:26 -07:00
doc doc: fix position of fs.readSync() 2016-04-26 12:55:56 -04:00
lib buffer: safeguard against accidental kNoZeroFill 2016-04-26 10:04:35 -07:00
src 2016-04-26, Version 6.0.0 (Current) Release 2016-04-26 13:05:32 -07:00
test readline: allow history to be disabled 2016-04-26 02:31:05 +02:00
tools tools: rewrite check-install.sh in python 2016-04-25 19:22:50 +05:30
.editorconfig tools: add .editorconfig 2015-12-16 16:23:32 +01:00
.eslintignore tools: enable linting for v8_prof_processor.js 2016-04-20 08:33:59 -07:00
.eslintrc tools: enforce deepStrictEqual over deepEqual 2016-04-22 14:39:53 -07:00
.gitattributes src: limit .gitattributes eol to vcbuild.bat 2015-01-13 22:33:52 +11:00
.gitignore gitignore: adding .vs/ directory to .gitignore 2016-04-18 15:55:35 -07:00
.mailmap doc: update AUTHORS list 2015-12-15 17:10:52 +11:00
android-configure build: update android-configure script for npm 2016-04-22 22:12:53 +02:00
AUTHORS doc: update authors 2016-04-26 09:50:21 -07:00
BSDmakefile node: rename from io.js to node 2015-08-23 17:59:43 -04:00
BUILDING.md doc: note about Android support 2016-04-06 10:57:24 -07:00
CHANGELOG.md 2016-04-26, Version 6.0.0 (Current) Release 2016-04-26 13:05:32 -07:00
CODE_OF_CONDUCT.md doc: clarify code of conduct reporting 2016-02-08 11:55:03 -05:00
COLLABORATOR_GUIDE.md collaborator_guide: clarify commit message rules 2016-03-13 12:04:58 -05:00
common.gypi build: Bump MACOSX_DEPLOYMENT_TARGET to 10.7 2016-04-26 10:17:27 -07:00
configure deps: reintroduce supporting shared c-ares builds 2016-04-05 19:45:53 +10:00
CONTRIBUTING.md doc: fix a typo in the CONTRIBUTING.md 2016-04-22 08:35:39 -07:00
GOVERNANCE.md governance: remove target size for CTC 2016-03-30 14:05:43 -07:00
LICENSE tools: fix license-builder.sh again for ICU 2016-04-18 15:58:22 -07:00
Makefile tools: rewrite check-install.sh in python 2016-04-25 19:22:50 +05:30
node.gyp src: add process.binding('config') 2016-04-21 11:37:37 -07:00
README.md doc: change references to Stable to Current 2016-04-26 09:52:44 -07:00
ROADMAP.md doc: update NAN urls in ROADMAP.md and doc/releases.md 2016-03-02 10:04:17 -08:00
vcbuild.bat tools: improve js linter 2016-04-15 00:40:02 -04:00
WORKING_GROUPS.md meta: add "joining a wg" section to WORKING_GROUPS.md 2016-04-01 22:50:25 -07:00

Node.js

![Gitter](https://badges.gitter.im/Join Chat.svg)

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. The Node.js package ecosystem, npm, is the largest ecosystem of open source libraries in the world.

The Node.js project is supported by the Node.js Foundation. Contributions, policies and releases are managed under an open governance model. We are also bound by a Code of Conduct.

If you need help using or installing Node.js, please use the nodejs/help issue tracker.

Release Types

The Node.js project maintains multiple types of releases:

  • Current: Released from active development branches of this repository, versioned by SemVer and signed by a member of the Release Team. Code for Current releases is organized in this repository by major version number, For example: v4.x. The major version number of Current releases will increment every 6 months allowing for breaking changes to be introduced. This happens in April and October every year. Current release lines beginning in October each year have a maximum support life of 8 months. Current release lines beginning in April each year will convert to LTS (see below) after 6 months and receive further support for 30 months.
  • LTS: Releases that receive Long-term Support, with a focus on stability and security. Every second Current release line (major version) will become an LTS line and receive 18 months of Active LTS support and a further 12 months of Maintenance. LTS release lines are given alphabetically ordered codenames, beginning with v4 Argon. LTS releases are less frequent and will attempt to maintain consistent major and minor version numbers, only incrementing patch version numbers. There are no breaking changes or feature additions, except in some special circumstances. More information can be found in the LTS README.
  • Nightly: Versions of code in this repository on the current Current branch, automatically built every 24-hours where changes exist. Use with caution.

Download

Binaries, installers, and source tarballs are available at https://nodejs.org.

Current and LTS releases are available at https://nodejs.org/download/release/, listed under their version strings. The latest directory is an alias for the latest Current release. The latest LTS release from an LTS line is available in the form: latest-codename. For example: https://nodejs.org/download/release/latest-argon

Nightly builds are available at https://nodejs.org/download/nightly/, listed under their version string which includes their date (in UTC time) and the commit SHA at the HEAD of the release.

API documentation is available in each release and nightly directory under docs. https://nodejs.org/api/ points to the API documentation of the latest stable version.

Verifying Binaries

Current, LTS and Nightly download directories all contain a SHASUM256.txt file that lists the SHA checksums for each file available for download.

The SHASUM256.txt can be downloaded using curl.

$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt

To check that a downloaded file matches the checksum, run it through sha256sum with a command such as:

$ grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -

(Where "node-vx.y.z.tar.gz" is the name of the file you have downloaded)

Additionally, Current and LTS releases (not Nightlies) have GPG signed copies of SHASUM256.txt files available as SHASUM256.txt.asc. You can use gpg to verify that the file has not been tampered with.

To verify a SHASUM256.txt.asc, you will first need to import all of the GPG keys of individuals authorized to create releases. They are listed at the bottom of this README under Release Team. Use a command such as this to import the keys:

$ gpg --keyserver pool.sks-keyservers.net \
  --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D

(See the bottom of this README for a full script to import active release keys)

You can then use gpg --verify SHASUMS256.txt.asc to verify that the file has been signed by an authorized member of the Node.js team.

Once verified, use the SHASUMS256.txt.asc file to get the checksum for the binary verification command above.

Building Node.js

See BUILDING.md for instructions on how to build Node.js from source.

Resources for Newcomers

Security

All security bugs in Node.js are taken seriously and should be reported by emailing security@nodejs.org. This will be delivered to a subset of the project team who handle security issues. Please don't disclose security bugs publicly until they have been handled by the security team.

Your email will be acknowledged within 24 hours, and youll receive a more detailed response to your email within 48 hours indicating the next steps in handling your report.

Current Project Team Members

The Node.js project team comprises a group of core collaborators and a sub-group that forms the Core Technical Committee (CTC) which governs the project. For more information about the governance of the Node.js project, see GOVERNANCE.md.

CTC (Core Technical Committee)

  • bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
  • ChALkeR - Сковорода Никита Андреевич <chalkerx@gmail.com>
  • chrisdickinson - Chris Dickinson <christopher.s.dickinson@gmail.com>
  • cjihrig - Colin Ihrig <cjihrig@gmail.com>
  • evanlucas - Evan Lucas <evanlucas@me.com>
  • fishrock123 - Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • indutny - Fedor Indutny <fedor.indutny@gmail.com>
  • jasnell - James M Snell <jasnell@gmail.com>
  • mhdawson - Michael Dawson <michael_dawson@ca.ibm.com>
  • misterdjules - Julien Gilli <jgilli@nodejs.org>
  • mscdex - Brian White <mscdex@mscdex.net>
  • ofrobots - Ali Ijaz Sheikh <ofrobots@google.com>
  • orangemocha - Alexis Campailla <orangemocha@nodejs.org>
  • piscisaureus - Bert Belder <bertbelder@gmail.com>
  • rvagg - Rod Vagg <rod@vagg.org>
  • shigeki - Shigeki Ohtsu <ohtsu@iij.ad.jp>
  • trevnorris - Trevor Norris <trev.norris@gmail.com>
  • Trott - Rich Trott <rtrott@gmail.com>

Collaborators

  • addaleax - Anna Henningsen <anna@addaleax.net>
  • AndreasMadsen - Andreas Madsen <amwebdk@gmail.com>
  • benjamingr - Benjamin Gruenbaum <benjamingr@gmail.com>
  • brendanashworth - Brendan Ashworth <brendan.ashworth@me.com>
  • calvinmetcalf - Calvin Metcalf <calvin.metcalf@gmail.com>
  • claudiorodriguez - Claudio Rodriguez <cjrodr@yahoo.com>
  • domenic - Domenic Denicola <d@domenic.me>
  • eljefedelrodeodeljefe - Robert Lindstaedt <robert.lindstaedt@gmail.com>
  • estliberitas - Alexander Makarenko <estliberitas@gmail.com>
  • geek - Wyatt Preul <wpreul@gmail.com>
  • iarna - Rebecca Turner <me@re-becca.org>
  • isaacs - Isaac Z. Schlueter <i@izs.me>
  • iWuzHere - Imran Iqbal <imran@imraniqbal.org>
  • JacksonTian - Jackson Tian <shvyo1987@gmail.com>
  • jbergstroem - Johan Bergström <bugs@bergstroem.nu>
  • joaocgreis - João Reis <reis@janeasystems.com>
  • julianduque - Julian Duque <julianduquej@gmail.com>
  • JungMinu - Minwoo Jung <jmwsoft@gmail.com>
  • lxe - Aleksey Smolenchuk <lxe@lxe.co>
  • matthewloring - Matthew Loring <mattloring@google.com>
  • mcollina - Matteo Collina <matteo.collina@gmail.com>
  • micnic - Nicu Micleușanu <micnic90@gmail.com>
  • mikeal - Mikeal Rogers <mikeal.rogers@gmail.com>
  • monsanto - Christopher Monsanto <chris@monsan.to>
  • Olegas - Oleg Elifantiev <oleg@elifantiev.ru>
  • petkaantonov - Petka Antonov <petka_antonov@hotmail.com>
  • phillipj - Phillip Johnsen <johphi@gmail.com>
  • pmq20 - Minqi Pan <pmq2001@gmail.com>
  • qard - Stephen Belanger <admin@stephenbelanger.com>
  • rlidwka - Alex Kocharin <alex@kocharin.ru>
  • rmg - Ryan Graham <r.m.graham@gmail.com>
  • robertkowalski - Robert Kowalski <rok@kowalski.gd>
  • romankl - Roman Klauke <romaaan.git@gmail.com>
  • ronkorving - Ron Korving <ron@ronkorving.nl>
  • saghul - Saúl Ibarra Corretgé <saghul@gmail.com>
  • sam-github - Sam Roberts <vieuxtech@gmail.com>
  • santigimeno - Santiago Gimeno <santiago.gimeno@gmail.com>
  • seishun - Nikolai Vavilov <vvnicholas@gmail.com>
  • silverwind - Roman Reiss <me@silverwind.io>
  • srl295 - Steven R Loomis <srloomis@us.ibm.com>
  • stefanmb - Stefan Budeanu <stefan@budeanu.com>
  • targos - Michaël Zasso <mic.besace@gmail.com>
  • tellnes - Christian Tellnes <christian@tellnes.no>
  • thealphanerd - Myles Borins <myles.borins@gmail.com>
  • thefourtheye - Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
  • thekemkid - Glen Keane <glenkeane.94@gmail.com>
  • thlorenz - Thorsten Lorenz <thlorenz@gmx.de>
  • tunniclm - Mike Tunnicliffe <m.j.tunnicliffe@gmail.com>
  • vkurchatkin - Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com>
  • whitlockjc - Jeremy Whitlock <jwhitlock@apache.org>
  • yosuke-furukawa - Yosuke Furukawa <yosuke.furukawa@gmail.com>
  • zkat - Kat Marchán <kzm@sykosomatic.org>

Collaborators & CTC members follow the COLLABORATOR_GUIDE.md in maintaining the Node.js project.

Release Team

Releases of Node.js and io.js will be signed with one of the following GPG keys:

  • Chris Dickinson <christopher.s.dickinson@gmail.com> 9554F04D7259F04124DE6B476D5A82AC7E37093B
  • Colin Ihrig <cjihrig@gmail.com> 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
  • Evan Lucas <evanlucas@me.com> B9AE9905FFD7803F25714661B63B535A4C206CA9
  • James M Snell <jasnell@keybase.io> 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
  • Jeremiah Senkpiel <fishrock@keybase.io> FD3A5288F042B6850C66B31F09FE44734EB7990E
  • Myles Borins <myles.borins@gmail.com> C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
  • Rod Vagg <rod@vagg.org> DD8F2338BAE7501E3DD5AC78C273792F7D83545D
  • Sam Roberts <octetcloud@keybase.io> 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93

The full set of trusted release keys can be imported by running:

gpg --keyserver pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B
gpg --keyserver pool.sks-keyservers.net --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
gpg --keyserver pool.sks-keyservers.net --recv-keys 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93
gpg --keyserver pool.sks-keyservers.net --recv-keys FD3A5288F042B6850C66B31F09FE44734EB7990E
gpg --keyserver pool.sks-keyservers.net --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
gpg --keyserver pool.sks-keyservers.net --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
gpg --keyserver pool.sks-keyservers.net --recv-keys B9AE9905FFD7803F25714661B63B535A4C206CA9

See the section above on Verifying Binaries for details on what to do with these keys to verify that a downloaded file is official.

Previous releases of Node.js have been signed with one of the following GPG keys:

  • Isaac Z. Schlueter <i@izs.me> 93C7E9E91B49E432C2F75674B0A78B0A6C481CF6
  • Julien Gilli <jgilli@fastmail.fm> 114F43EE0176B71C7BC219DD50A3051F888C628D
  • Timothy J Fontaine <tjfontaine@gmail.com> 7937DFD2AB06298B2293C3187D33FF9D0246406D