drogon v1.1.0 Release Notes
Release Date: 2020-10-31 // over 1 year 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.