From b6ddc46433f6e4f5240c718bfc611c742d1118a3 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Thu, 23 Jul 2026 06:02:20 +0000 Subject: [PATCH] update changelog --- docs/update/v3.md | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/docs/update/v3.md b/docs/update/v3.md index 0549c206..f52443c6 100644 --- a/docs/update/v3.md +++ b/docs/update/v3.md @@ -2,6 +2,14 @@ > 本页面由框架命令 `./zhamao generate:text update-log-md` 自动生成 +## v3.2.7 + +> 更新时间:2026-07-23 + +* fix: add SIGHUP/SIGTERM handling, widen PHP to 8.5, modernize CI by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#385](https://github.com/zhamao-robot/zhamao-framework/pull/385) + +**源码变更记录**: + ## v3.2.6 > 更新时间:2025-03-17 @@ -250,19 +258,3 @@ **源码变更记录**: -## v3.0.0-beta7 - -> 更新时间:2023-02-04 - -* 本次更新包含文档更新内容 8 个 -* 修复 Cron 使用闭包方法导致错误的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#264](https://github.com/zhamao-robot/zhamao-framework/pull/264) -* 新增 WebSocket Frame 对象的依赖注入 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#265](https://github.com/zhamao-robot/zhamao-framework/pull/265) -* 新增 ZMRequest 的类别名 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#266](https://github.com/zhamao-robot/zhamao-framework/pull/266) -* 新增 `--verbose` 对 Logger 切换 debug 模式的响应 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#267](https://github.com/zhamao-robot/zhamao-framework/pull/267) -* 新增插件安装命令、重构插件命令基类 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#268](https://github.com/zhamao-robot/zhamao-framework/pull/268) -* 新增动态 Token 鉴权功能 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#269](https://github.com/zhamao-robot/zhamao-framework/pull/269) -* 新增 TaskWorker 支持,新增注解组支持 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#272](https://github.com/zhamao-robot/zhamao-framework/pull/272) -* 新增插件打包功能,修复 build 命令的一些问题 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#276](https://github.com/zhamao-robot/zhamao-framework/pull/276) - -**源码变更记录**: -