Quantcast
Channel: Node.js Blog
Browsing all 682 articles
Browse latest View live

Node v0.8.0

I am thrilled to announce the arrival of a new stable version of Node.js. Compared with the v0.6 releases of Node, this release brings significant improvements in many key performance metrics, as well...

View Article


Version 0.6.21 (maintenance)

2012.08.03 Version 0.6.21 (maintenance) sunos: work around OS bug to prevent fs.watch() from spinning (Bryan Cantrill) net: make pause/resume work with connecting sockets (Bert Belder) Source Code:...

View Article


Version 0.8.8 (stable)

2012.08.22, Version 0.8.8 (Stable) V8: upgrade to 3.11.10.19 npm: upgrade to 1.1.59 windows: fix uninitialized memory access in uv_update_time() (Bert Belder) unix, windows: fix memory corruption in...

View Article

Version 0.9.1 (Unstable)

2012.08.28, Version 0.9.1 (Unstable) buffer: Add Buffer.isEncoding(enc) to test for valid encoding values (isaacs) Raise UV_ECANCELED on premature close. (Ben Noordhuis) Remove c-ares from libuv, move...

View Article

Version 0.8.9 (Stable)

2012.09.11, Version 0.8.9 (Stable) v8: upgrade to 3.11.10.22 GYP: upgrade to r1477 npm: Upgrade to 1.1.61 npm: Don't create world-writable files (isaacs) windows: fix single-accept mode for shared...

View Article


Version 0.9.2 (Unstable)

2012.09.17, Version 0.9.2 (Unstable) http_parser: upgrade to ad3b631 openssl: upgrade 1.0.1c darwin: use FSEvents to watch directory changes (Fedor Indutny) unix: support missing API on NetBSD (Shigeki...

View Article

Node v0.8.11 (Stable)

This is just a minor bugfix release to correct the regression in v0.8.10. If you haven't yet upgraded to v0.8.10, then please use this release instead. 2012.09.27, Version 0.8.11 (Stable) fs: Fix...

View Article

Bert Belder - libuv at LXJS 2012

Node core committer Bert Belder gave a talk at LXJS. If you are interested in how Node does asynchronous I/O across platforms, then you should definitely watch this video.

View Article


Node v0.8.12 (Stable)

2012.10.12, Version 0.8.12 (Stable) npm: Upgrade to 1.1.63 crypto: Reduce stability index to 2-Unstable (isaacs) windows: fix handle leak in uv_fs_utime (Bert Belder) windows: fix application crashed...

View Article


Node v0.9.3 (Unstable)

2012.10.24, Version 0.9.3 (Unstable) V8: Upgrade to 3.13.7.4 crypto: Default to buffers instead of binary strings (isaacs, Fedor Indutny) crypto: add getHashes() and getCiphers() (Ben Noordhuis) unix:...

View Article

Node v0.8.14 (Stable)

Note: v0.8.13 contains a regression in the EventEmitter class. This is a bugfix release, but contains no new features. Most of the release notes are copied from v0.8.13, since it didn't live long....

View Article

Node v0.8.13 (Stable)

Warning: This version contains a regression in the EventEmitter class. Please use 0.8.14 instead. 2012.10.25, Version 0.8.13 (Stable) V8: Upgrade to 3.11.10.25 npm: Upgrade to 1.1.65 url: parse...

View Article

Node v0.8.15 (Stable)

2012.11.26, Version 0.8.15 (Stable) npm: Upgrade to 1.1.66 (isaacs) linux: use /proc/cpuinfo for CPU frequency (Ben Noordhuis) windows: map WSAESHUTDOWN to UV_EPIPE (Ben Noordhuis) windows: map...

View Article


Node v0.8.16 (Stable)

2012.12.13, Version 0.8.16 (Stable) npm: Upgrade to 1.1.69 fs: fix WriteStream/ReadStream fd leaks (Ben Noordhuis) crypto: fix leak in GetPeerCertificate (Fedor Indutny) buffer: Don't double-negate...

View Article

A New Streaming API for Node v0.10

tl;dr Node streams are great, except for all the ways in which they're terrible. A new Stream implementation is coming in 0.10, that has gotten the nickname "streams2". Readable streams have a read()...

View Article


Node v0.9.4 (Unstable)

2012.12.21, Version 0.9.4 (Unstable) streams: Update all streaming interfaces to use new classes (isaacs) node: remove idle gc (Ben Noordhuis) http: protect against response splitting attacks (Bert...

View Article

Node v0.9.5 (Unstable)

2012.12.30, Version 0.9.5 (Unstable) assert: improve support for new execution contexts (lukebayes) domain: use camelCase instead of snake_case (isaacs) domain: Do not use uncaughtException handler...

View Article


Node v0.8.17 (Stable)

This release addresses a potential security vulnerability. If you do not use TypedArrays, then you're fine (but should still upgrade for other reasons, like better performance and npm...

View Article

Node v0.9.6 (Unstable)

2013.01.11, Version 0.9.6 (Unstable) V8: update to 3.15.11.5 node: remove ev-emul.h (Ben Noordhuis) path: make basename and extname ignore trailing slashes (Bert Belder) typed arrays: fix sunos...

View Article

Node v0.9.7 (Unstable)

2013.01.18, Version 0.9.7 (Unstable) V8: Upgrade to 3.15.11.7 npm: Upgrade to 1.2.2 punycode: Upgrade to 1.2.0 (Mathias Bynens) repl: make built-in modules available by default (Felix Böhm) windows:...

View Article
Browsing all 682 articles
Browse latest View live


Latest Images