v1.9.2
API changes list
-
Feature: Integrate spdlog as logging backend.
-
Support asynchronous sending of chunked responses.
Changed
-
Modify the configuration file templates in drogon_ctl.
-
Use execute_process instead of exec_program in FindJsoncpp.cmake.
-
GitHub Action to find typos in the codebase using codespell.
-
add discord link to readme.
-
Add -k option to the drogon_ctl when running the press command.
-
Refine request routing process.
-
Add CI tests with more compilers.
-
Avoid a race condition in database listener tests.
-
Remove macos-11 CI; not supported by Homebrew.
-
Bump github/codeql-action from 2 to 3.
-
Move the RealIpResolver plugin to the PreRouting join point.
Fixed
-
Fix: typo on Mapper method.
-
Fix a error of coroutines on Windows.
-
Fix ORM: The original way did not handle exceptions correctly.
-
Remove the default ctor of the Row class in ORM.
-
Set the url of trantor to the official repository.
-
Fix htonll/ntohll redefinition.
-
Fix building with MSYS2.
-
Fix name issue when cross-compiling.