drogon v1.0.0-beta18 Release Notes

Release Date: 2020-06-14 // almost 4 years ago
  • API change list

    โž• Add a new joinpoint of AOP for modification on each HTTP response.

    โž• Add a method for the TERM signal handling.

    โž• Add getContextRef method to the WebSocketConnection class.

    ๐Ÿ”„ Changed

    Create a class template for publish subscribe pattern.

    โž• Add contribution recommendations.

    ๐ŸŒ Send a close message when closing a web socket connection.

    โž• Add additional formats for getHttpDate function.

    ๐Ÿ‘‰ Make app().run() method callable on a non-main thread.

    โž• Add digest filter in examples.

    ๐Ÿ“œ Use string_view to parse multipart/form-data requests.

    ๐Ÿ›  Fixed

    ๐Ÿ›  Fix building of ORM on FreeBSD.

    ๐Ÿ›  Fix a Mysql connection error on Windows.

    ๐Ÿ›  Fix a bug in ListenerManager::getIOLoop().

    ๐Ÿ›  Fix the count() method of Mysql ORM.

    ๐Ÿ›  Fix a compilation issue on windows.

    ๐Ÿ›  Fix model generation for PostgreSQL primary keys.

    ๐Ÿ›  Fix a bug with quoted column names in sqlite3 databases.