Skip to content

Instantly share code, notes, and snippets.

@MylesBorins
Last active January 6, 2017 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MylesBorins/fc37b3bde0e7d2e7c18c7c8b15c133d7 to your computer and use it in GitHub Desktop.
Save MylesBorins/fc37b3bde0e7d2e7c18c7c8b15c133d7 to your computer and use it in GitHub Desktop.
audit-v4.x semver minors
  • [f2ef850f11] - (SEMVER-MINOR) fs: support Uint8Array input to methods (Anna Henningsen) #10382
  • [2d23562588] - (SEMVER-MINOR) src/doc: improve man page and --help (Roman Reiss) #10157
  • [0b44384561] - (SEMVER-MINOR) tls: allow obvious key/passphrase combinations (Sam Roberts) #10294
  • [5d14602181] - (SEMVER-MINOR) cluster: return worker reference from disconnect() (Sean Villars) #10019
  • [6b86ecc007] - (SEMVER-MINOR) crypto: return this in setAuthTag/setAAD (Kirill Fomichev) #9398
  • [6b1a8d03c7] - (SEMVER-MINOR) dns: implement {ttl: true} for dns.resolve6() (Ben Noordhuis) #9296
  • [c31b507b94] - (SEMVER-MINOR) dns: implement {ttl: true} for dns.resolve4() (Ben Noordhuis) #9296
  • [1a55e9a567] - (SEMVER-MINOR) src: default --icu_case_mapping on as a v8 option (Steven R. Loomis) #9454
  • [2dcb7f3826] - (SEMVER-MINOR) child_process: add public API for IPC channel (cjihrig) #9322
  • [40366df885] - (SEMVER-MINOR) deps: Intl: ICU 58 bump - small icu (BIG COMMIT) (Steven R. Loomis) #9234
  • [03023fa7ae] - (SEMVER-MINOR) deps: Intl: ICU 58 bump: configure/LICENSE/docs (Steven R. Loomis) #9234
  • [e8eaaa7724] - (SEMVER-MINOR) buffer: add buffer.transcode (James M Snell) #9038
  • [72547fe28d] - (SEMVER-MINOR) readline: use icu based string width calculation (James M Snell) #9040
  • [d3b1a2b4dd] - (SEMVER-MINOR) src: add NODE_PRESERVE_SYMLINKS environment variable (Marc Udoff) #8749
  • [2a4b068aca] - (SEMVER-MINOR) stream: proper instanceof for Writables (Anna Henningsen) #8834
  • [7b5ffa46fe] - (SEMVER-MINOR) fs,doc: undeprecate existsSync (Dan Fabulich) #8364
  • [6023ba114a] - (SEMVER-MINOR) crypto: don't build hardware engines (Ben Noordhuis) nodejs/node-private#73
  • [ca5f8f80e3] - (SEMVER-MINOR) http: check reason chars in writeHead (Evan Lucas) nodejs/node-private#60
  • [ce7d3077dc] - (SEMVER-MINOR) util: Add format for SharedArrayBuffer (Yosuke Furukawa) #8587
  • [c9b59e8387] - (SEMVER-MINOR) http: socket connection timeout for http request (Rene Weber) #8101
  • [c21458a15d] - (SEMVER-MINOR) buffer: expose underlying buffer object always (Sakthipriyan Vairamani) #8311
  • [a634554fca] - (SEMVER-MINOR) readline: key interval delay for \r & \n (Prince J Wesley) #8109
  • [079acccb56] - (SEMVER-MINOR) crypto: add crypto.timingSafeEqual() (not-an-aardvark) #8304
  • [932c824c60] - (SEMVER-MINOR) events: make memory leak warning more accessible (Anna Henningsen) #8298
  • [5bef38b627] - (SEMVER-MINOR) repl: Auto alignment for .editor mode (Prince J Wesley) #8241
  • [1a6a69a8e0] - (SEMVER-MINOR) util: add inspect.defaultOptions (Roman Reiss) #8013
  • [4a87abb8e8] - (SEMVER-MINOR) fs: add bytesRead to ReadStream (Linus Unnebäck) #7942
  • [99f45b2476] - (SEMVER-MINOR) child_process: control argv0 for spawned processes (Pat Pannuto) #7696
  • [a804db1af7] - (SEMVER-MINOR) process: save original argv[0] (Pat Pannuto) #7696
  • [359352c9e9] - (SEMVER-MINOR) build: export zlib symbols on Windows (Alex Hultman) #7983
  • [b779eb423d] - (SEMVER-MINOR) repl: Add editor mode support (Prince J Wesley) #7275
  • [75c6d9dd95] - (SEMVER-MINOR) cluster: support stdio option for workers (cjihrig) #7838
  • [68ac0d0d7d] - (SEMVER-MINOR) repl: Use displayErrors for SyntaxError (Prince J Wesley) #7589
  • [ff3ce11894] - (SEMVER-MINOR) child_process: support stdio option in fork() (cjihrig) #7811
  • [9fbe456db1] - (SEMVER-MINOR) repl: add support for custom completions (Diosney Sarmiento) #7527
  • [a2ee21db84] - (SEMVER-MINOR) util: add an option for configuring break length (cjihrig) #7499
  • [a1059afd39] - (SEMVER-MINOR) buffer: speed up swap16/32, add swap64 (Zach Bjornson) #7157
  • [3f5623dd46] - (SEMVER-MINOR) readline: allow passing prompt to constructor (Evan Lucas) #7125
  • [894203dae3] - (SEMVER-MINOR) cluster: work with v8_inspector (cjihrig) #6792
  • [84ad31fff3] - (SEMVER-MINOR) src,lib: v8-inspector support (Pavel Feldman) #6792
  • [ed2eacbc42] - (SEMVER-MINOR) deps: import v8_inspector (Ali Ijaz Sheikh) #6792
  • [dcccbfdc79] - (SEMVER-MINOR) src: refactor require('constants') (James M Snell) #6534
  • [5d38d543cd] - (SEMVER-MINOR) src,module: add --preserve-symlinks command line flag (James M Snell) #6537
  • [9552e3b4af] - (SEMVER-MINOR) repl: exports Recoverable (Blake Embrey) #3488
  • [a2e57192eb] - (SEMVER-MINOR) util: truncate inspect array and typed array (James M Snell) #6334
  • [ba6196f843] - (SEMVER-MINOR) util: fix inspecting of proxy objects (James M Snell) #6465
  • [bcce05dba4] - (SEMVER-MINOR) doc: make writable.setDefaultEncoding() return this (Alexander Makarenko) #5040
  • [52cb410402] - (SEMVER-MINOR) process: add process.cpuUsage() - implementation, doc, tests (Patrick Mueller) #6157
  • [0e7d57af35] - (SEMVER-MINOR) events: add prependListener() and prependOnceListener() (James M Snell) #6032
  • [ebc8c37f70] - (SEMVER-MINOR) repl: keep the built-in modules non-enumerable (Anna Henningsen) #6207
  • [39d905e293] - (SEMVER-MINOR) node: make builtin libs available for --eval (Anna Henningsen) #6207
  • [978166796e] - (SEMVER-MINOR) zlib: Make the finish flush flag configurable (Anna Henningsen) #6069
  • [fb5f66a9fa] - (SEMVER-MINOR) src: add SIGINFO to supported signals (James Reggio) #6093
  • [d6e56fd843] - (SEMVER-MINOR) os: add userInfo() method (cjihrig) #6104
  • [a2466896dd] - (SEMVER-MINOR) buffer: add Buffer.prototype.compare by offset (James M Snell) #5880
  • [7d8882ba9a] - (SEMVER-MINOR) handle_wrap: expose an isRefed() check to JS (Jeremiah Senkpiel) #5834
  • [2d7e31614d] - (SEMVER-MINOR) zlib: detect gzip files when using unzip* (Anna Henningsen) #5884
  • [39de601e1c] - (SEMVER-MINOR) net: support DNS hints in createConnection() (Colin Ihrig) #6000
  • [293fd04535] - (SEMVER-MINOR) buffer: make byteLength work with ArrayBuffer & DataView (Jackson Tian) #5255
  • [8363ede855] - (SEMVER-MINOR) node: --no-browser-globals configure flag (Fedor Indutny) #5853
  • [7d73e60f60] - (SEMVER-MINOR) buffer: add swap16() and swap32() methods (James M Snell) #5724
  • [03e07d32ac] - (SEMVER-MINOR) src: override v8 thread defaults using cli options (Tom Gallacher) #4344
  • [e5f8a6a2fa] - (SEMVER-MINOR) fs: add the fs.mkdtemp() function. (Florian MARGAINE) #5333
  • [a38d6ad4be] - (SEMVER-MINOR) repl: support standalone blocks (Prince J Wesley) #5581
  • [545b8fd8d8] - (SEMVER-MINOR) net: emit host in lookup event (HUANG Wei) #5598
  • [ba16a12051] - (SEMVER-MINOR) src: allow combination of -i and -e cli flags (Rich Trott) #5655
  • [f380db237b] - (SEMVER-MINOR) zlib: add support for concatenated members (Kári Tristan Helgason) #5120
  • [ee7754be47] - (SEMVER-MINOR) repl: accept no arguments to start() (cjihrig) #5388
  • [e854f60585] - (SEMVER-MINOR) child_process: add keepOpen option to send() (cjihrig) #5283
  • [1952844f45] - (SEMVER-MINOR) child_process: support options in send() (cjihrig) #5283
  • [a06066ca31] - (SEMVER-MINOR) repl: allow multiline function call (Zirak) #3823
  • [9bee03aaf2] - (SEMVER-MINOR) http: allow async createConnection() (Brian White) #4638
  • [b55e58042c] - (SEMVER-MINOR) buffer: add encoding parameter to fill() (Trevor Norris) #4935
  • [b5b5bb1e3c] - (SEMVER-MINOR) src: avoid compiler warning in node_revert.cc (James M Snell) nodejs/node-private#26
  • [7bef1b7907] - (SEMVER-MINOR) http: strictly forbid invalid characters from headers (James M Snell) nodejs/node-private#26
  • [4f4c8ab3b4] - (SEMVER-MINOR) deps: update http-parser to version 2.6.1 (James M Snell) nodejs/node-private#26
  • [d387591bbb] - (SEMVER-MINOR) src: add --security-revert command line flag (James M Snell) nodejs/node-private#26
  • [c41c09375b] - (SEMVER-MINOR) doc: correct tlsSocket.getCipher() description (Brian White) #4995
  • [2c357a7e3b] - (SEMVER-MINOR) tls: add getProtocol() to TLS sockets (Brian White) #4995
  • [137f53c7b7] - (SEMVER-MINOR) dgram: support dgram.send with multiple buffers (Matteo Collina) #4374
  • [96934cbb30] - (SEMVER-MINOR) vm: introduce cachedData/produceCachedData (Fedor Indutny) #4777
  • [5ef9989bd6] - (SEMVER-MINOR) net: add net.listening boolean property over a getter (José Moreira) #4743
  • [ff64a4c395] - (SEMVER-MINOR) node: allow preload modules with -i (Evan Lucas) #4696
  • [5f57005ec9] - (SEMVER-MINOR) v8,src: expose statistics about heap spaces (Ben Ripkens) #4463
  • [f9a59c1d3b] - (SEMVER-MINOR) events: make sure console functions exist (Dave) #4479
  • [d755432fa9] - (SEMVER-MINOR) http: improves expect header handling (Daniel Sellers) #4501
  • [6039a7c1b5] - (SEMVER-MINOR) fs: add autoClose option to fs.createWriteStream (Saquib) #3679
  • [acef181fde] - (SEMVER-MINOR) https: support disabling session caching (Fedor Indutny) #4252
  • [425a3545d2] - (SEMVER-MINOR) domains: fix handling of uncaught exceptions (Julien Gilli) #3654
  • [67e181986a] - (SEMVER-MINOR) buffer: add includes() for parity with TypedArray (Alexander Martin) #3567
  • [a04721df66] - (SEMVER-MINOR) test: check range fix for slowToString (Sakthipriyan Vairamani) #4019
  • [ec836547c4] - (SEMVER-MINOR) buffer: fix range checking for slowToString (Matt Loring) #4019
  • [322b36c0a1] - (SEMVER-MINOR) crypto: simplify using pre-existing keys with ECDH (Michael Ruddy) #3511
  • [451254ed25] - (SEMVER-MINOR) repl: allow leading period in multiline input (Zirak) #3835
  • [a881b53954] - (SEMVER-MINOR) build,src: add Intel Vtune profiling support (Chunyang Dai) #3785
  • [d006d6aa46] - (SEMVER-MINOR) deps: update http-parser to 2.6.0 (James M Snell) #3569
  • [7eee37257f] - (SEMVER-MINOR) tls,crypto: move NPN protcol data to hidden value (Shigeki Ohtsu) #2564
  • [802a2e79e1] - (SEMVER-MINOR) tls, crypto: add ALPN Support (Shigeki Ohtsu) #2564
  • [0803962860] - (SEMVER-MINOR) fs: add file descriptor support to *File() funcs (Johannes Wüller) #3163
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment