Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
4f6dd96
test,doc: do not indicate that non-functions "return" values
Trott Nov 22, 2017
b8a5d6d
tools: remove useless function declaration
tniessen Nov 18, 2017
1d70602
tools: make doc tool a bit more readable
tniessen Nov 18, 2017
ef0213c
doc: move Code of Conduct to admin repo
MylesBorins Oct 23, 2017
b6ce918
stream: fix disparity between buffer and the count
jlvivero Sep 28, 2017
521dc25
tls: properly track writeQueueSize during writes
apapirovski Oct 5, 2017
a301c1a
net: fix timeouts during long writes
apapirovski Oct 12, 2017
a09e2fd
net: fix timeout with null handle
apapirovski Oct 25, 2017
00b2790
tls: accept `lookup` option for `tls.connect()`
indutny May 4, 2017
7af1ad0
util: add %i and %f formatting specifiers
silverwind Dec 16, 2016
6f62f83
crypto: add randomFill and randomFillSync
evanlucas Dec 9, 2016
43a2bc0
doc: improve randomfill and fix broken link
thefourtheye Apr 20, 2017
063c4fa
lib: return this from net.Socket.end()
sam-github Jun 5, 2017
6a27774
net: return this from getConnections()
sam-github Jun 7, 2017
3b9fea0
repl: improve require() autocompletion
aqrln Jul 21, 2017
ce13639
console: add console.count() and console.clear()
jasnell Apr 26, 2017
8f2e52a
dgram: added setMulticastInterface()
lostnet Jul 23, 2016
7b801b5
test: don't skip when common.mustCall() is pending
cjihrig Sep 14, 2017
d29a620
test: crypto createClass instanceof Class
bengl Aug 19, 2016
f3b3437
crypto: expose ECDH class
bengl Aug 19, 2016
365dba2
test: fix flaky test-crypto-classes.js
bengl Sep 28, 2017
18803bc
tools, build: refactor macOS installer
jpwesselink Sep 4, 2017
a1d7469
deps: upgrade libuv to 1.16.1
cjihrig Nov 10, 2017
2d4fca2
src: add process.ppid
cjihrig Oct 30, 2017
758dc81
src: add --use-bundled-ca --use-openssl-ca check
danbev Mar 28, 2017
2b29cea
src: guard bundled_ca/openssl_ca with HAVE_OPENSSL
danbev Apr 10, 2017
9f3b4ad
src: fix incorrect macro comment
danbev Apr 27, 2017
ddd9d85
crypto: remove BIO_set_shutdown
danbev Dec 7, 2017
a6d2384
src: clean up MaybeStackBuffer
TimothyGu Nov 28, 2017
699c663
test: add common.hasIntl
jasnell Oct 23, 2016
60b10f0
url: update IDNA handling
TimothyGu Jun 1, 2017
24def19
url: adding WHATWG URL support
jasnell Nov 28, 2017
c64a73b
promises: more robust stringification
TimothyGu Jun 19, 2017
5f79448
test: fix truncation of argv
danbev Mar 29, 2017
1390c28
http: overridable keep-alive behavior of `Agent`
indutny Jan 15, 2018
2268d00
src: add openssl-system-ca-path configure option
danbev Nov 6, 2017
cdf4a9c
module: add builtinModules
maclover7 Nov 24, 2017
b3b2456
test: add test description to fs.readFile tests
davisjam Dec 7, 2017
83fe79c
doc: correct pbkdf2 salt length recommendation
willclarktech Dec 7, 2017
fb0bd8a
test: fix flaky test-child-process-pass-fd
Trott Dec 11, 2017
7821a4c
tools: add lowercase-name-for-primitive eslint rule
starkwang Dec 9, 2017
af3e074
test: add `makeDuplexPair()` helper
addaleax Oct 22, 2017
56e1586
tls: unconsume stream on destroy
addaleax Dec 6, 2017
1eac405
doc: include Daniel Bevenius as a TSC member
Trott Dec 13, 2017
928b7c8
tools: simplify lowercase-name-for-primitive rule
cjihrig Dec 13, 2017
2d77241
test: change callback function to arrow function
skanamaru Dec 15, 2017
81e6569
test: change callback function to arrow function
you12724 Dec 15, 2017
cc03470
test: change callback function to arrow function
routerman Dec 15, 2017
d0b89a1
doc: add countdown module to writing tests guide
Bamieh Dec 12, 2017
31c5db6
test: update test-http-content-length to use countdown
Bamieh Dec 12, 2017
bdb535c
test: Use countdown in test file
sreepurnajasti Dec 13, 2017
6abd459
doc: improve documentation.md
Fishrock123 Dec 15, 2017
9c8d036
doc: fix fs.existsSync description
Fishrock123 Dec 15, 2017
14ffddd
doc: add isTTY property documentation
sonaysevik Nov 6, 2017
c683efb
doc: adjust TTY wording & add inter-doc links
Fishrock123 Dec 15, 2017
423ef3d
doc: not all example code can be run without 1:1
Fishrock123 Dec 15, 2017
4cba432
doc: improve release guide
evanlucas Dec 14, 2017
df48a5d
doc: fix typo in child_process.md
Trott Dec 18, 2017
a6f7ba4
doc: fix typo in README.md
starkwang Dec 18, 2017
5cc6dd6
doc: remove duplicate the from onboarding.md
sreepurnajasti Dec 18, 2017
979af51
src: remove nonexistent method from header file
addaleax Dec 19, 2017
cb78543
test: change callback function to arrow function
rt33 Dec 18, 2017
c377d22
crypto: remove unused header in clienthello.h
danbev Dec 19, 2017
ffc1444
net: remove ADDRCONFIG DNS hint on Windows
bzoz Dec 13, 2017
d85840d
doc: require CI status indicator in PRs
seishun Nov 20, 2017
2260795
doc: use american spelling as per style guide
sreepurnajasti Dec 22, 2017
1553c73
doc: removed extra explanation in api/buffer.md
WaleedAshraf Dec 20, 2017
a08925d
tls: comment about old-style errors
Xavier-J-Ortiz Dec 19, 2017
f291bc1
test: refactor test-repl-definecommand
Trott Dec 20, 2017
722640f
doc: instructions on how to make membership public
mhdawson Dec 14, 2017
6816414
doc: improve fs api descriptions
evanlucas Dec 14, 2017
5314754
test: use common module API in test-child-process-exec-stdout-stderr-…
sreepurnajasti Dec 19, 2017
653c026
doc: add starkwang to collaborators
starkwang Dec 24, 2017
038e526
test: remove undefined function
Trott Dec 23, 2017
6187aec
tools: autofixer for lowercase-name-for-primitive
shobhitchittora Dec 17, 2017
f6b4aa6
doc: update AUTHORS list
BridgeAR Dec 21, 2017
0ce48f9
doc: use dashes instead of asterisks
BridgeAR Dec 17, 2017
32f528a
tools: fix AttributeError: __exit__ on Python 2.6
dkasyanov Dec 13, 2017
b3e625d
test: refactor test-tls-securepair-fiftharg
addaleax Dec 23, 2017
4b4e4db
crypto: add ocsp_request ClientHelloParser::Reset
danbev Dec 11, 2017
8c1f41f
test: make test-tls-invoke-queued use public API
addaleax Dec 25, 2017
5b00ee3
doc: use my legal name in README
TimothyGu Dec 28, 2017
3c3a631
doc: fix typo
tniessen Dec 28, 2017
2c554a9
test: improve to use template string
sreepurnajasti Dec 28, 2017
e16d01f
gitignore: ignore *.VC.db files
tniessen Dec 28, 2017
21c5d82
doc: add references to PR communication articles
Dec 28, 2017
bb022db
doc: fix spelling of contributors
Trott Dec 31, 2017
7628640
doc: improve alt text
Trott Dec 31, 2017
b79189b
doc: copy-edit COLLABORATOR_GUIDE.md
Trott Dec 31, 2017
12db4d9
doc: improve security section of README.md
Trott Jan 1, 2018
15d0ed5
doc: move joshgav to TSC emeriti list
Trott Jan 2, 2018
6f33953
benchmark: fix timeout in write-stream-throughput
apapirovski Jan 3, 2018
1c4aa61
test: simplify test-buffer-slice.js
starkwang Jan 3, 2018
9e76028
test: fix crypto test case to use correct encoding
tniessen Jan 2, 2018
0c3f23e
test: fix flaky test-pipe-unref
apapirovski Jan 2, 2018
001b672
test: rename regression tests
tniessen Jan 2, 2018
4473c6c
test: fix flaky test-http-pipeline-flood
apapirovski Jan 3, 2018
8f80548
doc: move matthewloring to emeriti
Trott Jan 5, 2018
51bfd32
tools: do not override V8's gitignore
hashseed Jan 5, 2018
1b68986
doc: remove x86 from os.arch() options
gibfahn Dec 28, 2017
d66f469
src: minor cleanups to node_url.cc
addaleax Dec 5, 2017
1976c7c
src: move url internals into anonymous namespace
addaleax Dec 5, 2017
f306d3e
src: make url host a proper C++ class
addaleax Dec 5, 2017
57865a9
src: use correct OOB check for IPv6 parsing
addaleax Dec 5, 2017
9181fbb
src: dumb down code by removing std::move
addaleax Jan 23, 2018
fce10f7
test: fix test-tls-server-verify.js on Windows CI
Trott Jan 25, 2018
5668403
test: improve flaky test-listen-fd-ebadf.js
Trott Dec 20, 2017
694828d
test: mark test-inspector-stop-profile-after-done flaky
MylesBorins Feb 1, 2018
734ce67
test: use valid authentication tag length
tniessen Dec 9, 2017
691cd5a
crypto: warn on invalid authentication tag length
tniessen Dec 9, 2017
a4e2ced
test: decrease duration of test-cli-syntax
evanlucas Jul 12, 2017
f82065f
test: make test-cli-syntax engine agnostic
Trott Oct 17, 2017
9441526
2018-01-13, Version 6.13.0 'Boron' (LTS)
MylesBorins Jan 24, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
2018-01-13, Version 6.13.0 'Boron' (LTS)
This LTS release comes with 112 commits, 17 of which are considered
Semver-Minor. This includes 32 which are doc related, 30 which are test
related, 8 which are build / tool related and 1 commit which updates
a dependency.

