drogon v1.0.0-beta9 Release Notes

Release Date: 2019-10-28 // over 4 years ago
  • API change list

    โž• Add interfaces for accessing content of attachments.

    โž• Add option to disable setting the 404 status code of the custom 404 page.

    ๐Ÿ‘‰ Make user can use any string as a placeholder's name in routing patterns.

    โž• Add type conversion methods to the HttpRequest and HttpResponse classes.

    ๐Ÿ”„ Changed

    ๐Ÿ”ง Modify cmake configuration.

    Modify the quit() method.

    Implement relationships in ORM.

    ๐Ÿ›  Fixed

    Fix size_t underflow of drogon_ctl.

    ๐Ÿ›  Fix some race conditions.

    ๐Ÿ›  Fix a busy loop bug when connections to mysql server are timeout.