Skip to content

v1.9.11

Latest

Choose a tag to compare

@an-tao an-tao released this 20 Jun 08:59
· 9 commits to master since this release

API changes list

  • Add a new overload for execSqlCoro.

Changed

  • Do not write to source directory during build.

  • Improve Postgres connection stability.

  • Add handleFatalError in handleClosed.

  • Add -o|--output option to drogon_ctl create models.

  • Add qrcode for WeChat official account to the README file.

  • Support for iOS compiling.

  • Add cors example to demonstrate cross-origin support in drogon.

  • Add support for continuation frame in WebSocketMessageParser.

  • Add RawParameter API to pass raw SQL parameters.

  • Upgrade Windows image and re-enable tests on Windows.

Fixed

  • Fix a bug in isAutoCreationClass.

  • Fix CI on MacOS.

  • Fix issue with precision loss of double-type parameters in ORM inputs.