Skip to content

v1.9.7

Latest
Compare
Choose a tag to compare
@an-tao an-tao released this 10 Sep 15:18
· 8 commits to master since this release

API changes list

  • Add coroutine mutex.

  • Add requestsBufferSize function.

  • Refine SQLite3 error types with new exception handling.

  • Add a new method to reload SSL files on the fly.

Changed

  • Allow MultiPartParser to be movable.

  • Add quotes to the table name in the ORM generator.

  • Change stoi to stoul in the Field class.

  • Modernize cookies.

  • Change a log level.

Fixed

  • Use correct libraries when compiling statically.