News from 2017
-
Node v6.9.4 (LTS)
This is a special release that contains 0 commits. While promoting additional platforms for v6.9.3 after the release, the tarballs on the release server were overwritten and now have different shasums. In order to remove any ambiguity around the release we have opted to do a semver patch release with no changes.
-
Node v4.7.2 (LTS)
This is a special release that contains 0 commits. While promoting additional platforms for v4.7.1 after the release, the tarballs on the release server were overwritten and now have different shasums. In order to remove any ambiguity around the release we have opted to do a semver patch release with no changes.
- Node v7.4.0 (Current)
-
Node v4.7.1 (LTS)
While promoting additional platforms for v4.7.1 after the release, the tarballs on the release server were overwritten and now have different shasums. In order to remove any ambiguity around the release we have opted to do a semver patch release, v4.7.2, with no changes.
-
Node v6.9.3 (LTS)
While promoting additional platforms for v6.9.3 after the release, the tarballs on the release server were overwritten and now have different shasums. In order to remove any ambiguity around the release we have opted to do a semver patch release, v6.9.4, with no changes.
- build: shared library support is now working for AIX builds (Stewart Addison) #9675
- deps:
- inspector: /json/version returns object, not an object wrapped in an array (Ben Noordhuis) #9762
- module: using --debug-brk and --eval together now works as expected (Kelvin Jin) #8876
- process: improve performance of nextTick up to 20% (Evan Lucas) #8932
- repl:
- timers: Re canceling a cancelled timers will no longer throw (Jeremiah Senkpiel) #9685