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

Node v0.8.18 (Stable)

2013.01.18, Version 0.8.18 (Stable) npm: Upgrade to v1.2.2 dns: make error message match errno (Dan Milon) tls: follow RFC6125 more stricly (Fedor Indutny) buffer: reject negative SlowBuffer offsets...

View Article


Node v0.9.8 (Unstable)

2013.01.24, Version 0.9.8 (Unstable) npm: Upgrade to v1.2.3 V8: Upgrade to 3.15.11.10 streams: Support objects other than Buffers (Jake Verbaten) buffer: remove float write range checks (Trevor Norris)...

View Article


Node v0.8.19 (Stable)

2013.02.06, Version 0.8.19 (Stable) npm: Upgrade to v1.2.10 zlib: pass object size hint to V8 (Ben Noordhuis) zlib: reduce memory consumption, release early (Ben Noordhuis) buffer: slow buffer copy...

View Article

Node v0.9.9 (Unstable)

2013.02.07, Version 0.9.9 (Unstable) tls: port CryptoStream to streams2 (Fedor Indutny) typed arrays: only share ArrayBuffer backing store (Ben Noordhuis) stream: make Writable#end() accept a callback...

View Article

Peer Dependencies

Reposted from Domenic's blog with permission. Thanks! npm is awesome as a package manager. In particular, it handles sub-dependencies very well: if my package depends on request version 2 and...

View Article


Node v0.8.20 (Stable)

2013.02.15, Version 0.8.20 (Stable) npm: Upgrade to v1.2.11 http: Do not let Agent hand out destroyed sockets (isaacs) http: Raise hangup error on destroyed socket write (isaacs) http: protect against...

View Article

Node v0.9.10 (Unstable)

2013.02.19, Version 0.9.10 (Unstable) V8: Upgrade to 3.15.11.15 npm: Upgrade to 1.2.12 fs: Change default WriteStream config, increase perf (isaacs) process: streamlining tick callback logic (Trevor...

View Article

Node v0.8.21 (Stable)

2013.02.25, Version 0.8.21 (Stable) http: Do not free the wrong parser on socket close (isaacs) http: Handle hangup writes more gently (isaacs) zlib: fix assert on bad input (Ben Noordhuis) test: add...

View Article


Node v0.9.11 (Unstable)

2013.03.01, Version 0.9.11 (Unstable) V8: downgrade 3.14.5 openssl: update to 1.0.1e darwin: Make process.title work properly (Ben Noordhuis) fs: Support mode/flag options to read/append/writeFile...

View Article


Node v0.9.12 (Unstable)

As of this release, Node v0.9 is finally performing faster than v0.8 on HTTP, file system, and TLS benchmarks. Unless there are serious problems found, v0.10.0 will be released on Monday, 2013.03.11,...

View Article

Node v0.8.22 (Stable)

2013.03.07, Version 0.8.22 (Stable) npm: Update to 1.2.14 cluster: propagate bind errors (Ben Noordhuis) crypto: don't assert when calling Cipher#final() twice (Ben Noordhuis) build, windows: disable...

View Article

Node v0.10.0 (Stable)

I am pleased to announce a new stable version of Node. This branch brings significant improvements to many areas, with a focus on API polish, ease of use, and backwards compatibility. For a very brief...

View Article

Node v0.10.1 (Stable)

2013.03.21, Version 0.10.1 (Stable) npm: upgrade to 1.2.15 crypto: Improve performance of non-stream APIs (Fedor Indutny) tls: always reset this.ssl.error after handling (Fedor Indutny) tls: Prevent...

View Article


Node v0.10.2 (Stable)

2013.03.28, Version 0.10.2 (Stable) npm: Upgrade to 1.2.15 uv: Upgrade to 0.10.3 tls: handle SSL_ERROR_ZERO_RETURN (Fedor Indutny) tls: handle errors before calling C++ methods (Fedor Indutny) tls:...

View Article

Node v0.11.0 (Unstable)

2013.03.28, Version 0.11.0 (Unstable) V8: update to 3.17.13 os: use %SystemRoot% or %windir% in os.tmpdir() (Suwon Chae) util: fix util.inspect() line width calculation (Marcin Kostrzewa) buffer:...

View Article


Node v0.10.3 (Stable)

2013.04.03, Version 0.10.3 (Stable) npm: Upgrade to 1.2.17 child_process: acknowledge sent handles (Fedor Indutny) etw: update prototypes to match dtrace provider (Timothy J Fontaine) dtrace: pass more...

View Article

Node v0.8.23 (Legacy)

2013.04.09, Version 0.8.23 (Legacy) npm: Upgrade to v1.2.18 http: Avoid EE warning on ECONNREFUSED handling (isaacs) tls: Re-enable check of CN-ID in cert verification (Tobias Müllerleile)...

View Article


Node v0.10.4 (Stable)

2013.04.11, Version 0.10.4 (Stable) uv: Upgrade to 0.10.4 npm: Upgrade to 1.2.18 v8: Avoid excessive memory growth in JSON.parse (Fedor Indutny) child_process, cluster: fix O(n*m) scan of cmd string...

View Article

Node v0.11.1 (Unstable)

Note: This version does not work on 64-bit Windows systems Expect a fix for this bug in the next v0.11 release. As this is an unstable release, we opted to push out the changes for other systems,...

View Article

Node v0.10.5 (Stable)

2013.04.23, Version 0.10.5 (Stable) uv: Upgrade to 0.10.5 (isaacs) build: added support for Visual Studio 2012 (Miroslav Bajtoš) http: Don't try to destroy nonexistent sockets (isaacs) crypto:...

View Article
Browsing all 682 articles
Browse latest View live