drogon v1.0.0-beta5 Release Notes

Release Date: 2019-08-01 // over 4 years ago
  • [1.0.0-beta5] - 2019-08-01

    API change list

    • None

    โž• Added

    • โž• Add two methods to control if the Server header or the Date header is sent to clients with HTTP responses.
      • void HttpAppFramework::enableServerHeader(bool);
      • void HttpAppFramework::enableDateHeader(bool);

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Support high performance batch mode of libpq.