|
9 | 9 | </tr>
|
10 | 10 | <tr>
|
11 | 11 | <td>
|
| 12 | +<a href="#11.6.0">11.6.0</a><br/> |
12 | 13 | <a href="#11.5.0">11.5.0</a><br/>
|
13 | 14 | <a href="#11.4.0">11.4.0</a><br/>
|
14 | 15 | <a href="#11.3.0">11.3.0</a><br/>
|
|
32 | 33 | * [io.js](CHANGELOG_IOJS.md)
|
33 | 34 | * [Archive](CHANGELOG_ARCHIVE.md)
|
34 | 35 |
|
| 36 | +<a id="11.6.0"></a> |
| 37 | +## 2018-12-26, Version 11.6.0 (Current), @MylesBorins |
| 38 | + |
| 39 | +### Notable Changes |
| 40 | + |
| 41 | +* **cli**: |
| 42 | + - add --max-http-header-size flag (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811) |
| 43 | +* **crypto**: |
| 44 | + - always accept certificates as public keys (Tobias Nießen) [#24234](https://github.com/nodejs/node/pull/24234) |
| 45 | + - add key object API (Tobias Nießen) [#24234](https://github.com/nodejs/node/pull/24234) |
| 46 | + - update root certificates (Sam Roberts) [#25113](https://github.com/nodejs/node/pull/25113) |
| 47 | +* **deps**: |
| 48 | + - upgrade to libuv 1.24.1 (cjihrig) [#25078](https://github.com/nodejs/node/pull/25078) |
| 49 | + - upgrade npm to 6.5.0 (Audrey Eschright) [#24734](https://github.com/nodejs/node/pull/24734) |
| 50 | +* **http**: |
| 51 | + - add maxHeaderSize property (cjihrig) [#24860](https://github.com/nodejs/node/pull/24860) |
| 52 | + |
| 53 | +### Commits |
| 54 | + |
| 55 | +* [[`a9ab28df2c`](https://github.com/nodejs/node/commit/a9ab28df2c)] - **assert**: inspect getters (Ruben Bridgewater) [#25004](https://github.com/nodejs/node/pull/25004) |
| 56 | +* [[`508cbaa1c3`](https://github.com/nodejs/node/commit/508cbaa1c3)] - **buffer**: simplify code (Ruben Bridgewater) [#25151](https://github.com/nodejs/node/pull/25151) |
| 57 | +* [[`16766bac60`](https://github.com/nodejs/node/commit/16766bac60)] - **build**: correct fi indentation in Makefile (Daniel Bevenius) [#25107](https://github.com/nodejs/node/pull/25107) |
| 58 | +* [[`4513516f5e`](https://github.com/nodejs/node/commit/4513516f5e)] - **build**: add a space to clarify skipping crypto msg (Daniel Bevenius) [#25011](https://github.com/nodejs/node/pull/25011) |
| 59 | +* [[`7b2eefc103`](https://github.com/nodejs/node/commit/7b2eefc103)] - **child_process**: spawn ignores options in case args is undefined (Eduard Bondarenko) [#24913](https://github.com/nodejs/node/pull/24913) |
| 60 | +* [[`edd8bd0ee0`](https://github.com/nodejs/node/commit/edd8bd0ee0)] - **(SEMVER-MINOR)** **cli**: add --max-http-header-size flag (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811) |
| 61 | +* [[`25c6053538`](https://github.com/nodejs/node/commit/25c6053538)] - **(SEMVER-MINOR)** **crypto**: always accept certificates as public keys (Tobias Nießen) [#24234](https://github.com/nodejs/node/pull/24234) |
| 62 | +* [[`7c4dd14150`](https://github.com/nodejs/node/commit/7c4dd14150)] - **(SEMVER-MINOR)** **crypto**: add key object API (Tobias Nießen) [#24234](https://github.com/nodejs/node/pull/24234) |
| 63 | +* [[`cd04a54a36`](https://github.com/nodejs/node/commit/cd04a54a36)] - **crypto**: update root certificates (Sam Roberts) [#25113](https://github.com/nodejs/node/pull/25113) |
| 64 | +* [[`585e014e0a`](https://github.com/nodejs/node/commit/585e014e0a)] - **(SEMVER-MINOR)** **deps**: upgrade npm to 6.5.0 (Audrey Eschright) [#24734](https://github.com/nodejs/node/pull/24734) |
| 65 | +* [[`155d1d54bf`](https://github.com/nodejs/node/commit/155d1d54bf)] - **deps**: upgrade to libuv 1.24.1 (cjihrig) [#25078](https://github.com/nodejs/node/pull/25078) |
| 66 | +* [[`0057af293a`](https://github.com/nodejs/node/commit/0057af293a)] - **(SEMVER-MINOR)** **deps**: cherry-pick http\_parser\_set\_max\_header\_size (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811) |
| 67 | +* [[`9b9060db75`](https://github.com/nodejs/node/commit/9b9060db75)] - **doc**: fix links in test/common/README.md (Vse Mozhet Byt) [#25172](https://github.com/nodejs/node/pull/25172) |
| 68 | +* [[`9d80666b01`](https://github.com/nodejs/node/commit/9d80666b01)] - **doc**: revise "Breaking Changes and Deprecations" (Rich Trott) [#25116](https://github.com/nodejs/node/pull/25116) |
| 69 | +* [[`972b056650`](https://github.com/nodejs/node/commit/972b056650)] - **doc**: describe root cert update process (Sam Roberts) [#25113](https://github.com/nodejs/node/pull/25113) |
| 70 | +* [[`4561e2c984`](https://github.com/nodejs/node/commit/4561e2c984)] - **doc**: revise "Breaking Changes" section of Collaborator Guide (Rich Trott) [#25071](https://github.com/nodejs/node/pull/25071) |
| 71 | +* [[`2516e9cfd0`](https://github.com/nodejs/node/commit/2516e9cfd0)] - **doc,lib,test**: capitalize comment sentences (Ruben Bridgewater) [#24996](https://github.com/nodejs/node/pull/24996) |
| 72 | +* [[`d1a98a8d0a`](https://github.com/nodejs/node/commit/d1a98a8d0a)] - **events**: simplify stack compare function (Ruben Bridgewater) [#24744](https://github.com/nodejs/node/pull/24744) |
| 73 | +* [[`5e1ec70703`](https://github.com/nodejs/node/commit/5e1ec70703)] - **(SEMVER-MINOR)** **http**: add maxHeaderSize property (cjihrig) [#24860](https://github.com/nodejs/node/pull/24860) |
| 74 | +* [[`d93b642ccd`](https://github.com/nodejs/node/commit/d93b642ccd)] - **lib**: make internal API warning more direct (Rich Trott) [#25125](https://github.com/nodejs/node/pull/25125) |
| 75 | +* [[`d23d63d48d`](https://github.com/nodejs/node/commit/d23d63d48d)] - **lib**: switch to object spread where possible (Ruben Bridgewater) [#25104](https://github.com/nodejs/node/pull/25104) |
| 76 | +* [[`96bdd47734`](https://github.com/nodejs/node/commit/96bdd47734)] - **lib**: refactor argument validation using validateString (ZYSzys) [#24960](https://github.com/nodejs/node/pull/24960) |
| 77 | +* [[`0cde1a4fdc`](https://github.com/nodejs/node/commit/0cde1a4fdc)] - **lib**: remove unused NativeModule/NativeModule wraps (Joyee Cheung) [#24904](https://github.com/nodejs/node/pull/24904) |
| 78 | +* [[`1a562ccef7`](https://github.com/nodejs/node/commit/1a562ccef7)] - **os**: use uv\_os\_gethostname() in hostname() (cjihrig) [#25111](https://github.com/nodejs/node/pull/25111) |
| 79 | +* [[`85a136974e`](https://github.com/nodejs/node/commit/85a136974e)] - **perf_hooks**: make GC tracking state per-Environment (Anna Henningsen) [#25053](https://github.com/nodejs/node/pull/25053) |
| 80 | +* [[`3f82144c98`](https://github.com/nodejs/node/commit/3f82144c98)] - **process**: move environment variable proxy code into node\_env\_var.cc (Joyee Cheung) [#25067](https://github.com/nodejs/node/pull/25067) |
| 81 | +* [[`e62471394c`](https://github.com/nodejs/node/commit/e62471394c)] - **src**: add DCHECK macros (kiyomizumia) [#24359](https://github.com/nodejs/node/pull/24359) |
| 82 | +* [[`3dcdfe30fe`](https://github.com/nodejs/node/commit/3dcdfe30fe)] - **src**: use std::vector for setting up process.execPath (Anna Henningsen) [#25069](https://github.com/nodejs/node/pull/25069) |
| 83 | +* [[`e0e1b6d2ef`](https://github.com/nodejs/node/commit/e0e1b6d2ef)] - **src**: port GetLoadedLibraries for freebsd (Gireesh Punathil) [#25106](https://github.com/nodejs/node/pull/25106) |
| 84 | +* [[`f213a055f6`](https://github.com/nodejs/node/commit/f213a055f6)] - **src**: mark options parsers as const (Anna Henningsen) [#25065](https://github.com/nodejs/node/pull/25065) |
| 85 | +* [[`a44910df5e`](https://github.com/nodejs/node/commit/a44910df5e)] - **src**: unload addons when environment quits (Gabriel Schulhof) [#24861](https://github.com/nodejs/node/pull/24861) |
| 86 | +* [[`c6388edf34`](https://github.com/nodejs/node/commit/c6388edf34)] - **src**: handle empty Maybe in uv binding initialize (Anna Henningsen) [#25079](https://github.com/nodejs/node/pull/25079) |
| 87 | +* [[`6f3b421dd5`](https://github.com/nodejs/node/commit/6f3b421dd5)] - **src**: schedule destroy hooks in BeforeExit early during bootstrap (Joyee Cheung) [#25020](https://github.com/nodejs/node/pull/25020) |
| 88 | +* [[`a4505c698f`](https://github.com/nodejs/node/commit/a4505c698f)] - **src**: extract common Bind method (Jon Moss) [#22315](https://github.com/nodejs/node/pull/22315) |
| 89 | +* [[`09a99c6834`](https://github.com/nodejs/node/commit/09a99c6834)] - **src**: mark some global state as const (Anna Henningsen) [#25052](https://github.com/nodejs/node/pull/25052) |
| 90 | +* [[`7f34c768da`](https://github.com/nodejs/node/commit/7f34c768da)] - **src**: remove internalBinding('config').warningFile (Joyee Cheung) [#24959](https://github.com/nodejs/node/pull/24959) |
| 91 | +* [[`c80ac7fae3`](https://github.com/nodejs/node/commit/c80ac7fae3)] - **(SEMVER-MINOR)** **src**: add kUInteger parsing (Matteo Collina) [#24811](https://github.com/nodejs/node/pull/24811) |
| 92 | +* [[`9c2e97e421`](https://github.com/nodejs/node/commit/9c2e97e421)] - **test**: fix test-tls-session-timeout (Rich Trott) [#25188](https://github.com/nodejs/node/pull/25188) |
| 93 | +* [[`105650746b`](https://github.com/nodejs/node/commit/105650746b)] - **test**: mark test-trace-events-api-worker-disabled flaky (Rich Trott) [#25197](https://github.com/nodejs/node/pull/25197) |
| 94 | +* [[`57148f3be0`](https://github.com/nodejs/node/commit/57148f3be0)] - **test**: remove Files: comment processing from Python test runner (Rich Trott) [#25183](https://github.com/nodejs/node/pull/25183) |
| 95 | +* [[`8c469601ba`](https://github.com/nodejs/node/commit/8c469601ba)] - **test**: add hasCrypto check to common flags check (Daniel Bevenius) [#25147](https://github.com/nodejs/node/pull/25147) |
| 96 | +* [[`982b3906ec`](https://github.com/nodejs/node/commit/982b3906ec)] - **test**: remove unnecessary eslint-disable comments (Rich Trott) [#25119](https://github.com/nodejs/node/pull/25119) |
| 97 | +* [[`d09e3335a6`](https://github.com/nodejs/node/commit/d09e3335a6)] - **test**: remove obsolete eslint comments (cjihrig) [#25088](https://github.com/nodejs/node/pull/25088) |
| 98 | +* [[`8279826ce6`](https://github.com/nodejs/node/commit/8279826ce6)] - **test**: verify input flags (Ruben Bridgewater) [#24876](https://github.com/nodejs/node/pull/24876) |
| 99 | +* [[`1f45b2370d`](https://github.com/nodejs/node/commit/1f45b2370d)] - **test**: add signal check to test-esm-cjs-main (Rich Trott) [#25073](https://github.com/nodejs/node/pull/25073) |
| 100 | +* [[`3e1fe19194`](https://github.com/nodejs/node/commit/3e1fe19194)] - **test**: add missing tmpdir.refresh() in recently-added test (Rich Trott) [#25098](https://github.com/nodejs/node/pull/25098) |
| 101 | +* [[`5eb5d1d7b1`](https://github.com/nodejs/node/commit/5eb5d1d7b1)] - **test**: test internal/util/types in vm (ZYSzys) [#25056](https://github.com/nodejs/node/pull/25056) |
| 102 | +* [[`9ad6bc2e6e`](https://github.com/nodejs/node/commit/9ad6bc2e6e)] - **test**: remove magic numbers in test-gc-http-client-onerror (Rich Trott) [#24943](https://github.com/nodejs/node/pull/24943) |
| 103 | +* [[`30b61554f6`](https://github.com/nodejs/node/commit/30b61554f6)] - **test**: merge test with unnecessary child process (Sam Roberts) [#25025](https://github.com/nodejs/node/pull/25025) |
| 104 | +* [[`8e8c651e40`](https://github.com/nodejs/node/commit/8e8c651e40)] - **test,doc**: add tests and docs for addon unloading (Anna Henningsen) [#24861](https://github.com/nodejs/node/pull/24861) |
| 105 | +* [[`e340b8f1ff`](https://github.com/nodejs/node/commit/e340b8f1ff)] - **tls**: re-define max supported version as 1.2 (Sam Roberts) [#25024](https://github.com/nodejs/node/pull/25024) |
| 106 | +* [[`56fb66b34c`](https://github.com/nodejs/node/commit/56fb66b34c)] - **tools**: update ESLint to 5.11.0 (cjihrig) [#25191](https://github.com/nodejs/node/pull/25191) |
| 107 | +* [[`440a161109`](https://github.com/nodejs/node/commit/440a161109)] - **tools**: alphabetize IGNORED\_SUITES in tools/test.py (Rich Trott) [#25182](https://github.com/nodejs/node/pull/25182) |
| 108 | +* [[`7756279efe`](https://github.com/nodejs/node/commit/7756279efe)] - **tools**: report unused disable-directives for ESLint (Rich Trott) [#25119](https://github.com/nodejs/node/pull/25119) |
| 109 | +* [[`66b5c3bdbd`](https://github.com/nodejs/node/commit/66b5c3bdbd)] - **tools**: update certdata.txt (Sam Roberts) [#25113](https://github.com/nodejs/node/pull/25113) |
| 110 | +* [[`a5bccc2919`](https://github.com/nodejs/node/commit/a5bccc2919)] - **tools**: make apilinks building more robust (Joyee Cheung) [#25019](https://github.com/nodejs/node/pull/25019) |
| 111 | +* [[`ed3303ba99`](https://github.com/nodejs/node/commit/ed3303ba99)] - **tools**: enable no-useless-constructor lint rule (cjihrig) [#25055](https://github.com/nodejs/node/pull/25055) |
| 112 | +* [[`810e6ea471`](https://github.com/nodejs/node/commit/810e6ea471)] - **vm**: reuse validateString of internal/validators (ZYSzys) [#25074](https://github.com/nodejs/node/pull/25074) |
| 113 | +* [[`74e08c0458`](https://github.com/nodejs/node/commit/74e08c0458)] - **vm**: simplify Script constructor options validation (cjihrig) [#25054](https://github.com/nodejs/node/pull/25054) |
| 114 | +* [[`4f28da883f`](https://github.com/nodejs/node/commit/4f28da883f)] - **worker**: fix nullptr deref after MessagePort deser failure (Anna Henningsen) [#25076](https://github.com/nodejs/node/pull/25076) |
| 115 | + |
35 | 116 | <a id="11.5.0"></a>
|
36 | 117 | ## 2018-12-18, Version 11.5.0 (Current), @BethGriggs
|
37 | 118 |
|
|
0 commit comments