Last change
on this file since 571e0df was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
891 bytes
|
Line | |
---|
1 | ### 0.1.4 / 2020-06-02
|
---|
2 |
|
---|
3 | - Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by
|
---|
4 | Robert McLaughlin)
|
---|
5 | - Change license from MIT to Apache 2.0
|
---|
6 |
|
---|
7 | ### 0.1.3 / 2017-11-11
|
---|
8 |
|
---|
9 | - Accept extension names and parameters including uppercase letters
|
---|
10 | - Handle extension names that clash with `Object.prototype` properties
|
---|
11 |
|
---|
12 | ### 0.1.2 / 2017-09-10
|
---|
13 |
|
---|
14 | - Catch synchronous exceptions thrown when calling an extension
|
---|
15 | - Fix race condition caused when a message is pushed after a cell has stopped
|
---|
16 | due to an error
|
---|
17 | - Fix failure of `close()` to return if a message that's queued after one that
|
---|
18 | produces an error never finishes being processed
|
---|
19 |
|
---|
20 | ### 0.1.1 / 2015-02-19
|
---|
21 |
|
---|
22 | - Prevent sessions being closed before they have finished processing messages
|
---|
23 | - Add a callback to `Extensions.close()` so the caller can tell when it's safe
|
---|
24 | to close the socket
|
---|
25 |
|
---|
26 | ### 0.1.0 / 2014-12-12
|
---|
27 |
|
---|
28 | - Initial release
|
---|
Note:
See
TracBrowser
for help on using the repository browser.