Skip to content

v1.0.0-beta4

Pre-release
Pre-release
Compare
Choose a tag to compare
@an-tao an-tao released this 30 Jul 13:15
· 910 commits to master since this release
4f94260

API change list

  • HttpRequest::query() returns a const reference of std::string instead of a string_view
  • WebSocketConnection::setContext(), WebSocketConnection::getContext(), etc.
  • Remove the config.h from public API.

Added

  • None

Changed

  • Modify the CMakeLists.txt
  • Modify the get_version.sh

Fixed

  • None