drogon v1.2.0 Release Notes

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

    • ๐Ÿ›  Fix error when receiving response without content-length header.

    • ๐Ÿ›  Fix a stack-overflow error when high concurrency happening on sqlite3.

    • ๐Ÿ›  Fix MinGW ORM building by enabling htonll and ntohll.

    ๐Ÿ”„ Changed

    • โœ… Modify the WebSocketTest controller to create a simple chat room.

    • โž• Add support for OpenBSD.

    • Return 400 if the content-length is invalid.

    • Don't send content type in a 304 response.

    • โž• Add the reuse_port option to app() interface.

    • โž• Add the 'std::optional' support in the SqlBinder class and the Session class.

    • โž• Add implicit page resolving capability.