Skip to content

v1.9.3

Compare
Choose a tag to compare
@an-tao an-tao released this 09 Feb 08:09
· 14 commits to master since this release

API changes list

  • Added getParameter() and getOptionalParameter().

  • Change drogon::MultiPartParser's parameters data type.

  • Use std::string_view for WebSockets.

Changed

  • Add support for gentoo linux, dev-db/mariadb contains mysql.

  • Introduce cpplint to the CI.

  • Enable readability/alt_tokens for cpplint.

  • Use clang-format-17.

  • Add newline at EOF.

  • Enable readability/inheritance for cpplint.

  • Enable build/explicit_make_pair for cpplint.

  • Enable build/include_order for cpplint.

  • Enable build/header_guard for cpplint.

  • Enable build/storage_class for cpplint.

  • Enable readability/multiline_string for cpplint.

  • Alias the safe hashmap template.

  • Simplify traits in utils.

  • Enhancement: extend drogon::ContentType for file handling.

Fixed

  • Fix a wrong place of return.

  • Fix drogon::util::fromString().