API changes list
-
Add in-place base64 encode and decode.
-
Add check the client connection status.
Changed
-
Add Hodor whitelists.
-
Include exception header for std::exception_ptr.
-
Add support for escaped identifiers in Postgresql.
-
Remove content-length header from 101 Switching Protocols response.
-
Remove websocketResponseTest from windows shared library env.
-
Optimize query params and allow for empty values.
-
Replace rejection sampling and remove use of rand().
-
Add sending customized http requests to drogon_ctl.
Fixed
-
Fix coroutine continuation handle.
-
Fix some bugs in plugin PromExporter.
-
Fix a bug after removing content-length header in some responses.