Skip to content

v1.7.5

Compare
Choose a tag to compare
@an-tao an-tao released this 19 Feb 10:44
· 380 commits to master since this release

API changes list

  • Add toString for drogon::ReqResult.

  • Add max-age, samesite options to Cookie.

  • Enable setup output of logs to files at any time.

Changed

  • Use operator<< to convert ReqResult to string.

  • Remove sudo from build.sh.

  • Remove sudo from dependencies in Dockerfile.

  • Avoid attempt linking to std::fs when target does not exist.

  • Destroy fastdb client on quit.

  • Check HTTP client is not sending requests in sync mode on the same event loop.

  • Start listening after beginning advices.

  • Allow using json_cpp in other sublibraries.

  • Accept system lib for uuid on macOS.

  • Add Not In to ORM Criteria.

Fixed

  • Fix WS test potentially can get stuck.

  • Fix a bug in model generation.

  • Prevent malformed upload path causing arbitrary write.

  • Fix missing "using namespace drogon::orm;" at autogenerated restful controllers.