- Change internal send mode from synchronous to asynchronous.
- Fixed some bugs.
- Rewrite all code with template metaprogramming mode.
- Version 1.x code will no longer be maintained.
- Fixed some bugs in session_mgr_t class.
- Adjust some other code.
- Replace boost::asio with asio standalone to avoid conflicts when use boost and asio2 at the same time.
- Adjust and optimize some other code.
- fixed bug : sender and session has't post close notify to listener when closed.
- Redesign the sender code.
- Upgrade the boost (asio) version to 1.66.0
- Changed the parameters of the listening interface to reference
- Modified the SSL certificate setting function, many functions need to be invoked before, now only one function needs to be called
- Optimizes a lot of internal code
- Initial release.