Skip to content

v1.8.2

Compare
Choose a tag to compare
@an-tao an-tao released this 11 Nov 13:10
· 68 commits to master since this release

API changes list

  • Add the queueInLoopCoro function.

  • Avoid HashDoS attacks via random per-session hash initial state.

Changed

  • Support the mediumint column when generate the mysql model.

  • Set Hiredis_FOUND to true when finding Hiredis library.

  • Add rate limiter.

  • Add some test cases for the sqlite datetime type.

Fixed

  • Fix typo in drogon_test.h.

  • Fix a date race in drogon_test.

  • Fix a deadlock bug when closing all database connections.