mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-11-29 18:27:43 +08:00
Bump version to 1.9.1
This commit is contained in:
parent
6b20a9fa8d
commit
6370461896
@ -23,7 +23,7 @@ CMAKE_DEPENDENT_OPTION(BUILD_REDIS "Build with redis support" ON "BUILD_ORM" OFF
|
||||
|
||||
set(DROGON_MAJOR_VERSION 1)
|
||||
set(DROGON_MINOR_VERSION 9)
|
||||
set(DROGON_PATCH_VERSION 0)
|
||||
set(DROGON_PATCH_VERSION 1)
|
||||
set(DROGON_VERSION
|
||||
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
|
||||
set(DROGON_VERSION_STRING "${DROGON_VERSION}")
|
||||
|
36
ChangeLog.md
36
ChangeLog.md
@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.9.1] - 2023-11-27
|
||||
|
||||
### API changes list
|
||||
|
||||
- Pass HttpRequestPtr to custom error handlers.
|
||||
|
||||
- Provide some functions for incrementing the value of given columns.
|
||||
|
||||
- Return HttpAppFramework by setExceptionHandler.
|
||||
|
||||
### Changed
|
||||
|
||||
- Custom sessions.
|
||||
|
||||
- Use the constexpr if instead of std::enable_if.
|
||||
|
||||
- Make id generator consistent.
|
||||
|
||||
- Update test_cmake.csp.
|
||||
|
||||
- Simplify drogon test with c++17.
|
||||
|
||||
- Remove unused and undefined overloads of isBase64.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix build due to trantor commit out of date and address warnings.
|
||||
|
||||
- Fix a bug of the GlobalFilters plugin.
|
||||
|
||||
- Fix: uuid formatting.
|
||||
|
||||
## [1.9.0] - 2023-10-29
|
||||
|
||||
### API changes list
|
||||
@ -1493,7 +1525,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.0...HEAD
|
||||
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.1...HEAD
|
||||
|
||||
[1.9.1]: https://github.com/an-tao/drogon/compare/v1.9.0...v1.9.1
|
||||
|
||||
[1.9.0]: https://github.com/an-tao/drogon/compare/v1.9.0-rc.1...v1.9.0
|
||||
|
||||
|
2
trantor
2
trantor
@ -1 +1 @@
|
||||
Subproject commit d596221dd13a27ae86a637dba82154d0c5f96331
|
||||
Subproject commit 5d52d7a2bdaa700197f89d7047976f7752d7d7fc
|
Loading…
Reference in New Issue
Block a user