drogon v1.4.0 Release Notes
Release Date: 2021-03-05 // over 1 year ago-
API changes list
โ Add coroutine support.
โ Add default value interface to SqlBinder for MySQL and PostgreSQL.
๐ Support SNI in the HttpClient class.
Validate certificate in HttpClient.
HttpRequest: add a feature to avoid URL encoding of the path.
๐ Changed
๐ Handle cross-compiling properly.
Lowercase all HTTP headers, add webp and avif types.
Modify FindMySQL.cmake
๐ Fixed
๐ Fix an error in the HttpClient class when a response has no content-length.
Return 404 or 405 responses correctly.
๐ Fix compilation errors on vs2019.
๐ Fix stack use after scope error in client_example.
๐ Fix the error when the SSL handshake fails.