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.
33
44## [ Unreleased]
55
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+
618## [ 1.0.0-rc1] - 2019-06-11
719
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
923
1024[ 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