v1.8.4 #1540
an-tao
announced in
Announcements
v1.8.4
#1540
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
API Changes list
Add a configuration option to display local time in logs.
Add the stackLimit option for jsoncpp.
Add coroutine to wait until event loop ends.
Add switchThreadCoro().
Add queueInLoopCoro function.
Changed
Reduce overhead of constructing string from request status.
Add coroutine parameter binding test and make tests not blocking.
Use weakptr instead of shared_ptr in HttpClient.
Refactor HttpServer codes.
Add an option in CMakeLists.txt to set how to use trantor.
Add support to yaml config file.
Changes to free http client if no request is pending.
Trigger error message in drogon test when faced with bad parameter.
Fixed
Make the token bucket full when it is initialized
Fix file r/w race condition in integration test.
Postgresql: don't handle events anymore after connection closing.
Fix multipart boundary with charset.
Fix a conan issue in github actions.
Hold shared pointer from the very beginning in WebSocketConnectionImpl.
This discussion was created from the release v1.8.4.
Beta Was this translation helpful? Give feedback.
All reactions