From e78690747858f49d7ea08002083420ff046d8785 Mon Sep 17 00:00:00 2001 From: antao Date: Sat, 20 Jul 2024 23:35:17 +0800 Subject: [PATCH] Bump version to 1.9.6 --- CMakeLists.txt | 2 +- ChangeLog.md | 28 +++++++++++++++++++++++++++- trantor | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e8df7092..e5d859e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ CMAKE_DEPENDENT_OPTION(USE_SPDLOG "Allow using the spdlog logging library" OFF " set(DROGON_MAJOR_VERSION 1) set(DROGON_MINOR_VERSION 9) -set(DROGON_PATCH_VERSION 5) +set(DROGON_PATCH_VERSION 6) 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 bed58ad9..ff6a1f6f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.9.6] - 2024-07-20 + +### API changes list + +- Add setsockopt to HttpServer. + +- Support request stream. + +### Changed + +- Allow MultiPartParser to parse PATCH requests. + +- Add an example of prometheus. + +- Delay parsing json for HttpClient. + +- Update README.md. + +### Fixed + +- Fix some compilation warnings. + +- Fix typo in yaml config. + ## [1.9.5] - 2024-06-08 ### API changes list @@ -1673,7 +1697,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.9.5...HEAD +[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.6...HEAD + +[1.9.6]: https://github.com/an-tao/drogon/compare/v1.9.5...v1.9.6 [1.9.5]: https://github.com/an-tao/drogon/compare/v1.9.4...v1.9.5 diff --git a/trantor b/trantor index 0131da98..79e1ffc5 160000 --- a/trantor +++ b/trantor @@ -1 +1 @@ -Subproject commit 0131da98233912dcd09b4833bf7c61517170d682 +Subproject commit 79e1ffc59aa1b9c8226c2988fe2e1185e97cd795