|
9 | 9 | </tr>
|
10 | 10 | <tr>
|
11 | 11 | <td valign="top">
|
| 12 | +<a href="#12.22.12">12.22.12</a><br/> |
12 | 13 | <a href="#12.22.11">12.22.11</a><br/>
|
13 | 14 | <a href="#12.22.10">12.22.10</a><br/>
|
14 | 15 | <a href="#12.22.9">12.22.9</a><br/>
|
|
84 | 85 | * [io.js](CHANGELOG_IOJS.md)
|
85 | 86 | * [Archive](CHANGELOG_ARCHIVE.md)
|
86 | 87 |
|
| 88 | +<a id="12.22.12"></a> |
| 89 | + |
| 90 | +## 2022-04-05, Version 12.22.12 'Erbium' (LTS), @richardlau |
| 91 | + |
| 92 | +### Notable Changes |
| 93 | + |
| 94 | +This is planned to be the final Node.js 12 release. Node.js 12 will |
| 95 | +reach End-of-Life status on 30 April 2022, after which it will no |
| 96 | +receive updates. You are strongly advised to migrate your applications |
| 97 | +to Node.js 16 or 14 (both of which are Long Term Support (LTS) releases) |
| 98 | +to continue to receive future security updates beyond 30 April 2022. |
| 99 | + |
| 100 | +This release fixes a shutdown crash in Node-API (formerly N-API) and a |
| 101 | +potential stack overflow when using `vm.runInNewContext()`. |
| 102 | + |
| 103 | +The list of GPG keys used to sign releases and instructions on how to |
| 104 | +fetch the keys for verifying binaries has been synchronized with the |
| 105 | +main branch. |
| 106 | + |
| 107 | +### Commits |
| 108 | + |
| 109 | +* \[[`1193290f3f`](https://github.com/nodejs/node/commit/1193290f3f)] - **deps**: V8: cherry-pick cc9a8a37445e (devsnek) [#42065](https://github.com/nodejs/node/pull/42065) |
| 110 | +* \[[`333eda8d03`](https://github.com/nodejs/node/commit/333eda8d03)] - **doc**: add a note about possible missing lines to readline.asyncIterator (Igor Mikhalev) [#34675](https://github.com/nodejs/node/pull/34675) |
| 111 | +* \[[`518a49c0c6`](https://github.com/nodejs/node/commit/518a49c0c6)] - **doc**: use openpgp.org for keyserver examples (Nick Schonning) [#39227](https://github.com/nodejs/node/pull/39227) |
| 112 | +* \[[`11aef2ad03`](https://github.com/nodejs/node/commit/11aef2ad03)] - **doc**: update release key for Danielle Adams (Danielle Adams) [#36793](https://github.com/nodejs/node/pull/36793) |
| 113 | +* \[[`a9c38f1003`](https://github.com/nodejs/node/commit/a9c38f1003)] - **doc**: add release key for Danielle Adams (Danielle Adams) [#35545](https://github.com/nodejs/node/pull/35545) |
| 114 | +* \[[`a35f553889`](https://github.com/nodejs/node/commit/a35f553889)] - **doc**: add release key for Bryan English (Bryan English) [#42102](https://github.com/nodejs/node/pull/42102) |
| 115 | +* \[[`5f104e3218`](https://github.com/nodejs/node/commit/5f104e3218)] - **node-api**: cctest on v8impl::Reference (legendecas) [#38970](https://github.com/nodejs/node/pull/38970) |
| 116 | +* \[[`e23c04f0dc`](https://github.com/nodejs/node/commit/e23c04f0dc)] - **node-api**: avoid SecondPassCallback crash (Michael Dawson) [#38899](https://github.com/nodejs/node/pull/38899) |
| 117 | +* \[[`a7224c9559`](https://github.com/nodejs/node/commit/a7224c9559)] - **node-api**: fix shutdown crashes (Michael Dawson) [#38492](https://github.com/nodejs/node/pull/38492) |
| 118 | +* \[[`81b4dc88f1`](https://github.com/nodejs/node/commit/81b4dc88f1)] - **node-api**: make reference weak parameter an indirect link to references (Chengzhong Wu) [#38000](https://github.com/nodejs/node/pull/38000) |
| 119 | +* \[[`2aa9ca1ea9`](https://github.com/nodejs/node/commit/2aa9ca1ea9)] - **node-api**: fix crash in finalization (Michael Dawson) [#37876](https://github.com/nodejs/node/pull/37876) |
| 120 | +* \[[`a2f4206415`](https://github.com/nodejs/node/commit/a2f4206415)] - **node-api**: stop ref gc during environment teardown (Gabriel Schulhof) [#37616](https://github.com/nodejs/node/pull/37616) |
| 121 | +* \[[`171bb66ccc`](https://github.com/nodejs/node/commit/171bb66ccc)] - **node-api**: force env shutdown deferring behavior (Gabriel Schulhof) [#37303](https://github.com/nodejs/node/pull/37303) |
| 122 | +* \[[`e707514c80`](https://github.com/nodejs/node/commit/e707514c80)] - **src**: fix finalization crash (James M Snell) [#38250](https://github.com/nodejs/node/pull/38250) |
| 123 | + |
87 | 124 | <a id="12.22.11"></a>
|
88 | 125 |
|
89 | 126 | ## 2022-03-17, Version 12.22.11 'Erbium' (LTS), @richardlau
|
|
0 commit comments