- Improved SSL and certificate loading capabilities.
- Fix url_decode bug.
- Enhanced user_data() function.
- Other general enhancements.
- Add call and async_call for rpc_server.
- Add async call version without callback function.
- Other general enhancements.
- Bug fix : Fix the rpc bug of calling parameters is raw pointer or object refrence.
- Add automatic reconnection mechanism in the client when disconnection occurs.
- Bug fix : Fix the problem that data cannot be sent when the client is restarted in some cases(By adding event queue mechanism).
- 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.