File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Change Log
2
+ #### 0.10.0
3
+ * permessage-deflate support (experimental)
4
+ * fixed multiple subprotocol bug
5
+ * improved finalization
6
+ * deleted unused codes (shrank about 25%)
7
+
2
8
#### 0.9.2
3
9
* fixed lack of trailing zeros (0x00) when receiving binary (thanks to @lemoncola )
4
10
19
25
* fixed that difference between packages and directories structure (thanks to @digigm )
20
26
21
27
#### 0.8.2
22
- * fixed the constructor error on 4.4 or later (thanks to @digigm )
28
+ * fixed the constructor error on 4.4 and later (thanks to @digigm )
23
29
24
30
#### 0.8.1
25
31
* fixed the frame aggregation error (thanks to @Atsyn )
26
- * fixed the binary transmission for the case of using the plugin on 4.4 or later
32
+ * fixed the binary transmission for the case of using the plugin on 4.4 and later
27
33
28
34
#### 0.8.0
29
35
* performance improvement (about 5% to 15% faster than previous versions)
30
- * deployed the sources of Jetty directly (instead the jar file)
36
+ * deployed source of Jetty directly (instead the jar file)
31
37
* abolished ` maxTextMessageSize ` /` maxBinaryMessageSize ` options
32
38
* added ` override ` option
33
39
* refactor
You can’t perform that action at this time.
0 commit comments