Skip to content

v1.0.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@an-tao an-tao released this 10 Jul 02:40
· 908 commits to master since this release
7d38a94

Added

  • Add setBody methods to the HttpRequest class.
  • Add stress testing command to drogon_ctl.
  • Add -v, -h parameters to drogon_ctl.
  • Add the setContentTypeCodeAndCustomString method to the HttpResponse class.

Changed

  • Update the submodule - trantor.
  • Modify the handling of CORS.
  • Optimize the htmlTranslate method and the Field class.
  • Make all listeners share IO threads in the MacOS/Unix system.

Fixed

  • Fix a bug of the IsPlugin class.
  • Use default constructor of string_view to reset _statusMessage to fix a warning on GCC 9.1 on Arch Linux.