From 5a03c9aa9fe2d296522137e6d261d7cc4053c547 Mon Sep 17 00:00:00 2001 From: an-tao <antao2002@gmail.com> Date: Sun, 17 Oct 2021 11:49:20 +0800 Subject: [PATCH] Bump version to 1.7.3 --- CMakeLists.txt | 2 +- ChangeLog.md | 42 +++++++++++++++++++++++++++++++++++++++++- trantor | 2 +- 3 files changed, 43 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3df63b05..0b2b8d4b 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ CMAKE_DEPENDENT_OPTION(BUILD_REDIS "Build with redis support" ON "BUILD_ORM" OFF set(DROGON_MAJOR_VERSION 1) set(DROGON_MINOR_VERSION 7) -set(DROGON_PATCH_VERSION 2) +set(DROGON_PATCH_VERSION 3) set(DROGON_VERSION ${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION}) set(DROGON_VERSION_STRING "${DROGON_VERSION}") diff --git a/ChangeLog.md b/ChangeLog.md index 682979c3..97e57e98 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,44 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.7.3] - 2021-10-17 + +### API Change List + +- Support sending files by range + +- Allow outside access to the file path of an HTTP response + +- Support custom MIME types and extensions + +- Add the getOptionalParameter method + +- Add async_run + +### Changes + +- Experimental HaikuOS Support + +- Improve AccessLogger + +- Add Alpine Dockerfile + +- Add option to disable brotli if desired by the builder + +### Fixed + +- Fix a bug in the getIOLoop method + +- Return on redis connection errors + +- Fix(MutliPart): Does not respect quotes in Content-Disposition header + +- Fix(cmake): error in FindFilesystem + +- Fix(style): Change the NotFound page text color + +- Fix a race condition in testing + ## [1.7.2] - 2021-08-24 ### API Change List @@ -888,7 +926,9 @@ All notable changes to this project will be documented in this file. ## [1.0.0-beta1] - 2019-06-11 -[Unreleased]: https://github.com/an-tao/drogon/compare/v1.7.2...HEAD +[Unreleased]: https://github.com/an-tao/drogon/compare/v1.7.3...HEAD + +[1.7.3]: https://github.com/an-tao/drogon/compare/v1.7.2...v1.7.3 [1.7.2]: https://github.com/an-tao/drogon/compare/v1.7.1...v1.7.2 diff --git a/trantor b/trantor index 9f515fe7..5457061b 160000 --- a/trantor +++ b/trantor @@ -1 +1 @@ -Subproject commit 9f515fe76cfdbef8beff193a5d2c876dd0bdf2fa +Subproject commit 5457061be229db8098b42afb068078603194a4f9