Skip to content

Releases: drogonframework/drogon

v1.0.0-beta16

27 Apr 13:53
Compare
Choose a tag to compare
v1.0.0-beta16 Pre-release
Pre-release

API change list

  • Standardize Row and Result api in ORM

Changed

  • Add support for brotli compression

  • Parse content-type of HTTP requests

  • Remove non standard macros

  • Support url safe base64 codec

v1.0.0-beta15

28 Mar 08:13
Compare
Choose a tag to compare
v1.0.0-beta15 Pre-release
Pre-release

API change list

  • Modify the Attributes interface of the HttpRequest class

  • Add the getHomePage() method to HttpAppFramework

Changed

  • Support br compression files

  • Update Content-Type support for PDF

  • Add support for MSVC 2015

  • Optimize the rendering of HTTP responses

  • Update the Dynamic Views Loading, add the layout tag

  • Graceful shutdown

Fixed

  • Fix error when finding the jsoncpp library

  • Fix the 'many to many' relationship in ORM

  • Fix a bug when creating json responses

  • Fix a bug on filters with WebSocketControllers

  • Fix a fatal bug in the MysqlConnection class

  • Fix crash with partial matched url

  • Fix null jsonObject from newHttpJsonRequest

v1.0.0-beta14

17 Feb 13:14
Compare
Choose a tag to compare
v1.0.0-beta14 Pre-release
Pre-release

API change list

  • None

Added

  • Add IOLoop access function

Changed

  • Add support for regular expressions when routing

  • Add location configuration for static resources

  • Port drogon to Windows

  • Support 'password' keyword in configuration files

  • Remove get_version.sh

  • Modify dynamic view loading algorithm, add 'layout' tag for view generation.

Fixed

  • Fix an issue of out-of-range (#334)

  • Fix a bug in views generation (#341)

v1.0.0-beta13

04 Jan 01:41
Compare
Choose a tag to compare
v1.0.0-beta13 Pre-release
Pre-release

API change list

  • None

Changed

  • Add some unit tests (based on gtest)

  • Add a reverse proxy example

  • Make a patch to support the ossp UUID library

  • Make shared linking possible

  • Add the drogon::OStringStream class

  • Optimize ORM

  • Modify singleton logic of DrClassMap

Fixed

  • Fix an error in the batch mode of libpq

  • Fix an error when clients use HTTP1.0

v1.0.0-beta12

30 Nov 04:21
Compare
Choose a tag to compare
v1.0.0-beta12 Pre-release
Pre-release

Changed

  • Make dg_ctl a symlink

  • Modify some code styles

  • Explicitly set path to '/' for JSESSIONID cookie

  • Handle gzip errors safely

  • Add the SecureSSLRedirector plugin

Fixed

  • Fix a bug in dg_ctl for creating models of sqlite3

  • Reset the flag used to parse json to false before recycling HttpRequest objects

v1.0.0-beta11

06 Nov 05:40
Compare
Choose a tag to compare
v1.0.0-beta11 Pre-release
Pre-release

Changed

  • Delete useless log output

v1.0.0-beta10

04 Nov 02:26
Compare
Choose a tag to compare
v1.0.0-beta10 Pre-release
Pre-release

API change list

  • None

Changed

  • Add the headers configuration option for static files

Fixed

  • Fix(compilation on alpine): Replace u_short alias.

v1.0.0-beta9

29 Oct 06:04
Compare
Choose a tag to compare
v1.0.0-beta9 Pre-release
Pre-release

API change list

  • Add interfaces for accessing content of attachments.

  • Add option to disable setting the 404 status code of the custom 404 page.

  • Make user can use any string as a placeholder's name in routing patterns.

  • Add type conversion methods to the HttpRequest and HttpResponse classes.

Changed

  • Modify cmake configuration.

  • Modify the quit() method.

  • Implement relationships in ORM.

Fixed

  • Fix size_t underflow of drogon_ctl.

  • Fix some race conditions.

  • Fix a busy loop bug when connections to mysql server are timeout.

v1.0.0-beta8

04 Oct 07:22
Compare
Choose a tag to compare
v1.0.0-beta8 Pre-release
Pre-release

API change list

  • Add length() method to the Field class.

  • Add as<bool>() function template specialization to the Field class.

  • Add add attribute store methods to the HttpRequest class.

  • Add the setCustomContentTypeString() method to the HttpRequest class.

  • Add thread storage.

Changed

  • Use .find('x') instead of .find("x") in a string search.

  • Add the ability to create restful API controllers.

Fixed

  • Fix a bug of creating models for mysql.

  • Fix a bug when HTTP method is PUT.

  • Fix a bug when using 'is null' substatement in ORM.

  • Fix a sqlite3 bug when some SQL errors occur.

  • Fix bug with parsing json.

  • Fix url decode.

  • Fix a error in HttpClient.

  • Fix a error in setThreadNum method.

  • Fix some race conditions.

v1.0.0-beta7

31 Aug 10:37
Compare
Choose a tag to compare
v1.0.0-beta7 Pre-release
Pre-release

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)