diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6eab593b2f6b..7872590bf6a86c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,8 @@ release. -11.11.0
+11.12.0
+11.11.0
11.10.1
11.10.0
11.9.0
diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 77083db17ee329..615ae3636e9300 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1123,7 +1123,7 @@ passing keys as strings or `Buffer`s due to improved security features. ### keyObject.asymmetricKeySize * {number} @@ -1134,7 +1134,7 @@ bytes. This property is `undefined` for symmetric keys. diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 1c660fef0f369a..20ef6ad7169d64 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2110,7 +2110,7 @@ changes: - version: v10.9.0 pr-url: https://github.com/nodejs/node/pull/22004 description: Documentation-only deprecation. - - version: REPLACEME + - version: v11.12.0 pr-url: https://github.com/nodejs/node/pull/26500 description: Added support for `--pending-deprecation`. --> diff --git a/doc/api/errors.md b/doc/api/errors.md index f2aca8549f4a92..de299475d0080e 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1973,7 +1973,7 @@ A module file could not be resolved while attempting a [`require()`][] or ### ERR_CLOSED_MESSAGE_PORT There was an attempt to use a `MessagePort` instance in a closed diff --git a/doc/api/process.md b/doc/api/process.md index 6d96e9033827f7..70fe4e593a1758 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1671,7 +1671,7 @@ reports for the current process. Additional documentation is available in the ### process.report.directory * {string} @@ -1686,7 +1686,7 @@ console.log(`Report directory is ${process.report.directory}`); ### process.report.filename * {string} @@ -1719,7 +1719,7 @@ Additional documentation is available in the [report documentation][]. ### process.report.reportOnFatalError * {boolean} @@ -1733,7 +1733,7 @@ console.log(`Report on fatal error: ${process.report.reportOnFatalError}`); ### process.report.reportOnSignal * {boolean} @@ -1747,7 +1747,7 @@ console.log(`Report on signal: ${process.report.reportOnSignal}`); ### process.report.reportOnUncaughtException * {boolean} @@ -1760,7 +1760,7 @@ console.log(`Report on exception: ${process.report.reportOnUncaughtException}`); ### process.report.signal * {string} diff --git a/doc/changelogs/CHANGELOG_V11.md b/doc/changelogs/CHANGELOG_V11.md index 4076d98924011e..32ec9eb909ce89 100644 --- a/doc/changelogs/CHANGELOG_V11.md +++ b/doc/changelogs/CHANGELOG_V11.md @@ -9,6 +9,7 @@ +11.12.0
11.11.0
11.10.1
11.10.0
@@ -39,6 +40,166 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + +## 2019-03-14, Version 11.12.0 (Current), @BridgeAR + +### Notable Changes + +* **build**: + * Enable v8's siphash for hash seed creation (Rod Vagg) [#26367](https://github.com/nodejs/node/pull/26367) +* **crypto**: + * Add `KeyObject.asymmetricKeySize` (Patrick Gansterer) [#26387](https://github.com/nodejs/node/pull/26387) +* **deps**: + * Upgrade openssl to 1.1.1b (Sam Roberts) [#26327](https://github.com/nodejs/node/pull/26327) +* **process**: + * Make `process[Symbol.toStringTag]` writable again (Ruben Bridgewater) [#26488](https://github.com/nodejs/node/pull/26488) +* **repl**: + * Add `util.inspect.replDefaults` to customize the writer (Ruben Bridgewater) [#26375](https://github.com/nodejs/node/pull/26375) +* **report**: + * Rename `triggerReport()` to `writeReport()` (Colin Ihrig) [#26527](https://github.com/nodejs/node/pull/26527) + +### Commits + +* [[`142a92ffaf`](https://github.com/nodejs/node/commit/142a92ffaf)] - **benchmark**: refactor path benchmarks (Ruben Bridgewater) [#26359](https://github.com/nodejs/node/pull/26359) +* [[`2b57c6555f`](https://github.com/nodejs/node/commit/2b57c6555f)] - **benchmark,doc,lib,test**: capitalize comments (Ruben Bridgewater) [#26483](https://github.com/nodejs/node/pull/26483) +* [[`f79cf7067f`](https://github.com/nodejs/node/commit/f79cf7067f)] - **benchmark,lib**: add process.hrtime.bigint benchmark (Anna Henningsen) [#26381](https://github.com/nodejs/node/pull/26381) +* [[`7d8edecbd6`](https://github.com/nodejs/node/commit/7d8edecbd6)] - **buffer**: do not affect memory after target for utf16 write (Anna Henningsen) [#26432](https://github.com/nodejs/node/pull/26432) +* [[`066fe5add8`](https://github.com/nodejs/node/commit/066fe5add8)] - **build**: enable v8's siphash for hash seed creation (Rod Vagg) [#26367](https://github.com/nodejs/node/pull/26367) +* [[`8c90fe12c4`](https://github.com/nodejs/node/commit/8c90fe12c4)] - ***Revert*** "**build**: silence cpp lint by default" (Refael Ackermann) [#26358](https://github.com/nodejs/node/pull/26358) +* [[`1351f6ea0f`](https://github.com/nodejs/node/commit/1351f6ea0f)] - **build**: indicate that configure has done something (Richard Lau) [#26436](https://github.com/nodejs/node/pull/26436) +* [[`02faa1a50c`](https://github.com/nodejs/node/commit/02faa1a50c)] - **build,deps**: less warnings from V8 (Refael Ackermann) [#26405](https://github.com/nodejs/node/pull/26405) +* [[`3dd7084ff9`](https://github.com/nodejs/node/commit/3dd7084ff9)] - **build,win**: simplify new `msbuild\_arg` option (Refael Ackermann) [#26431](https://github.com/nodejs/node/pull/26431) +* [[`8e94cb2c9c`](https://github.com/nodejs/node/commit/8e94cb2c9c)] - **child_process**: fire close event from stdio (kohta ito) [#22892](https://github.com/nodejs/node/pull/22892) +* [[`2a3cca7ec5`](https://github.com/nodejs/node/commit/2a3cca7ec5)] - **cluster**: improve for-loop (gengjiawen) [#26336](https://github.com/nodejs/node/pull/26336) +* [[`71d0a8a583`](https://github.com/nodejs/node/commit/71d0a8a583)] - **crypto**: fix EdDSA support for KeyObject (Brian White) [#26319](https://github.com/nodejs/node/pull/26319) +* [[`1a0602ad54`](https://github.com/nodejs/node/commit/1a0602ad54)] - **crypto**: check for invalid chacha20-poly1305 IVs (Sam Roberts) [#26537](https://github.com/nodejs/node/pull/26537) +* [[`ab1327f914`](https://github.com/nodejs/node/commit/ab1327f914)] - **crypto**: simplify GetPublicOrPrivateKeyFromJs (Tobias Nießen) [#26454](https://github.com/nodejs/node/pull/26454) +* [[`09c83d8cbd`](https://github.com/nodejs/node/commit/09c83d8cbd)] - **(SEMVER-MINOR)** **crypto**: add KeyObject.asymmetricKeySize (Patrick Gansterer) [#26387](https://github.com/nodejs/node/pull/26387) +* [[`7155aafbab`](https://github.com/nodejs/node/commit/7155aafbab)] - **crypto**: don't call SSL\_CTX\_set\_ciphersuites on boringssl (Jeremy Apthorp) [#26365](https://github.com/nodejs/node/pull/26365) +* [[`01e69f948d`](https://github.com/nodejs/node/commit/01e69f948d)] - **deps**: v8, backport 2d08967 (Benjamin) [#26413](https://github.com/nodejs/node/pull/26413) +* [[`28dc54bc56`](https://github.com/nodejs/node/commit/28dc54bc56)] - **deps**: update OpenSSL upgrade process (Sam Roberts) [#26378](https://github.com/nodejs/node/pull/26378) +* [[`58957264a5`](https://github.com/nodejs/node/commit/58957264a5)] - **deps**: openssl-1.1.1b no longer packages .gitignore (Sam Roberts) [#26327](https://github.com/nodejs/node/pull/26327) +* [[`88079caffa`](https://github.com/nodejs/node/commit/88079caffa)] - **deps**: update archs files for OpenSSL-1.1.1b (Sam Roberts) [#26327](https://github.com/nodejs/node/pull/26327) +* [[`71c4d75c08`](https://github.com/nodejs/node/commit/71c4d75c08)] - **deps**: upgrade openssl sources to 1.1.1b (Sam Roberts) [#26327](https://github.com/nodejs/node/pull/26327) +* [[`dd95d072af`](https://github.com/nodejs/node/commit/dd95d072af)] - ***Revert*** "**deps**: remove OpenSSL git and travis configuration" (Sam Roberts) [#26327](https://github.com/nodejs/node/pull/26327) +* [[`1dd956aff9`](https://github.com/nodejs/node/commit/1dd956aff9)] - **deps,tools**: include SipHash in LICENSE (Rod Vagg) [#26367](https://github.com/nodejs/node/pull/26367) +* [[`98eb711d0f`](https://github.com/nodejs/node/commit/98eb711d0f)] - **doc**: edit "Using git-node" section of Guide (Rich Trott) [#26580](https://github.com/nodejs/node/pull/26580) +* [[`d599adacdc`](https://github.com/nodejs/node/commit/d599adacdc)] - **doc**: add version for http.createServer() options addition (Ben Swinburne) [#25001](https://github.com/nodejs/node/pull/25001) +* [[`8f6b4a9f7b`](https://github.com/nodejs/node/commit/8f6b4a9f7b)] - **doc**: document diverging MessagePort.onmessage handling (Anna Henningsen) [#26487](https://github.com/nodejs/node/pull/26487) +* [[`4a72eb38b3`](https://github.com/nodejs/node/commit/4a72eb38b3)] - **doc**: add inspector API example for heapdump (Sam Roberts) [#26498](https://github.com/nodejs/node/pull/26498) +* [[`119adf2c5a`](https://github.com/nodejs/node/commit/119adf2c5a)] - **doc**: edit Landing Pull Requests (Rich Trott) [#26536](https://github.com/nodejs/node/pull/26536) +* [[`f91dab6c7c`](https://github.com/nodejs/node/commit/f91dab6c7c)] - **doc**: document fake ENOTFOUND as a system error (cjihrig) [#26495](https://github.com/nodejs/node/pull/26495) +* [[`0ba661ea0b`](https://github.com/nodejs/node/commit/0ba661ea0b)] - **doc**: add decode() & encode() methods into querystring.md (ZYSzys) [#23889](https://github.com/nodejs/node/pull/23889) +* [[`0c49ffb580`](https://github.com/nodejs/node/commit/0c49ffb580)] - **doc**: remove tsc-review (Rich Trott) [#26506](https://github.com/nodejs/node/pull/26506) +* [[`7c8bb94435`](https://github.com/nodejs/node/commit/7c8bb94435)] - **doc**: update partner communities link in releases.md (Beth Griggs) [#26475](https://github.com/nodejs/node/pull/26475) +* [[`a2511f8182`](https://github.com/nodejs/node/commit/a2511f8182)] - **doc**: fix nits in writing-tests.md (Vse Mozhet Byt) [#26543](https://github.com/nodejs/node/pull/26543) +* [[`cae30d92e9`](https://github.com/nodejs/node/commit/cae30d92e9)] - **doc**: edit "Involving the TSC" (Rich Trott) [#26481](https://github.com/nodejs/node/pull/26481) +* [[`5de8ed83a5`](https://github.com/nodejs/node/commit/5de8ed83a5)] - **doc**: add guidance on console output in tests (Sam Roberts) [#26456](https://github.com/nodejs/node/pull/26456) +* [[`bab6c63f63`](https://github.com/nodejs/node/commit/bab6c63f63)] - **doc**: add caveat and tradeoff example to readline (Vse Mozhet Byt) [#26472](https://github.com/nodejs/node/pull/26472) +* [[`bd7e243664`](https://github.com/nodejs/node/commit/bd7e243664)] - **doc**: standardize on End-of-Life capitalization (Rich Trott) [#26442](https://github.com/nodejs/node/pull/26442) +* [[`4b1c1dc372`](https://github.com/nodejs/node/commit/4b1c1dc372)] - **doc**: add missing https Agent maxCachedSessions (Nicolas Moteau) [#26433](https://github.com/nodejs/node/pull/26433) +* [[`fc6023a118`](https://github.com/nodejs/node/commit/fc6023a118)] - **doc**: edit deprecation section of Collaborator Guide (Rich Trott) [#26419](https://github.com/nodejs/node/pull/26419) +* [[`f74d5c8a3d`](https://github.com/nodejs/node/commit/f74d5c8a3d)] - **doc**: fix the example implementation of MemoryRetainer (Joyee Cheung) [#26262](https://github.com/nodejs/node/pull/26262) +* [[`8b8297d05b`](https://github.com/nodejs/node/commit/8b8297d05b)] - **doc**: clarify http.Agent constructor options (Luigi Pinca) [#26412](https://github.com/nodejs/node/pull/26412) +* [[`9299fb8856`](https://github.com/nodejs/node/commit/9299fb8856)] - **doc**: update AUTHORS list (Anna Henningsen) [#26383](https://github.com/nodejs/node/pull/26383) +* [[`d2e9e526c5`](https://github.com/nodejs/node/commit/d2e9e526c5)] - **doc**: hello addon example should return "world" (Geir Hauge) [#26328](https://github.com/nodejs/node/pull/26328) +* [[`7e40ce1e9f`](https://github.com/nodejs/node/commit/7e40ce1e9f)] - **doc**: fix nits in report docs (Vse Mozhet Byt) [#26461](https://github.com/nodejs/node/pull/26461) +* [[`e79f0c23ad`](https://github.com/nodejs/node/commit/e79f0c23ad)] - **doc**: fix up N-API support matrix (Michael Dawson) [#26377](https://github.com/nodejs/node/pull/26377) +* [[`8b0164aa26`](https://github.com/nodejs/node/commit/8b0164aa26)] - **events**: improve for-loop (gengjiawen) [#26354](https://github.com/nodejs/node/pull/26354) +* [[`83fba1ebf2`](https://github.com/nodejs/node/commit/83fba1ebf2)] - **events**: onceWrapper returns target value (himself65) [#25818](https://github.com/nodejs/node/pull/25818) +* [[`f7ecc9479c`](https://github.com/nodejs/node/commit/f7ecc9479c)] - **http**: improve for-loop readability in \_http\_outgoing.js (gengjiawen) [#26408](https://github.com/nodejs/node/pull/26408) +* [[`5d2c522b2e`](https://github.com/nodejs/node/commit/5d2c522b2e)] - **http**: remove unused variable in \_http\_server.js (gengjiawen) [#26407](https://github.com/nodejs/node/pull/26407) +* [[`93ef1e3203`](https://github.com/nodejs/node/commit/93ef1e3203)] - **http**: check for existance in resetHeadersTimeoutOnReqEnd (Matteo Collina) [#26402](https://github.com/nodejs/node/pull/26402) +* [[`348d9a6c69`](https://github.com/nodejs/node/commit/348d9a6c69)] - **http2**: `Http2ServerResponse.end()` should always return self (Robert Nagy) [#24346](https://github.com/nodejs/node/pull/24346) +* [[`529b0c04cf`](https://github.com/nodejs/node/commit/529b0c04cf)] - **http2**: refactor deprecated method in core.js (gengjiawen) [#26275](https://github.com/nodejs/node/pull/26275) +* [[`4b6c653d4d`](https://github.com/nodejs/node/commit/4b6c653d4d)] - **https**: add missing localPort while create socket (leeight) [#24554](https://github.com/nodejs/node/pull/24554) +* [[`c43e5b3f19`](https://github.com/nodejs/node/commit/c43e5b3f19)] - **lib**: import TextEncoder and TextDecoder from `internal/encoding` (Joyee Cheung) [#26547](https://github.com/nodejs/node/pull/26547) +* [[`ff1958d5fd`](https://github.com/nodejs/node/commit/ff1958d5fd)] - **lib**: migrate process.binding to internalBinding (Beni von Cheni) [#24952](https://github.com/nodejs/node/pull/24952) +* [[`ca9bb1f883`](https://github.com/nodejs/node/commit/ca9bb1f883)] - **lib,src**: remove usage of \_externalStream (Anna Henningsen) [#26510](https://github.com/nodejs/node/pull/26510) +* [[`14e247e232`](https://github.com/nodejs/node/commit/14e247e232)] - **n-api**: improve performance creating strings (Anthony Tuininga) [#26439](https://github.com/nodejs/node/pull/26439) +* [[`c6536b4adb`](https://github.com/nodejs/node/commit/c6536b4adb)] - **process**: make Symbol.toStringTag writable (Ruben Bridgewater) [#26488](https://github.com/nodejs/node/pull/26488) +* [[`9af6631a5f`](https://github.com/nodejs/node/commit/9af6631a5f)] - **process**: add --pending-deprecation to `process.binding()` (Anna Henningsen) [#26500](https://github.com/nodejs/node/pull/26500) +* [[`20fdf893df`](https://github.com/nodejs/node/commit/20fdf893df)] - **(SEMVER-MINOR)** **repl**: add replDefaults to customize the writer (Ruben Bridgewater) [#26375](https://github.com/nodejs/node/pull/26375) +* [[`9d77d473ef`](https://github.com/nodejs/node/commit/9d77d473ef)] - **report**: rename triggerReport() to writeReport() (cjihrig) [#26527](https://github.com/nodejs/node/pull/26527) +* [[`2eb6a4002a`](https://github.com/nodejs/node/commit/2eb6a4002a)] - **report**: fix stdout/stderr output formatting (cjihrig) [#26522](https://github.com/nodejs/node/pull/26522) +* [[`2be9e800f1`](https://github.com/nodejs/node/commit/2be9e800f1)] - **report**: warn on process.report object access (cjihrig) [#26414](https://github.com/nodejs/node/pull/26414) +* [[`9f446a1cf4`](https://github.com/nodejs/node/commit/9f446a1cf4)] - **report**: refactor configuration management (cjihrig) [#26414](https://github.com/nodejs/node/pull/26414) +* [[`0abb724bbc`](https://github.com/nodejs/node/commit/0abb724bbc)] - **report**: support RUSAGE\_SELF stats on Windows (cjihrig) [#26406](https://github.com/nodejs/node/pull/26406) +* [[`0ed2a017b9`](https://github.com/nodejs/node/commit/0ed2a017b9)] - **src**: remove unused variables (cjihrig) [#26590](https://github.com/nodejs/node/pull/26590) +* [[`6d90c49971`](https://github.com/nodejs/node/commit/6d90c49971)] - **src**: rename Init and Start overloads to something more distinctive (Joyee Cheung) [#26499](https://github.com/nodejs/node/pull/26499) +* [[`f33163a916`](https://github.com/nodejs/node/commit/f33163a916)] - **src**: apply clang-tidy various improvement (gengjiawen) [#26470](https://github.com/nodejs/node/pull/26470) +* [[`feb3a848e7`](https://github.com/nodejs/node/commit/feb3a848e7)] - **src**: guard against calling `Init()` multiple times (Anna Henningsen) [#26458](https://github.com/nodejs/node/pull/26458) +* [[`926649efd3`](https://github.com/nodejs/node/commit/926649efd3)] - **src**: delete unused method SetTemplateMethod (gengjiawen) [#26451](https://github.com/nodejs/node/pull/26451) +* [[`cdf0e09135`](https://github.com/nodejs/node/commit/cdf0e09135)] - **src**: delete unused method SetTemplateMethodNoSideEffect (gengjiawen) [#26451](https://github.com/nodejs/node/pull/26451) +* [[`6a4bb9e053`](https://github.com/nodejs/node/commit/6a4bb9e053)] - **src**: delete unused variable in env.h (gengjiawen) [#26451](https://github.com/nodejs/node/pull/26451) +* [[`28b500f429`](https://github.com/nodejs/node/commit/28b500f429)] - **src**: merge debug-only `SealHandleScope`s (Anna Henningsen) [#26459](https://github.com/nodejs/node/pull/26459) +* [[`f0a144efa0`](https://github.com/nodejs/node/commit/f0a144efa0)] - **src**: cleanup in all return paths in node::Start (Gireesh Punathil) [#26471](https://github.com/nodejs/node/pull/26471) +* [[`3b06d29984`](https://github.com/nodejs/node/commit/3b06d29984)] - **src**: remove templating from StreamBase (Jon Moss) [#25142](https://github.com/nodejs/node/pull/25142) +* [[`8439e07290`](https://github.com/nodejs/node/commit/8439e07290)] - **src**: remove redundant cast in util-inl.h (gengjiawen) [#26410](https://github.com/nodejs/node/pull/26410) +* [[`539a9c0539`](https://github.com/nodejs/node/commit/539a9c0539)] - **src**: make parameter name const reference in method TriggerNodeReport (gengjiawen) [#26397](https://github.com/nodejs/node/pull/26397) +* [[`2d7b62902f`](https://github.com/nodejs/node/commit/2d7b62902f)] - **src**: remove redundant call in inspector\_io.cc (gengjiawen) [#26427](https://github.com/nodejs/node/pull/26427) +* [[`4ff5cfa28a`](https://github.com/nodejs/node/commit/4ff5cfa28a)] - **src**: remove redundant cast in string\_search.h (gengjiawen) [#26426](https://github.com/nodejs/node/pull/26426) +* [[`21ca93959a`](https://github.com/nodejs/node/commit/21ca93959a)] - **src**: remove unused function in cares\_wrap.cc (gengjiawen) [#26429](https://github.com/nodejs/node/pull/26429) +* [[`b435913911`](https://github.com/nodejs/node/commit/b435913911)] - **src**: fix wrong enum reference in node.cc (gengjiawen) [#26430](https://github.com/nodejs/node/pull/26430) +* [[`3e6b95e5b7`](https://github.com/nodejs/node/commit/3e6b95e5b7)] - **src**: use the config binding to carry --no-browser-globals (Joyee Cheung) [#26228](https://github.com/nodejs/node/pull/26228) +* [[`44ef6b06f2`](https://github.com/nodejs/node/commit/44ef6b06f2)] - **src**: fix build when NODE\_USE\_V8\_PLATFORM is not defined (Nitish Sakhawalkar) [#26380](https://github.com/nodejs/node/pull/26380) +* [[`0c4e019fde`](https://github.com/nodejs/node/commit/0c4e019fde)] - **src**: remove unused variable in node\_http2.cc (gengjiawen) [#26395](https://github.com/nodejs/node/pull/26395) +* [[`1d279ac269`](https://github.com/nodejs/node/commit/1d279ac269)] - **src**: remove unused variable in node\_native\_module.cc (gengjiawen) [#26411](https://github.com/nodejs/node/pull/26411) +* [[`dc2119a955`](https://github.com/nodejs/node/commit/dc2119a955)] - **src**: fix more extra-semi warnings (Jeremy Apthorp) [#26340](https://github.com/nodejs/node/pull/26340) +* [[`170e196205`](https://github.com/nodejs/node/commit/170e196205)] - **src**: forbid handle allocations from Platform tasks (Anna Henningsen) [#26376](https://github.com/nodejs/node/pull/26376) +* [[`9c277c04ad`](https://github.com/nodejs/node/commit/9c277c04ad)] - **src**: allow running tasks without `Environment` (Anna Henningsen) [#26376](https://github.com/nodejs/node/pull/26376) +* [[`622048d539`](https://github.com/nodejs/node/commit/622048d539)] - **src**: prefer to get `Environment` from `Context` (Anna Henningsen) [#26376](https://github.com/nodejs/node/pull/26376) +* [[`716ec00883`](https://github.com/nodejs/node/commit/716ec00883)] - **src**: refactor `Environment::GetCurrent(isolate)` usage (Anna Henningsen) [#26376](https://github.com/nodejs/node/pull/26376) +* [[`f99349d416`](https://github.com/nodejs/node/commit/f99349d416)] - **src**: fix if indent in node\_http2.cc (gengjiawen) [#26396](https://github.com/nodejs/node/pull/26396) +* [[`b8abb81666`](https://github.com/nodejs/node/commit/b8abb81666)] - **src**: remove unused struct in test\_inspector\_socket.cc (gengjiawen) [#26284](https://github.com/nodejs/node/pull/26284) +* [[`da457a56be`](https://github.com/nodejs/node/commit/da457a56be)] - **src**: remove unused namespace (Aymen Naghmouchi) [#26318](https://github.com/nodejs/node/pull/26318) +* [[`b45c22bc87`](https://github.com/nodejs/node/commit/b45c22bc87)] - **src**: use object to pass `Environment` to functions (Anna Henningsen) [#26382](https://github.com/nodejs/node/pull/26382) +* [[`61baa45581`](https://github.com/nodejs/node/commit/61baa45581)] - **src**: document DoWrite() usage expectations (Sam Roberts) [#26339](https://github.com/nodejs/node/pull/26339) +* [[`4796c7ca7e`](https://github.com/nodejs/node/commit/4796c7ca7e)] - **stream**: make sure 'readable' is emitted before ending the stream (Matteo Collina) [#26059](https://github.com/nodejs/node/pull/26059) +* [[`82a68cebe3`](https://github.com/nodejs/node/commit/82a68cebe3)] - **stream**: ensure writable.destroy() emits error once (Luigi Pinca) [#26057](https://github.com/nodejs/node/pull/26057) +* [[`b581bb0d10`](https://github.com/nodejs/node/commit/b581bb0d10)] - **test**: fix test by removing node-inspect/lib/\_inspect (Ruben Bridgewater) +* [[`f03498c6db`](https://github.com/nodejs/node/commit/f03498c6db)] - **test**: fix syntax error in test-dns-idna2008.js when failing (Refael Ackermann) [#26570](https://github.com/nodejs/node/pull/26570) +* [[`b592c2ff15`](https://github.com/nodejs/node/commit/b592c2ff15)] - **test**: fix compiler warning in test\_string.c (Daniel Bevenius) [#26539](https://github.com/nodejs/node/pull/26539) +* [[`300ad04e0d`](https://github.com/nodejs/node/commit/300ad04e0d)] - **test**: mark test-worker-prof as flake on all platforms (Refael Ackermann) [#26600](https://github.com/nodejs/node/pull/26600) +* [[`70343d06f9`](https://github.com/nodejs/node/commit/70343d06f9)] - **test**: cover triggerReport() failure case (cjihrig) [#26524](https://github.com/nodejs/node/pull/26524) +* [[`b048a38add`](https://github.com/nodejs/node/commit/b048a38add)] - **test**: cover stdout/stderr usage in triggerReport() (cjihrig) [#26522](https://github.com/nodejs/node/pull/26522) +* [[`cc32461f8d`](https://github.com/nodejs/node/commit/cc32461f8d)] - **test**: mark `test-worker-prof` as Flaky on ARM (Refael Ackermann) [#26557](https://github.com/nodejs/node/pull/26557) +* [[`96d3705dac`](https://github.com/nodejs/node/commit/96d3705dac)] - **test**: rewrite ocsp test to run in parallel (Sam Roberts) [#26460](https://github.com/nodejs/node/pull/26460) +* [[`ce260c2bee`](https://github.com/nodejs/node/commit/ce260c2bee)] - **test**: de-flake test-dns-idna2008.js (Refael Ackermann) [#26473](https://github.com/nodejs/node/pull/26473) +* [[`4a913a2c19`](https://github.com/nodejs/node/commit/4a913a2c19)] - **test**: bump test-bootstrap-modules.js limit (Joyee Cheung) [#26520](https://github.com/nodejs/node/pull/26520) +* [[`d1c225f9c5`](https://github.com/nodejs/node/commit/d1c225f9c5)] - **test**: refactor test/report/test-report-signal.js (cjihrig) [#26446](https://github.com/nodejs/node/pull/26446) +* [[`8c087d2f54`](https://github.com/nodejs/node/commit/8c087d2f54)] - **test**: remove usage of `process.binding()` (Anna Henningsen) [#26304](https://github.com/nodejs/node/pull/26304) +* [[`24b9ae126a`](https://github.com/nodejs/node/commit/24b9ae126a)] - **test**: fix tests so they work in worker threads (Richard Lau) [#26453](https://github.com/nodejs/node/pull/26453) +* [[`3570c7744d`](https://github.com/nodejs/node/commit/3570c7744d)] - **test**: relax timer check in test-report-uv-handles.js (Richard Lau) [#26434](https://github.com/nodejs/node/pull/26434) +* [[`dbb7a029d5`](https://github.com/nodejs/node/commit/dbb7a029d5)] - **test**: improve code coverage in timers (Juan José Arboleda) [#26310](https://github.com/nodejs/node/pull/26310) +* [[`e1aa5106a7`](https://github.com/nodejs/node/commit/e1aa5106a7)] - **test**: remove flaky designation for test\_threadsafe\_function (Rich Trott) [#26403](https://github.com/nodejs/node/pull/26403) +* [[`2c0c42d930`](https://github.com/nodejs/node/commit/2c0c42d930)] - **tools**: update ESLint to 5.15.1 (cjihrig) [#26447](https://github.com/nodejs/node/pull/26447) +* [[`7dd213fa30`](https://github.com/nodejs/node/commit/7dd213fa30)] - **tools**: update to mdast-util-to-hast v3.0.2 (Sam Ruby) [#22140](https://github.com/nodejs/node/pull/22140) +* [[`06c5b8452a`](https://github.com/nodejs/node/commit/06c5b8452a)] - **tools**: update capitalized-comments rule (Ruben Bridgewater) [#26483](https://github.com/nodejs/node/pull/26483) +* [[`bda41d8cdf`](https://github.com/nodejs/node/commit/bda41d8cdf)] - **tools**: update generated lint-md.js (Refael Ackermann) [#26441](https://github.com/nodejs/node/pull/26441) +* [[`8f0a924f57`](https://github.com/nodejs/node/commit/8f0a924f57)] - **tools**: update `node-lint-md-cli-rollup` version 2 (Refael Ackermann) [#26441](https://github.com/nodejs/node/pull/26441) +* [[`dc04dc0c4c`](https://github.com/nodejs/node/commit/dc04dc0c4c)] - **tools**: use dmn@2.2.1 to remove unneeded files (Rich Trott) [#26462](https://github.com/nodejs/node/pull/26462) +* [[`cafb3321ee`](https://github.com/nodejs/node/commit/cafb3321ee)] - **tools**: update dmn to 2.2.1 in update scripts (Rich Trott) [#26462](https://github.com/nodejs/node/pull/26462) +* [[`f37e7bfc7f`](https://github.com/nodejs/node/commit/f37e7bfc7f)] - **tools**: fix test.py --shell (Yang Guo) [#26449](https://github.com/nodejs/node/pull/26449) +* [[`aa80137e59`](https://github.com/nodejs/node/commit/aa80137e59)] - **tools**: update remark-preset-lint-node to 1.5.0 (Rich Trott) [#26442](https://github.com/nodejs/node/pull/26442) +* [[`a8331fa4e2`](https://github.com/nodejs/node/commit/a8331fa4e2)] - **tools**: add no-var lint rule for tools directory (shisama) [#26398](https://github.com/nodejs/node/pull/26398) +* [[`b3ecaaa682`](https://github.com/nodejs/node/commit/b3ecaaa682)] - **tools**: replace var to let/const (Masashi Hirano) [#26398](https://github.com/nodejs/node/pull/26398) +* [[`55b830476a`](https://github.com/nodejs/node/commit/55b830476a)] - **tools**: add mailmap support for Co-authored-by tags (Anna Henningsen) [#26383](https://github.com/nodejs/node/pull/26383) +* [[`dc4258ad26`](https://github.com/nodejs/node/commit/dc4258ad26)] - **tools**: apply stricter linting to tools directory (Rich Trott) [#26394](https://github.com/nodejs/node/pull/26394) +* [[`580ae5672f`](https://github.com/nodejs/node/commit/580ae5672f)] - **tools**: refactor tools JS code (Rich Trott) [#26394](https://github.com/nodejs/node/pull/26394) +* [[`d841a89e47`](https://github.com/nodejs/node/commit/d841a89e47)] - **tools**: roll inspector\_protocol to f67ec5 (Pavel Feldman) [#26303](https://github.com/nodejs/node/pull/26303) +* [[`c57510effa`](https://github.com/nodejs/node/commit/c57510effa)] - **tools**: rebuild lint-md.js (Rich Trott) [#26393](https://github.com/nodejs/node/pull/26393) +* [[`c2d12513f7`](https://github.com/nodejs/node/commit/c2d12513f7)] - **tools**: update node-lint-md-cli-rollup lockfile (Rich Trott) [#26393](https://github.com/nodejs/node/pull/26393) +* [[`5bdf71c8bf`](https://github.com/nodejs/node/commit/5bdf71c8bf)] - **tools**: update ESLint to 5.15.0 (cjihrig) [#26391](https://github.com/nodejs/node/pull/26391) +* [[`f2ebf36359`](https://github.com/nodejs/node/commit/f2ebf36359)] - **url**: require encodeStr from internal/querystring (ZYSzys) [#26538](https://github.com/nodejs/node/pull/26538) +* [[`3ad58f3e45`](https://github.com/nodejs/node/commit/3ad58f3e45)] - **win,build**: update Windows build documentation (Jon Kunkee) [#25995](https://github.com/nodejs/node/pull/25995) +* [[`e8f4096be1`](https://github.com/nodejs/node/commit/e8f4096be1)] - **win,build**: scope NASM warning to only x64 and x86 (Jon Kunkee) [#25995](https://github.com/nodejs/node/pull/25995) +* [[`7e4592e83f`](https://github.com/nodejs/node/commit/7e4592e83f)] - **win,build**: add ARM64 sections to common.gypi (Jon Kunkee) [#25995](https://github.com/nodejs/node/pull/25995) +* [[`8e60193aef`](https://github.com/nodejs/node/commit/8e60193aef)] - **win,build**: add ARM64 support to vcbuild.bat (Jon Kunkee) [#25995](https://github.com/nodejs/node/pull/25995) +* [[`d75cb919d0`](https://github.com/nodejs/node/commit/d75cb919d0)] - **win,build**: add arbitrary and binlog options (Jon Kunkee) [#25994](https://github.com/nodejs/node/pull/25994) +* [[`8cb7d4b396`](https://github.com/nodejs/node/commit/8cb7d4b396)] - **worker**: release native Worker object earlier (Anna Henningsen) [#26542](https://github.com/nodejs/node/pull/26542) +* [[`8d9c3fa541`](https://github.com/nodejs/node/commit/8d9c3fa541)] - **worker**: remove `ERR\_CLOSED\_MESSAGE\_PORT` (Anna Henningsen) [#26487](https://github.com/nodejs/node/pull/26487) + ## 2019-03-06, Version 11.11.0 (Current), @BridgeAR diff --git a/src/node_version.h b/src/node_version.h index 2e0fe8c3a7645d..6e80e37e3e7ca9 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -23,13 +23,13 @@ #define SRC_NODE_VERSION_H_ #define NODE_MAJOR_VERSION 11 -#define NODE_MINOR_VERSION 11 -#define NODE_PATCH_VERSION 1 +#define NODE_MINOR_VERSION 12 +#define NODE_PATCH_VERSION 0 #define NODE_VERSION_IS_LTS 0 #define NODE_VERSION_LTS_CODENAME "" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)