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_parser: Update to http-parser 1.2 to fix an unintentionally
strict limitation of allowable header characters.
(James M Snell) #5242
* domains:
- Prevent an exit due to an exception being thrown rather than
emitting an `'uncaughtException'` event on the `process` object
when no error handler is set on the domain within which an error
is thrown and an `'uncaughtException'` event listener is set on
`process`. (Julien Gilli) #3887
- Fix an issue where the process would not abort in the proper
function call if an error is thrown within a domain with no error
handler and `--abort-on-uncaught-exception` is used.
(Julien Gilli) #3887
Copy file name to clipboardexpand all lines: ChangeLog
+14
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
2016-03-01, Version 0.10.43 (Maintenance), @rvagg
2
+
3
+
Notable changes:
4
+
5
+
* http_parser: Update to http-parser 1.2 to fix an unintentionally strict limitation of allowable header characters. (James M Snell) https://github.com/nodejs/node/pull/5242
6
+
* domains:
7
+
- Prevent an exit due to an exception being thrown rather than emitting an `'uncaughtException'` event on the `process` object when no error handler is set on the domain within which an error is thrown and an `'uncaughtException'` event listener is set on `process`. (Julien Gilli) https://github.com/nodejs/node/pull/3887
8
+
- Fix an issue where the process would not abort in the proper function call if an error is thrown within a domain with no error handler and `--abort-on-uncaught-exception` is used. (Julien Gilli) https://github.com/nodejs/node/pull/3887
9
+
10
+
Commits:
11
+
12
+
* [1e45a6111c] - deps: update http-parser to version 1.2 (James M Snell) https://github.com/nodejs/node/pull/5242
2016-02-09, Version 0.10.42 (Maintenance), @jasnell
2
16
3
17
This is an important security release. All Node.js users should consult the security release summary at nodejs.org for details on patched vulnerabilities.
0 commit comments