修复: 升级框架并完善报告导出

- 升级 Drogon 和 Trantor,修复畸形请求导致的连接计数泄漏\n- 增加第三方框架版本校验与自动重建\n- 完善完整报告导出和接口文档
This commit is contained in:
cloud
2026-08-10 09:50:09 +08:00
parent 99ed321d24
commit 0e28826073
82 changed files with 3095 additions and 566 deletions
+29 -1
View File
@@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.5.28] - 2026-05-06
### Fixed
- Avoid abort on closeWrite shutdown failure.
## [1.5.27] - 2026-05-06
### Changed
- Add automatic SSL.
- Add getter for `TcpConnection::closeCallback_`.
- Remove spurious executable permissions from non-script sources.
### Fixed
- Fix `TRANTOR_USE_TLS` cache setting in CMake.
- Fix TLS implementation quirks.
- Fix server-side mTLS client certificate hostname validation.
## [1.5.26] - 2026-01-26
### Changed
@@ -742,7 +766,11 @@ All notable changes to this project will be documented in this file.
## [1.0.0-rc1] - 2019-06-11
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.26...HEAD
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.28...HEAD
[1.5.28]: https://github.com/an-tao/trantor/compare/v1.5.27...v1.5.28
[1.5.27]: https://github.com/an-tao/trantor/compare/v1.5.26...v1.5.27
[1.5.26]: https://github.com/an-tao/trantor/compare/v1.5.25...v1.5.26