Skip to content

v1.0.0-beta9

Pre-release
Pre-release
Compare
Choose a tag to compare
@an-tao an-tao released this 29 Oct 06:04
· 806 commits to master since this release

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.