Notable Changes:

* console:
  - added console.count() and console.clear() (James M Snell)
    #12678
* crypto:
  - expose ECDH class (Bryan English)
    #8188
  - added cypto.randomFill() and crypto.randomFillSync() (Evan Lucas)
    #10209
  - warn on invalid authentication tag length (Tobias Nießen)
    #17566
* deps:
  - upgrade libuv to 1.16.1 (cjihrig)
    #16835
* dgram:
  - added socket.setMulticastInterface() (Will Young)
    #7855
* http:
  - add agent.keepSocketAlive and agent.reuseSocket as to allow
    overridable keep-alive behavior of `Agent` (Fedor Indutny)
    #13005
* lib:
  - return this from net.Socket.end() (Sam Roberts)
    #13481
* module:
  - add builtinModules api that provides list of all builtin modules in
    Node (Jon Moss)
    #16386
* net:
  - return this from getConnections() (Sam Roberts)
    #13553
* promises:
  - more robust stringification for unhandled rejections (Timothy Gu)
    #13784
* repl:
  - improve require() autocompletion (Alexey Orlenko)
    #14409
* src:
  - add openssl-system-ca-path configure option (Daniel Bevenius)
    #16790
  - add --use-bundled-ca --use-openssl-ca check (Daniel Bevenius)
    #12087
  - add process.ppid (cjihrig)
    #16839
