drogon v1.0.0-beta19 Release Notes

Release Date: 2020-07-16 // almost 4 years ago
  • API change list

    โž• Add a method to disable unicode escaping in json string.

    โž• Add a timeout parameter when sending HTTP requests.

    โž• Add the getJsonError method.

    ๐Ÿ”„ Changed

    โœ‚ Remove the restriction on the location of layout tags in views.

    โž• Add a way to set the character set when creating DbClient objects.

    ๐Ÿ‘‰ Make GET as the only method for accessing static files.

    Modify the 404 pages generator.

    Modify the DbClient class.

    โšก๏ธ Optimize the HttpResponse class.

    ๐Ÿ›  Fixed

    Properly handle chunked encoding requests.

    Destroy DNS resolver of HttpClient in the correct thread.

    โž• Add the header to resolve build errors in VS2017.