File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,22 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.0.0-rc2] - 2019-07-11
7
+
8
+ ### Added
9
+
10
+ - Add bytes statistics methods to the TcpConnection class.
11
+ - Add the setIoLoopThreadPool method to the TcpServer class.
12
+
13
+ ### Changed
14
+
15
+ - Ignore SIGPIPE signal when using the TcpClient class.
16
+ - Enable TCP_NODELAY by default (for higher performance).
17
+
6
18
## [ 1.0.0-rc1] - 2019-06-11
7
19
8
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc1...HEAD
20
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc2...HEAD
21
+
22
+ [ 1.0.0-rc2 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc1...v1.0.0-rc2
9
23
10
24
[ 1.0.0-rc1 ] : https://github.com/an-tao/trantor/releases/tag/v1.0.0-rc1
You can’t perform that action at this time.
0 commit comments