You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notable changes
* http: Writes no longer abort if the Socket is missing.
* process, async_hooks: Avoid problems when triggerAsyncId is undefined.
* zlib: Streams no longer attempt to process data when destroyed.
PR-URL: #14399
Copy file name to clipboardexpand all lines: doc/changelogs/CHANGELOG_V8.md
+16
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
</tr>
7
7
<tr>
8
8
<td>
9
+
<ahref="#8.2.1">8.2.1</a><br/>
9
10
<ahref="#8.2.0">8.2.0</a><br/>
10
11
<ahref="#8.1.4">8.1.4</a><br/>
11
12
<ahref="#8.1.3">8.1.3</a><br/>
@@ -27,6 +28,21 @@
27
28
*[io.js](CHANGELOG_IOJS.md)
28
29
*[Archive](CHANGELOG_ARCHIVE.md)
29
30
31
+
<aid="8.2.1"></a>
32
+
## 2017-07-20, Version 8.2.1 (Current), @fishrock123
33
+
34
+
### Notable changes
35
+
36
+
***http**: Writes no longer abort if the Socket is missing.
37
+
***process, async_hooks**: Avoid problems when `triggerAsyncId` is `undefined`.
38
+
***zlib**: Streams no longer attempt to process data when destroyed.
39
+
40
+
### Commits
41
+
42
+
*[[`8d426bbeec`](https://github.com/nodejs/node/commit/8d426bbeec)] - **http**: do not abort if socket is missing (Matteo Collina) [#14387](https://github.com/nodejs/node/pull/14387)
43
+
*[[`302c19b006`](https://github.com/nodejs/node/commit/302c19b006)] - **process**: triggerAsyncId can be undefined (Matteo Collina) [#14387](https://github.com/nodejs/node/pull/14387)
44
+
*[[`6fce1a314e`](https://github.com/nodejs/node/commit/6fce1a314e)] - **zlib**: check if the stream is destroyed before push (Matteo Collina) [#14330](https://github.com/nodejs/node/pull/14330)
45
+
30
46
<aid="8.2.0"></a>
31
47
## 2017-07-19, Version 8.2.0 (Current), @fishrock123
0 commit comments