2023-05-20 11:37:55 +00:00

325 lines
28 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 更新日志
> 本页面由框架命令 `./zhamao generate:text update-log-md` 自动生成
## v3.1.10
> 更新时间2023-05-20
* 修复 Release Artifact 构建 by [@sunxyw](https://github.com/sunxyw) in [PR#351](https://github.com/zhamao-robot/zhamao-framework/pull/351)
* 添加 ZMChatGPT 插件 by [@DreamMiu](https://github.com/DreamMiu) in [PR#352](https://github.com/zhamao-robot/zhamao-framework/pull/352)
* 修复 #353 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#355](https://github.com/zhamao-robot/zhamao-framework/pull/355)
## New Contributors
* [@DreamMiu](https://github.com/DreamMiu) made their first contribution in [PR#352](https://github.com/zhamao-robot/zhamao-framework/pull/352)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.1.9...3.1.10>
## v3.1.9
> 更新时间2023-04-15
* 修复命令的 Bootstrap 重复执行导致插件重复加载的问题 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#349](https://github.com/zhamao-robot/zhamao-framework/pull/349)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.1.8...3.1.9>
## v3.1.8
> 更新时间2023-04-10
* 本次更新包含文档更新内容 1 个
* 一键安装脚本移除 Swoole by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#347](https://github.com/zhamao-robot/zhamao-framework/pull/347)
* 新增 WebSocket 客户端 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#348](https://github.com/zhamao-robot/zhamao-framework/pull/348)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.1.7...3.1.8>
## v3.1.7
> 更新时间2023-03-29
* 完善框架插件系统命令 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#345](https://github.com/zhamao-robot/zhamao-framework/pull/345)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.1.6...3.1.7>
## v3.1.6
> 更新时间2023-03-28
* 修复命令别名冲突的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#344](https://github.com/zhamao-robot/zhamao-framework/pull/344)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.1.5...3.1.6>
## v3.1.5
> 更新时间2023-03-17
* 添加 RuntimePreferences 配置目录回退 by [@sunxyw](https://github.com/sunxyw) in [PR#343](https://github.com/zhamao-robot/zhamao-framework/pull/343)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.1.4...3.1.5>
## v3.1.4
> 更新时间2023-03-17
* 修复 Symfony Console Event Dispatcher 接口缺失 by [@sunxyw](https://github.com/sunxyw) in [PR#342](https://github.com/zhamao-robot/zhamao-framework/pull/342)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.1.3...3.1.4>
## v3.1.3
> 更新时间2023-03-15
* 修复 Symfony Event Dispatcher 不可用 by [@sunxyw](https://github.com/sunxyw) in [PR#341](https://github.com/zhamao-robot/zhamao-framework/pull/341)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.1.2...3.1.3>
## v3.1.2
> 更新时间2023-03-11
* 重构框架核心 by [@sunxyw](https://github.com/sunxyw) in [PR#322](https://github.com/zhamao-robot/zhamao-framework/pull/322)
* 修复 BotActionResponse 注解事件不支持 status 限定的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#338](https://github.com/zhamao-robot/zhamao-framework/pull/338)
* 本次更新包含文档更新内容 2 个
* OneBot 和框架的有关小修小补更新 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#340](https://github.com/zhamao-robot/zhamao-framework/pull/340)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.1.1...3.1.2>
## v3.1.1
> 更新时间2023-03-06
* 修复 BotContext 使用 reply 后无法激活其他回调的问题 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#334](https://github.com/zhamao-robot/zhamao-framework/pull/334)
* 修复 CommandArgument 在群组和讨论组中询问参数时未判断用户 ID 的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#335](https://github.com/zhamao-robot/zhamao-framework/pull/335)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.1.0...3.1.1>
## v3.1.0
> 更新时间2023-03-05
* 本次更新包含文档更新内容 3 个
* 修复 #301 的 Workerman CtrlC 的卡死 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#308](https://github.com/zhamao-robot/zhamao-framework/pull/308)
* 添加 今天吃什么 插件 by [@FishZe](https://github.com/FishZe) in [PR#309](https://github.com/zhamao-robot/zhamao-framework/pull/309)
* 添加 InvalidDefinition 解决方案提示 by [@sunxyw](https://github.com/sunxyw) in [PR#310](https://github.com/zhamao-robot/zhamao-framework/pull/310)
* Update plugin_list.js by [@OnErrk](https://github.com/OnErrk) in [PR#312](https://github.com/zhamao-robot/zhamao-framework/pull/312)
* 添加 疯狂星期四 / 代码运行 插件 by [@FishZe](https://github.com/FishZe) in [PR#313](https://github.com/zhamao-robot/zhamao-framework/pull/313)
* Update plugin_list.js by [@OnErrk](https://github.com/OnErrk) in [PR#315](https://github.com/zhamao-robot/zhamao-framework/pull/315)
* 更新 GH Action by [@sunxyw](https://github.com/sunxyw) in [PR#318](https://github.com/zhamao-robot/zhamao-framework/pull/318)
* 添加构建命令开发依赖检测 by [@sunxyw](https://github.com/sunxyw) in [PR#319](https://github.com/zhamao-robot/zhamao-framework/pull/319)
* 提前 Bootstrapers 调用时机 by [@sunxyw](https://github.com/sunxyw) in [PR#320](https://github.com/zhamao-robot/zhamao-framework/pull/320)
* prompt 新增更新当前上下文绑定的事件对象的可选项 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#324](https://github.com/zhamao-robot/zhamao-framework/pull/324)
* 插件生成器和插件列表的相关破坏性更新 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#321](https://github.com/zhamao-robot/zhamao-framework/pull/321)
* 修复 Phar 下入口文件的 Autoloader by [@sunxyw](https://github.com/sunxyw) in [PR#323](https://github.com/zhamao-robot/zhamao-framework/pull/323)
* 中间件增强:支持传入参数 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#326](https://github.com/zhamao-robot/zhamao-framework/pull/326)
* 重构 OneBot 适配器,新增 BotMap 等机器人对照表特性 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#328](https://github.com/zhamao-robot/zhamao-framework/pull/328)
* 中间件增强:支持传入参数、获取所 call 注解 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#329](https://github.com/zhamao-robot/zhamao-framework/pull/329)
* 代码优化:添加方法返回类型 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#331](https://github.com/zhamao-robot/zhamao-framework/pull/331)
## New Contributors
* [@OnErrk](https://github.com/OnErrk) made their first contribution in [PR#312](https://github.com/zhamao-robot/zhamao-framework/pull/312)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.0.2...3.1.0>
## v3.0.2
> 更新时间2023-02-12
* 修复多次调用 prompt() 超时时间出现错乱的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#300](https://github.com/zhamao-robot/zhamao-framework/pull/300)
* 修复 Workerman CtrlC 退出时会弹出假的 Fatal Error 的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#303](https://github.com/zhamao-robot/zhamao-framework/pull/303)
* 修复 BotCommand 使用 regex 时参数错乱的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#304](https://github.com/zhamao-robot/zhamao-framework/pull/304)
* 修复使用 Route 注解时无法自定义响应包体的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#305](https://github.com/zhamao-robot/zhamao-framework/pull/305)
* 修复使用内建 Composer 时无法生成 psr4 插件的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#306](https://github.com/zhamao-robot/zhamao-framework/pull/306)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.0.1...3.0.2>
## v3.0.1
> 更新时间2023-02-11
* 本次更新包含文档更新内容 1 个
* 修复 Message 转换时的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#289](https://github.com/zhamao-robot/zhamao-framework/pull/289)
* 修复初始化命令兼容性问题 by [@sunxyw](https://github.com/sunxyw) in [PR#295](https://github.com/zhamao-robot/zhamao-framework/pull/295)
* 修复安装脚本不使用内置 Composer by [@sunxyw](https://github.com/sunxyw) in [PR#296](https://github.com/zhamao-robot/zhamao-framework/pull/296)
* 修复插件安装命令若干问题 by [@sunxyw](https://github.com/sunxyw) in [PR#297](https://github.com/zhamao-robot/zhamao-framework/pull/297)
* 修复排程任务不支持提醒 by [@sunxyw](https://github.com/sunxyw) in [PR#298](https://github.com/zhamao-robot/zhamao-framework/pull/298)
* **破坏性修改**:更改 prompt() 方法配置参数的特性 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#299](https://github.com/zhamao-robot/zhamao-framework/pull/299)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.0.0...3.0.1>
## v3.0.0
> 更新时间2023-02-10
* 添加容器缓存配置 by [@sunxyw](https://github.com/sunxyw) in [PR#279](https://github.com/zhamao-robot/zhamao-framework/pull/279)
* 本次更新包含文档更新内容 1 个
* 修复 Pipeline 回调参数缺失 by [@sunxyw](https://github.com/sunxyw) in [PR#281](https://github.com/zhamao-robot/zhamao-framework/pull/281)
* 修复中间件传参解析冲突 by [@sunxyw](https://github.com/sunxyw) in [PR#282](https://github.com/zhamao-robot/zhamao-framework/pull/282)
* 修复不兼容 onebots 端的问题 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#284](https://github.com/zhamao-robot/zhamao-framework/pull/284)
* 新增计时器 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#283](https://github.com/zhamao-robot/zhamao-framework/pull/283)
* 准备发布 3.0 的一些小修 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#285](https://github.com/zhamao-robot/zhamao-framework/pull/285)
* 修复排程任务 Swoole 死锁 by [@sunxyw](https://github.com/sunxyw) in [PR#286](https://github.com/zhamao-robot/zhamao-framework/pull/286)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.0.0-beta7...3.0.0>
## 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)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.0.0-beta6...3.0.0-beta7>
## v3.0.0-beta6
> 更新时间2023-01-15
* 本次更新包含文档更新内容 5 个
* 更新版权所有年份 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#244](https://github.com/zhamao-robot/zhamao-framework/pull/244)
* 修复 Doxygen 缺少权限.. by [@sunxyw](https://github.com/sunxyw) in [PR#245](https://github.com/zhamao-robot/zhamao-framework/pull/245)
* 新增 prompt 方法的选项参数 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#248](https://github.com/zhamao-robot/zhamao-framework/pull/248)
* 优化 ZMRequest POST 数据时允许直接传入数组 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#249](https://github.com/zhamao-robot/zhamao-framework/pull/249)
* 删除 Context by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#250](https://github.com/zhamao-robot/zhamao-framework/pull/250)
* 添加环境变量支持 by [@sunxyw](https://github.com/sunxyw) in [PR#255](https://github.com/zhamao-robot/zhamao-framework/pull/255)
* 重构插件加载器、BotContext、AnnotationMap 新增方法、修复部分 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#254](https://github.com/zhamao-robot/zhamao-framework/pull/254)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.0.0-beta5...3.0.0-beta6>
## v3.0.0-beta5
> 更新时间2023-01-05
* 添加 Phar 构建命令 by [@sunxyw](https://github.com/sunxyw) in [PR#226](https://github.com/zhamao-robot/zhamao-framework/pull/226)
* update v3.sh update script by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#227](https://github.com/zhamao-robot/zhamao-framework/pull/227)
* 重构命令手册插件 by [@sunxyw](https://github.com/sunxyw) in [PR#228](https://github.com/zhamao-robot/zhamao-framework/pull/228)
* 重构注解解析器和优化部分代码 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#229](https://github.com/zhamao-robot/zhamao-framework/pull/229)
* 新增 Redis 支持 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#230](https://github.com/zhamao-robot/zhamao-framework/pull/230)
* 修复 Route 注解无法正常解析的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#231](https://github.com/zhamao-robot/zhamao-framework/pull/231)
* 添加定时任务支持 by [@sunxyw](https://github.com/sunxyw) in [PR#232](https://github.com/zhamao-robot/zhamao-framework/pull/232)
* 修复测试结果输出错误 by [@sunxyw](https://github.com/sunxyw) in [PR#233](https://github.com/zhamao-robot/zhamao-framework/pull/233)
* 暂时停用网络请求测试并修复文件系统测试 by [@sunxyw](https://github.com/sunxyw) in [PR#234](https://github.com/zhamao-robot/zhamao-framework/pull/234)
* 修复一些小问题和添加 GitAttributes by [@sunxyw](https://github.com/sunxyw) in [PR#235](https://github.com/zhamao-robot/zhamao-framework/pull/235)
* 修复 Doxygen 权限 by [@sunxyw](https://github.com/sunxyw) in [PR#238](https://github.com/zhamao-robot/zhamao-framework/pull/238)
* 更新首页介绍 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#237](https://github.com/zhamao-robot/zhamao-framework/pull/237)
* 增加 PostgreSQL 支持 by [@sunxyw](https://github.com/sunxyw) in [PR#236](https://github.com/zhamao-robot/zhamao-framework/pull/236)
* 修复 Doxygen Sudo 权限 by [@sunxyw](https://github.com/sunxyw) in [PR#239](https://github.com/zhamao-robot/zhamao-framework/pull/239)
* Beta5 系列升级内容(包含 Redis、sendAction 协程、reply 模式、修复 data 报错) by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#240](https://github.com/zhamao-robot/zhamao-framework/pull/240)
* 重构新的 waitMessage 到 prompt by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#241](https://github.com/zhamao-robot/zhamao-framework/pull/241)
* 添加 OneBot 12 文件上传和下载工具 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#242](https://github.com/zhamao-robot/zhamao-framework/pull/242)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.0.0-beta4...3.0.0-beta5>
## v3.0.0-beta4
> 更新时间2022-12-31
* 切换 Git Hook 至 Captainhook by [@sunxyw](https://github.com/sunxyw) in [PR#218](https://github.com/zhamao-robot/zhamao-framework/pull/218)
* 本次更新包含文档更新内容 2 个
* 根据最新的分支命名更新 Workflows by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#220](https://github.com/zhamao-robot/zhamao-framework/pull/220)
* 将 KV 库接口调整为 PSR-16 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#222](https://github.com/zhamao-robot/zhamao-framework/pull/222)
* 修复有关 BotCommand 的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#223](https://github.com/zhamao-robot/zhamao-framework/pull/223)
* 边缘 Bug 修复 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#224](https://github.com/zhamao-robot/zhamao-framework/pull/224)
* 重构配置类配置 by [@sunxyw](https://github.com/sunxyw) in [PR#225](https://github.com/zhamao-robot/zhamao-framework/pull/225)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.0.0-beta3...3.0.0-beta4>
## v3.0.0-beta3
> 更新时间2022-12-31
* 添加 Windows 入口 by [@sunxyw](https://github.com/sunxyw) in [PR#208](https://github.com/zhamao-robot/zhamao-framework/pull/208)
* 重构异常处理 by [@sunxyw](https://github.com/sunxyw) in [PR#209](https://github.com/zhamao-robot/zhamao-framework/pull/209)
* 添加命令帮助插件 by [@sunxyw](https://github.com/sunxyw) in [PR#210](https://github.com/zhamao-robot/zhamao-framework/pull/210)
* 本次更新包含文档更新内容 1 个
* 修复 BotContext 不同步问题 by [@sunxyw](https://github.com/sunxyw) in [PR#211](https://github.com/zhamao-robot/zhamao-framework/pull/211)
* 让容器支持协程 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#213](https://github.com/zhamao-robot/zhamao-framework/pull/213)
* 拆分 Bot 动作到 Trait 以及更新一些类型强化的代码 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#214](https://github.com/zhamao-robot/zhamao-framework/pull/214)
* 添加 v3 版本的一键安装脚本 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#215](https://github.com/zhamao-robot/zhamao-framework/pull/215)
* 新增 ZMRequest by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#216](https://github.com/zhamao-robot/zhamao-framework/pull/216)
* 新增全新的 LightCache by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#217](https://github.com/zhamao-robot/zhamao-framework/pull/217)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.0.0-beta2...3.0.0-beta3>
## v3.0.0-beta2
> 更新时间2022-12-26
* 修复相对路径问题 by [@sunxyw](https://github.com/sunxyw) in [PR#190](https://github.com/zhamao-robot/zhamao-framework/pull/190)
* 改进测试运行 by [@sunxyw](https://github.com/sunxyw) in [PR#193](https://github.com/zhamao-robot/zhamao-framework/pull/193)
* 添加些许测试 by [@sunxyw](https://github.com/sunxyw) in [PR#194](https://github.com/zhamao-robot/zhamao-framework/pull/194)
* 添加 EventProvider 测试 by [@sunxyw](https://github.com/sunxyw) in [PR#195](https://github.com/zhamao-robot/zhamao-framework/pull/195)
* 修复 getClassesPsr4 中默认过滤方法的路径 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#198](https://github.com/zhamao-robot/zhamao-framework/pull/198)
* 用 Doxygen 替代 API Docs by [@sunxyw](https://github.com/sunxyw) in [PR#192](https://github.com/zhamao-robot/zhamao-framework/pull/192)
* 重构配置类测试 by [@sunxyw](https://github.com/sunxyw) in [PR#199](https://github.com/zhamao-robot/zhamao-framework/pull/199)
* 新增 CatCode encode 时选择是否编码文本的参数 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#197](https://github.com/zhamao-robot/zhamao-framework/pull/197)
* 切换容器实现为 PHP-DI by [@sunxyw](https://github.com/sunxyw) in [PR#201](https://github.com/zhamao-robot/zhamao-framework/pull/201)
* 添加 HttpEventListener 测试 by [@sunxyw](https://github.com/sunxyw) in [PR#200](https://github.com/zhamao-robot/zhamao-framework/pull/200)
* 添加插件生成功能 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#202](https://github.com/zhamao-robot/zhamao-framework/pull/202)
* 完善 BotCommand 和 CommandArgument 的解析 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#203](https://github.com/zhamao-robot/zhamao-framework/pull/203)
* 本次更新包含文档更新内容 1 个
* 发布 beta2 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#206](https://github.com/zhamao-robot/zhamao-framework/pull/206)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.0.0-beta1...3.0.0-beta2>
## v3.0.0-beta1
> 更新时间2022-12-20
* 修改 Workflows 以适配未来开发 by [@sunxyw](https://github.com/sunxyw) in [PR#123](https://github.com/zhamao-robot/zhamao-framework/pull/123)
* 添加 Adapter 基础 by [@sunxyw](https://github.com/sunxyw) in [PR#121](https://github.com/zhamao-robot/zhamao-framework/pull/121)
* 重构 ZMConfig by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#124](https://github.com/zhamao-robot/zhamao-framework/pull/124)
* 框架V3部分重构 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#125](https://github.com/zhamao-robot/zhamao-framework/pull/125)
* 添加 PHPStan 相关扩展 by [@sunxyw](https://github.com/sunxyw) in [PR#126](https://github.com/zhamao-robot/zhamao-framework/pull/126)
* 添加日志配置 by [@sunxyw](https://github.com/sunxyw) in [PR#127](https://github.com/zhamao-robot/zhamao-framework/pull/127)
* 移除废弃的全局函数 by [@sunxyw](https://github.com/sunxyw) in [PR#130](https://github.com/zhamao-robot/zhamao-framework/pull/130)
* 轻量重构 Framework 类 by [@sunxyw](https://github.com/sunxyw) in [PR#131](https://github.com/zhamao-robot/zhamao-framework/pull/131)
* 优化容器服务注册 by [@sunxyw](https://github.com/sunxyw) in [PR#129](https://github.com/zhamao-robot/zhamao-framework/pull/129)
* 修复 OneBot11Adapter 无限回调溢出及其他小补丁 by [@sunxyw](https://github.com/sunxyw) in [PR#133](https://github.com/zhamao-robot/zhamao-framework/pull/133)
* 替换 zhamao/console 为 zhamao/logger by [@sunxyw](https://github.com/sunxyw) in [PR#135](https://github.com/zhamao-robot/zhamao-framework/pull/135)
* 3.0 重构驱动 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#138](https://github.com/zhamao-robot/zhamao-framework/pull/138)
* fix container and coroutine bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#144](https://github.com/zhamao-robot/zhamao-framework/pull/144)
* Refactor/phpunit test rebuild by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#147](https://github.com/zhamao-robot/zhamao-framework/pull/147)
* 完善 MySQL 连接池和组件 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#148](https://github.com/zhamao-robot/zhamao-framework/pull/148)
* 修复 gendoc 不兼容 by [@sunxyw](https://github.com/sunxyw) in [PR#150](https://github.com/zhamao-robot/zhamao-framework/pull/150)
* 添加类别名 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#149](https://github.com/zhamao-robot/zhamao-framework/pull/149)
* 修复对 Windows 环境开发的支持 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#151](https://github.com/zhamao-robot/zhamao-framework/pull/151)
* add phpunit windows support by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#152](https://github.com/zhamao-robot/zhamao-framework/pull/152)
* 基于 LibOB Config 类重构 ZMConfig by [@sunxyw](https://github.com/sunxyw) in [PR#146](https://github.com/zhamao-robot/zhamao-framework/pull/146)
* 添加 REPL (PsySH) 集成 by [@sunxyw](https://github.com/sunxyw) in [PR#155](https://github.com/zhamao-robot/zhamao-framework/pull/155)
* 修正&改进配置加载 by [@sunxyw](https://github.com/sunxyw) in [PR#157](https://github.com/zhamao-robot/zhamao-framework/pull/157)
* Sqlite 支持 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#160](https://github.com/zhamao-robot/zhamao-framework/pull/160)
* 修复 Framework 中 Config 重写的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#161](https://github.com/zhamao-robot/zhamao-framework/pull/161)
* FileSystem.php isRelativePath() 对 Windows 的兼容性 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#162](https://github.com/zhamao-robot/zhamao-framework/pull/162)
* 添加日志追踪功能 by [@sunxyw](https://github.com/sunxyw) in [PR#159](https://github.com/zhamao-robot/zhamao-framework/pull/159)
* 添加定制PHPUnit样式 by [@sunxyw](https://github.com/sunxyw) in [PR#164](https://github.com/zhamao-robot/zhamao-framework/pull/164)
* 取消配置ArrayAccess支持 by [@sunxyw](https://github.com/sunxyw) in [PR#163](https://github.com/zhamao-robot/zhamao-framework/pull/163)
* 重构 Workflow by [@sunxyw](https://github.com/sunxyw) in [PR#165](https://github.com/zhamao-robot/zhamao-framework/pull/165)
* 修复 isRelativePath 在 Windows 环境判断相反的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#167](https://github.com/zhamao-robot/zhamao-framework/pull/167)
* 修复上游 Config 类更改 by [@sunxyw](https://github.com/sunxyw) in [PR#168](https://github.com/zhamao-robot/zhamao-framework/pull/168)
* add state and ctrl+C support for windows by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#169](https://github.com/zhamao-robot/zhamao-framework/pull/169)
* 更新Workflow by [@sunxyw](https://github.com/sunxyw) in [PR#171](https://github.com/zhamao-robot/zhamao-framework/pull/171)
* 添加代理、升级到 PHP8.0 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#170](https://github.com/zhamao-robot/zhamao-framework/pull/170)
* 重新组织 Bootstraper by [@sunxyw](https://github.com/sunxyw) in [PR#172](https://github.com/zhamao-robot/zhamao-framework/pull/172)
* 改进异常 by [@sunxyw](https://github.com/sunxyw) in [PR#173](https://github.com/zhamao-robot/zhamao-framework/pull/173)
* 增加 Docker Compose 支持 by [@sunxyw](https://github.com/sunxyw) in [PR#176](https://github.com/zhamao-robot/zhamao-framework/pull/176)
* 添加贡献指南 by [@sunxyw](https://github.com/sunxyw) in [PR#178](https://github.com/zhamao-robot/zhamao-framework/pull/178)
* 迁移 Symfony Console V6 by [@sunxyw](https://github.com/sunxyw) in [PR#179](https://github.com/zhamao-robot/zhamao-framework/pull/179)
* 兼容 8.x PHP 一些改动 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#181](https://github.com/zhamao-robot/zhamao-framework/pull/181)
* 升级部分依赖 by [@sunxyw](https://github.com/sunxyw) in [PR#180](https://github.com/zhamao-robot/zhamao-framework/pull/180)
* 插件和 OneBot 12 适配器前置内容 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#184](https://github.com/zhamao-robot/zhamao-framework/pull/184)
* 完善插件加载系统 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#185](https://github.com/zhamao-robot/zhamao-framework/pull/185)
* 更新 README 测试徽章路径 by [@sunxyw](https://github.com/sunxyw) in [PR#186](https://github.com/zhamao-robot/zhamao-framework/pull/186)
* PHP80 小修 by [@sunxyw](https://github.com/sunxyw) in [PR#187](https://github.com/zhamao-robot/zhamao-framework/pull/187)
* 容器增加 class_alias 支持 by [@sunxyw](https://github.com/sunxyw) in [PR#189](https://github.com/zhamao-robot/zhamao-framework/pull/189)
* Beta 1 发布 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#188](https://github.com/zhamao-robot/zhamao-framework/pull/188)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/2.8.0...3.0.0-beta1>