drogon v1.1.0 Release Notes

Release Date: 2020-10-31 // over 3 years ago
  • ๐Ÿ›  Fixed

    ๐Ÿ›  Fix failing to connect to DB if parameters contains spaces.

    ๐Ÿ›  Fix a CMAKE bug when SHARED and EXAMPLES are on.

    ๐Ÿ›  Fix the HttpServer::isWebSocket method.

    Find mariadb client library correctly on Ubuntu 20.04.

    ๐Ÿ›  Fix a bug when creating sqlite3 database models.

    ๐Ÿ›  Fix a bug in the Mapper::insertFuture method.

    ๐Ÿ”„ Changed

    0๏ธโƒฃ Disable TLS1.0/1.1 on HTTPS by default.

    ๐Ÿ‘‰ Use explicit lambda capture lists.

    Modify the procedure of the app().run() method.

    ๐Ÿ‘Œ Support namespaces when creating view source files.

    โž• Add --path-to-namespace option to drogon_ctl for creating views.

    โž• Add the Host and Sec-WebSocket-Version headers when connecting to a websocket server.