drogon v1.0.0-beta7 Release Notes

Release Date: 2019-08-31 // over 4 years ago
  • API change list

    • โœ‚ Remove the default value parameter of some methods (#220)

    ๐Ÿ”„ Changed

    โšก๏ธ Optimize DNS in HttpClient and WebSocketClient (support c-ares library).

    โฌ‡๏ธ Reduce dependencies between declarations.

    โž• Add database tests in the travis CI and add test cases to database tests.

    โฌ‡๏ธ Reduce size of docker image.

    ๐Ÿ‘‰ Make the framework API support chained calls.

    โž• Add a synchronous join point for AOP.

    ๐Ÿ’… Modify the CMakeLists to modern cmake style.

    ๐Ÿ›  Fixed

    ๐Ÿ›  Fix bugs in default return values of functions(#220),

    ๐Ÿ›  Fix a bug in the cmake configuration file when there's '+' in the building path.

    ๐Ÿ›  Fix a bug in drogon_ctl (when creating orm models)