Skip to content

Releases: an-tao/trantor

v1.0.0-rc8

30 Nov 04:08
Compare
Choose a tag to compare
v1.0.0-rc8 Pre-release
Pre-release

API change list

  • Add the isSSLConnection() method to the TcpConnection class

Changed

  • Use the std::chrono::steady_clock for timers

v1.0.0-rc7

21 Nov 02:59
Compare
Choose a tag to compare
v1.0.0-rc7 Pre-release
Pre-release
  • Modify some code styles

v1.0.0-rc6

04 Oct 14:28
01d3926
Compare
Choose a tag to compare
v1.0.0-rc6 Pre-release
Pre-release

API change list

  • Add index() interface to the EventLoop class.

Changed

  • Fix some compilation warnings.

  • Modify the CMakeLists.txt

v1.0.0-rc4

08 Aug 04:55
Compare
Choose a tag to compare
v1.0.0-rc4 Pre-release
Pre-release

API change list

  • None

Changed

  • Add TrantorConfig.cmake so that users can use trantor with the find_package(Trantor) command.

Fixed

  • Fix an SSL error (occurs when sending large data via SSL).

v1.0.0-rc3

30 Jul 02:23
7d6ca8e
Compare
Choose a tag to compare
v1.0.0-rc3 Pre-release
Pre-release

API change list

  • TcpConnection::setContext, TcpConnection::getContext, etc.
  • Remove the config.h from public API.

Changed

  • Modify the CMakeLists.txt.
  • Modify some log output.
  • Remove some unnecessary std::dynamic_pointer_cast calls.

v1.0.0-rc2

11 Jul 03:31
4f7d8c5
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release

Added

  • Add bytes statistics methods to the TcpConnection class.
  • Add the setIoLoopThreadPool method to the TcpServer class.

Changed

  • Ignore SIGPIPE signal when using the TcpClient class.
  • Enable TCP_NODELAY by default (for higher performance).

v1.0.0-rc1

11 Jun 03:37
64f7319
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release
Merge pull request #33 from an-tao/dev

Add ChangeLog.md