* tls:
  - accept `lookup` option for `tls.connect()` (Fedor Indutny)
    #12839
* tools, build:
  - a new macOS installer! (JP Wesselink)
    #15179
* url:
  - WHATWG URL api support (James M Snell)
    #7448
* util:
  - add %i and %f formatting specifiers (Roman Reiss)
    #10308

PR-URL: #18342
  • Loading branch information
MylesBorins committed Feb 13, 2018
commit 9441526bbe52ecf2b0f1dcfe3b8b9dcd3f1aa7fd
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.12.3">6.12.3</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.13.0">6.13.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.12.3">6.12.3</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.12.2">6.12.2</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.12.1">6.12.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.12.0">6.12.0</a><br/>
Expand Down
6 changes: 3 additions & 3 deletions doc/api/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ console.log('this will also print');

### console.clear()
<!-- YAML
added: REPLACEME
added: v6.13.0
-->

When `stdout` is a TTY, calling `console.clear()` will attempt to clear the
Expand All @@ -171,7 +171,7 @@ binary.

### console.count([label])
<!-- YAML
added: REPLACEME
added: v6.13.0
-->

* `label` {string} The display label for the counter. Defaults to `'default'`.
Expand Down Expand Up @@ -204,7 +204,7 @@ undefined

### console.countReset([label = 'default'])
<!-- YAML
added: REPLACEME
added: v6.13.0
-->

