Tags

Tags give the ability to mark specific points in history as being important
  • v0.10.6

    2013.05.14, Version 0.10.6 (Stable)
    
    * module: Deprecate require.extensions (isaacs)
    
    * stream: make Readable.wrap support objectMode, empty streams (Daniel Moore)
    
    * child_process: fix handle delivery (Ben Noordhuis)
    
    * crypto: Fix performance regression (isaacs)
    
    * src: DRY string encoding/decoding (isaacs)
    
  • v0.11.2

    2013.05.13, Version 0.11.2 (Unstable)
    
    * uv: Upgrade to 0.11.2
    
    * V8: Upgrade to 3.19.0
    
    * npm: Upgrade to 1.2.21
    
    * build: Makefile should respect configure --prefix (Timothy J Fontaine)
    
    * cluster: use round-robin load balancing (Ben Noordhuis)
    
    * debugger, cluster: each worker has new debug port (Miroslav Bajtoš)
    
    * debugger: `restart` with custom debug port (Miroslav Bajtoš)
    
    * debugger: breakpoints in scripts not loaded yet (Miroslav Bajtoš)
    
    * event: EventEmitter#setMaxListeners() returns this (Sam Roberts)
    
    * events: add EventEmitter.defaultMaxListeners (Ben Noordhuis)
    
    * install: Support $(PREFIX) install target directory prefix (Olof Johansson)
    
    * os: Include netmask in os.networkInterfaces() (Ben Kelly)
    
    * path: add path.isAbsolute(path) (Ryan Doenges)
    
    * stream: Guarantee ordering of 'finish' event (isaacs)
    
    * streams: introduce .cork/.uncork/._writev (Fedor Indutny)
    
    * vm: add support for timeout argument (Andrew Paprocki)
    
  • v0.10.5

    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: LazyTransform on properties, not methods (isaacs)
    
    * assert: put info in err.message, not err.name (Ryan Doenges)
    
    * dgram: fix no address bind() (Ben Noordhuis)
    
    * handle_wrap: fix NULL pointer dereference (Ben Noordhuis)
    
    * os: fix unlikely buffer overflow in os.type() (Ben Noordhuis)
    
    * stream: Fix unshift() race conditions (isaacs)
    
  • v0.11.1

    2013.04.19, Version 0.11.1 (Unstable)
    
    * V8: upgrade to 3.18.0
    
    * uv: Upgrade to v0.11.1
    
    * http: split into multiple separate modules (Timothy J Fontaine)
    
    * http: escape unsafe characters in request path (Ben Noordhuis)
    
    * url: Escape all unwise characters (isaacs)
    
    * build: depend on v8 postmortem-metadata if enabled (Paddy Byers)
    
    * etw: update prototypes to match dtrace provider (Timothy J Fontaine)
    
    * buffer: change output of Buffer.prototype.toJSON() (David Braun)
    
    * dtrace: actually use the _handle.fd value (Timothy J Fontaine)
    
    * dtrace: pass more arguments to probes (Dave Pacheco)
    
    * build: allow building with dtrace on osx (Dave Pacheco)
    
    * zlib: allow passing options to convenience methods (Kyle Robinson Young)
    
  • v0.10.4

    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 (Ben Noordhuis)
    
    * net: fix socket.bytesWritten Buffers support (Fedor Indutny)
    
    * buffer: fix offset checks (Łukasz Walukiewicz)
    
    * stream: call write cb before finish event (isaacs)
    
    * http: Support write(data, 'hex') (isaacs)
    
    * crypto: dh secret should be left-padded (Fedor Indutny)
    
    * process: expose NODE_MODULE_VERSION in process.versions (Rod Vagg)
    
    * crypto: fix constructor call in crypto streams (Andreas Madsen)
    
    * net: account for encoding in .byteLength (Fedor Indutny)
    
    * net: fix buffer iteration in bytesWritten (Fedor Indutny)
    
    * crypto: zero is not an error if writing 0 bytes (Fedor Indutny)
    
    * tls: Re-enable check of CN-ID in cert verification (Tobias Müllerleile)
    
  • v0.8.23

    2013.04.09, Version 0.8.23 (maintenance)
    
    * 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)
    
    * child_process: fix sending utf-8 to child process (Ben Noordhuis)
    
    * crypto: check key type in GetPeerCertificate() (Ben Noordhuis)
    
    * win/openssl: mark assembled object files as seh safe (Bert Belder)
    
    * windows/msi: fix msi build issue with WiX 3.7/3.8 (Raymond Feng)
    
  • v0.10.3

    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 arguments to probes (Dave Pacheco)
    
    * build: allow building with dtrace on osx (Dave Pacheco)
    
    * http: Remove legacy ECONNRESET workaround code (isaacs)
    
    * http: Ensure socket cleanup on client response end (isaacs)
    
    * tls: Destroy socket when encrypted side closes (isaacs)
    
    * repl: isSyntaxError() catches "strict mode" errors (Nathan Rajlich)
    
    * crypto: Pass options to ctor calls (isaacs)
    
    * src: tie process.versions.uv to uv_version_string() (Ben Noordhuis)
    
  • v0.11.0

    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: remove _charsWritten (Trevor Norris)
    
    * fs: uv_[fl]stat now reports subsecond resolution (Timothy J Fontaine)
    
    * fs: Throw if error raised and missing callback (bnoordhuis)
    
    * tls: expose SSL_CTX_set_timeout via tls.createServer (Manav Rathi)
    
    * tls: remove harmful unnecessary bounds checking (Marcel Laverdet)
    
    * buffer: write ascii strings using WriteOneByte (Trevor Norris)
    
    * dtrace: fix generation of v8 constants on freebsd (Fedor Indutny)
    
    * dtrace: x64 ustack helper (Fedor Indutny)
    
    * readline: handle wide characters properly (Nao Iizuka)
    
    * repl: Use a domain to catch async errors safely (isaacs)
    
    * repl: emit 'reset' event when context is reset (Sami Samhuri)
    
    * util: custom `inspect()` method may return an Object (Nathan Rajlich)
    
    * console: `console.dir()` bypasses inspect() methods (Nathan Rajlich)
    
  • v0.10.2

    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: remove harmful unnecessary bounds checking (Marcel Laverdet)
    
    * crypto: make getCiphers() return non-SSL ciphers (Ben Noordhuis)
    
    * crypto: check randomBytes() size argument (Ben Noordhuis)
    
    * timers: do not calculate Timeout._when property (Alexey Kupershtokh)
    
    * timers: fix off-by-one ms error (Alexey Kupershtokh)
    
    * timers: handle signed int32 overflow in enroll() (Fedor Indutny)
    
    * stream: Fix stall in Transform under very specific conditions (Gil Pedersen)
    
    * stream: Handle late 'readable' event listeners (isaacs)
    
    * stream: Fix early end in Writables on zero-length writes (isaacs)
    
    * domain: fix domain callback from MakeCallback (Trevor Norris)
    
    * child_process: don't emit same handle twice (Ben Noordhuis)
    
    * child_process: fix sending utf-8 to child process (Ben Noordhuis)
    
  • v0.10.1

    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 mid-stream hangs (Fedor Indutny, isaacs)
    
    * net: improve arbitrary tcp socket support (Ben Noordhuis)
    
    * net: handle 'finish' event only after 'connect' (Fedor Indutny)
    
    * http: Don't hot-path end() for large buffers (isaacs)
    
    * fs: Missing cb errors are deprecated, not a throw (isaacs)
    
    * fs: make write/appendFileSync correctly set file mode (Raymond Feng)
    
    * stream: Return self from readable.wrap (isaacs)
    
    * stream: Never call decoder.end() multiple times (Gil Pedersen)
    
    * windows: enable watching signals with process.on('SIGXYZ') (Bert Belder)
    
    * node: revert removal of MakeCallback (Trevor Norris)
    
    * node: Unwrap without aborting in handle fd getter (isaacs)
    
  • v0.10.0

    2013.03.11, Version 0.10.0 (Stable)
    
    * npm: Upgrade to 1.2.14
    
    * core: Append filename properly in dlopen on windows (isaacs)
    
    * zlib: Manage flush flags appropriately (isaacs)
    
    * domains: Handle errors thrown in nested error handlers (isaacs)
    
    * buffer: Strip high bits when converting to ascii (Ben Noordhuis)
    
    * win/msi: Enable modify and repair (Bert Belder)
    
    * win/msi: Add feature selection for various node parts (Bert Belder)
    
    * win/msi: use consistent registry key paths (Bert Belder)
    
    * child_process: support sending dgram socket (Andreas Madsen)
    
    * fs: Raise EISDIR on Windows when calling fs.read/write on a dir (isaacs)
    
    * unix: fix strict aliasing warnings, macro-ify functions (Ben Noordhuis)
    
    * unix: honor UV_THREADPOOL_SIZE environment var (Ben Noordhuis)
    
    * win/tty: fix typo in color attributes enumeration (Bert Belder)
    
    * win/tty: don't touch insert mode or quick edit mode (Bert Belder)
    
  • v0.8.22

    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 SEH (Ben Noordhuis)
    
  • v0.9.12

    2013.03.06, Version 0.9.12 (Unstable)
    
    * stream: Allow strings in Readable.push/unshift (isaacs)
    
    * stream: Remove bufferSize option (isaacs)
    
    * stream: Increase highWaterMark on large reads (isaacs)
    
    * stream: _write: takes an encoding argument (isaacs)
    
    * stream: _transform: remove no output() method, provide encoding (isaacs)
    
    * stream: Don't require read(0) to emit 'readable' event (isaacs)
    
    * node: Add --throw-deprecation (isaacs)
    
    * http: fix multiple timeout events (Eugene Girshov)
    
    * http: More useful setTimeout API on server (isaacs)
    
    * net: use close callback, not process.nextTick (Ben Noordhuis)
    
    * net: Provide better error when writing after FIN (isaacs)
    
    * dns: Support NAPTR queries (Pavel Lang)
    
    * dns: fix ReferenceError in resolve() error path (Xidorn Quan)
    
    * child_process: handle ENOENT correctly on Windows (Scott Blomquist)
    
    * cluster: Rename destroy() to kill(signal=SIGTERM) (isaacs)
    
    * build: define nightly tag external to build system (Timothy J Fontaine)
    
    * build: make msi build work when spaces are present in the path (Bert Belder)
    
    * build: fix msi build issue with WiX 3.7/3.8 (Raymond Feng)
    
    * repl: make compatible with domains (Dave Olszewski)
    
    * events: Code cleanup and performance improvements (Trevor Norris)
    
  • v0.9.11

    2013.03.01, Version 0.9.10 (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 (isaacs)
    
    * stream: _read() no longer takes a callback (isaacs)
    
    * stream: Add stream.unshift(chunk) (isaacs)
    
    * stream: remove lowWaterMark feature (isaacs)
    
    * net: omit superfluous 'connect' event (Ben Noordhuis)
    
    * build, windows: disable SEH (Ben Noordhuis)
    
    * core: remove errno global (Ben Noordhuis)
    
    * core: Remove the nextTick for running the main file (isaacs)
    
    * core: Mark exit() calls with status codes (isaacs)
    
    * core: Fix debug signal handler race condition lock (isaacs)
    
    * crypto: clear error stack (Ben Noordhuis)
    
    * test: optionally set common.PORT via env variable (Timothy J Fontaine)
    
    * path: Throw TypeError on non-string args to path.resolve/join (isaacs, Arianit Uka)
    
    * crypto: fix uninitialized memory access in openssl (Ben Noordhuis)
    
  • v0.8.21

    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 TAP output to the test runner (Timothy J Fontaine)
    
  • v0.9.10

    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 Norris)
    
    * stream_wrap, udp_wrap: add read-only fd property (Ben Noordhuis)
    
    * buffer: accept negative indices in Buffer#slice() (Ben Noordhuis)
    
    * tls: Cycle data when underlying socket drains (isaacs)
    
    * stream: read(0) should not always trigger _read(n,cb) (isaacs)
    
    * stream: Empty strings/buffers do not signal EOF any longer (isaacs)
    
    * crypto: improve cipher/decipher error messages (Ben Noordhuis)
    
    * net: Respect the 'readable' flag on sockets (isaacs)
    
    * net: don't suppress ECONNRESET (Ben Noordhuis)
    
    * typed arrays: copy Buffer in typed array constructor (Ben Noordhuis)
    
    * typed arrays: make DataView throw on non-ArrayBuffer (Ben Noordhuis)
    
    * windows: MSI installer enhancements (Scott Blomquist, Jim Schubert)
    
  • v0.8.20

    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 response splitting attacks (Bert Belder)
    
  • v0.9.9

    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 function (Nathan Rajlich)
    
    * buffer: optimize 'hex' handling (Ben Noordhuis)
    
    * dns, cares: don't filter NOTIMP, REFUSED, SERVFAIL (Ben Noordhuis)
    
    * readline: treat bare \r as a line ending (isaacs)
    
    * readline: make \r\n emit one 'line' event (Ben Noordhuis)
    
    * cluster: support datagram sockets (Bert Belder)
    
    * stream: Correct Transform class backpressure (isaacs)
    
    * addon: Pass module object to NODE_MODULE init function (isaacs, Rod Vagg)
    
    * buffer: slow buffer copy compatibility fix (Trevor Norris)
    
    * Add bytesWritten to tls.CryptoStream (Andy Burke)
    
  • v0.8.19

    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 compatibility fix (Trevor Norris)
    
    * zlib: don't assert on malformed dictionary (Ben Noordhuis)
    
    * zlib: don't assert on missing dictionary (Ben Noordhuis)
    
    * windows: better ipv6 support (Bert Belder)
    
    * windows: add error mappings related to unsupported protocols (Bert Belder)
    
    * windows: map ERROR_DIRECTORY to UV_ENOENT (Bert Belder)
    
  • v0.9.8

    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)
    
    * http: close connection on 304/204 responses with chunked encoding (Ben Noordhuis)
    
    * build: fix build with dtrace support on FreeBSD (Fedor Indutny)
    
    * console: Support formatting options in trace() (isaacs)
    
    * domain: empty stack on all exceptions (Dave Olszewski)
    
    * unix, windows: make uv_*_bind() error codes consistent (Andrius Bentkus)
    
    * linux: add futimes() fallback (Ben Noordhuis)