Skip to content

v1.9.1

Compare
Choose a tag to compare
@an-tao an-tao released this 27 Nov 11:00
· 96 commits to master since this release

API changes list

  • Pass HttpRequestPtr to custom error handlers.

  • Provide some functions for incrementing the value of given columns.

  • Return HttpAppFramework by setExceptionHandler.

Changed

  • Custom sessions.

  • Use the constexpr if instead of std::enable_if.

  • Make id generator consistent.

  • Update test_cmake.csp.

  • Simplify drogon test with c++17.

  • Remove unused and undefined overloads of isBase64.

Fixed

  • Fix build due to trantor commit out of date and address warnings.

  • Fix a bug of the GlobalFilters plugin.

  • Fix: uuid formatting.