* `label` {string} The display label for the counter. Defaults to `'default'`.
Expand Down
4 changes: 2 additions & 2 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ time is right after boot, when the whole system is still low on entropy.

### crypto.randomFillSync(buffer[, offset][, size])
<!-- YAML
added: REPLACEME
added: v6.13.0
-->

* `buffer` {Buffer|Uint8Array} Must be supplied.
Expand All @@ -1615,7 +1615,7 @@ console.log(buf.toString('hex'));

### crypto.randomFill(buffer[, offset][, size], callback)
<!-- YAML
added: REPLACEME
added: v6.13.0
-->

* `buffer` {Buffer|Uint8Array} Must be supplied.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/dgram.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ packets may be sent to a local interface's broadcast address.

### socket.setMulticastInterface(multicastInterface)
<!-- YAML
added: REPLACEME
added: v6.13.0
-->

* `multicastInterface` {String}
Expand Down
4 changes: 2 additions & 2 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ socket/stream from this function, or by passing the socket/stream to `callback`.

### agent.keepSocketAlive(socket)
<!-- YAML
added: REPLACEME
added: v6.13.0
-->

* `socket` {net.Socket}
Expand All @@ -180,7 +180,7 @@ it for use with the next request.

### agent.reuseSocket(socket, request)
<!-- YAML
added: REPLACEME
added: v6.13.0
-->

* `socket` {net.Socket}
Expand Down
2 changes: 1 addition & 1 deletion doc/api/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ via `require('module')`.

### module.builtinModules
<!-- YAML
added: REPLACEME
added: v6.13.0
-->

* {string[]}
Expand Down
2 changes: 1 addition & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ console.log(`This platform is ${process.platform}`);

## process.ppid
<!-- YAML
added: REPLACEME
added: v6.13.0
-->

* {integer}
Expand Down
2 changes: 1 addition & 1 deletion doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ argument.
<!-- YAML
added: v0.11.3
changes:
- version: REPLACEME
- version: v6.13.0
pr-url: https://github.com/nodejs/node/pull/12839
description: The `lookup` option is supported now.
-->
Expand Down
14 changes: 7 additions & 7 deletions doc/api/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const myURL =

## The WHATWG URL API
<!-- YAML
added: v7.0.0, REPLACEME
added: v7.0.0, v6.13.0
-->

### Class: URL
Expand Down Expand Up @@ -445,7 +445,7 @@ console.log(JSON.stringify(myURLs));

### Class: URLSearchParams
<!-- YAML
added: v7.5.0, REPLACEME
added: v7.5.0, v6.13.0
-->

The `URLSearchParams` API provides read and write access to the query of a
Expand Down Expand Up @@ -520,7 +520,7 @@ console.log(params.toString());

#### Constructor: new URLSearchParams(obj)
<!-- YAML
added: v7.10.0, REPLACEME
added: v7.10.0, v6.13.0
-->

* `obj` {Object} An object representing a collection of key-value pairs
Expand All @@ -546,7 +546,7 @@ console.log(params.toString());

#### Constructor: new URLSearchParams(iterable)
<!-- YAML
added: v7.10.0, REPLACEME
added: v7.10.0, v6.13.0
-->

* `iterable` {Iterable} An iterable object whose elements are key-value pairs
Expand Down Expand Up @@ -709,7 +709,7 @@ console.log(params.toString());

#### urlSearchParams.sort()
<!-- YAML
added: v7.7.0, REPLACEME
added: v7.7.0, v6.13.0
-->

Sort all existing name-value pairs in-place by their names. Sorting is done
Expand Down Expand Up @@ -762,7 +762,7 @@ for (const [name, value] of params) {

### url.domainToASCII(domain)
<!-- YAML
added: v7.4.0, REPLACEME
added: v7.4.0, v6.13.0
-->

* `domain` {string}
Expand All @@ -785,7 +785,7 @@ console.log(url.domainToASCII('xn--iñvalid.com'));

### url.domainToUnicode(domain)
<!-- YAML
added: v7.4.0, REPLACEME
added: v7.4.0, v6.13.0
-->

* `domain` {string}
Expand Down
159 changes: 159 additions & 0 deletions doc/changelogs/CHANGELOG_V6.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
#define SRC_NODE_VERSION_H_

#define NODE_MAJOR_VERSION 6
#define NODE_MINOR_VERSION 12
#define NODE_PATCH_VERSION 4
#define NODE_MINOR_VERSION 13
#define NODE_PATCH_VERSION 0

#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Boron"

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down