drogon v1.3.0 Release Notes

Release Date: 2021-01-16 // about 3 years ago
  • API changes list

    • โž• Add an option for setting float precision in Json string.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix brotli link order.

    • ๐Ÿ›  Fix cmake with drogonctl cross-compilation.

    • sqlite3: Insert into stmtsMap_ as string_view.

    • ๐Ÿ›  Fix some bugs when creating models via drogon_ctl.

    • ๐Ÿ›  Fix an error in sqlite3 ORM generator.

    • ๐Ÿ›  Fix an error with missing composite key to sqlite3 ORM generator.

    ๐Ÿ”„ Changed

    • โœ‚ Remove the use of std::filesystem to adapt to old compilers.

    • โž• Add github actions.

    • Serve wasm files with the correct MIME type.