[!WARNING]
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
walkor/webman-framework (workerman/webman-framework)
### [`v1.6.4`](https://redirect.github.com/walkor/webman-framework/releases/tag/v1.6.4)
[Compare Source](https://redirect.github.com/walkor/webman-framework/compare/v1.6.3...v1.6.4)
- Fix monitor for windows
**Full Changelog**: https://github.com/walkor/webman-framework/compare/v1.6.2...v1.6.4
### [`v1.6.3`](https://redirect.github.com/walkor/webman-framework/releases/tag/v1.6.3)
[Compare Source](https://redirect.github.com/walkor/webman-framework/compare/v1.6.2...v1.6.3)
- Fix request->setGet/setPost/setHeaders for workerman v4
**Full Changelog**: https://github.com/walkor/webman-framework/compare/v1.6.2...v1.6.3
### [`v1.6.2`](https://redirect.github.com/walkor/webman-framework/releases/tag/v1.6.2)
[Compare Source](https://redirect.github.com/walkor/webman-framework/compare/v1.6.1...v1.6.2)
### Fix [https://github.com/walkor/webman/issues/422](https://redirect.github.com/walkor/webman/issues/422)
**Full Changelog**: https://github.com/walkor/webman-framework/compare/v1.6.1...v1.6.2
### [`v1.6.1`](https://redirect.github.com/walkor/webman-framework/releases/tag/v1.6.1)
[Compare Source](https://redirect.github.com/walkor/webman-framework/compare/v1.6.0...v1.6.1)
- Fix namesapce for app\process\Monitor; for windows
**Full Changelog**: https://github.com/walkor/webman-framework/compare/v1.6.0...v1.6.1
### [`v1.6.0`](https://redirect.github.com/walkor/webman-framework/releases/tag/v1.6.0)
[Compare Source](https://redirect.github.com/walkor/webman-framework/compare/v1.5.24...v1.6.0)
#### What's Changed
- PHP>=8.0
- 支持通过控制器参数获取输入
- 支持控制器中间件
- 支持 Route::fallback()->middleware(...); 给404请求增加中间件
- 支持 Route::disableDefaultRoute()关闭特定应用、控制器的默认路由
- 支持 $request->setGet() $request->setPost() $request->setHeaders() 覆盖get post headers 数据
- view() 支持省略模板参数以及绝对路径
- feat: 增加redis空闲超时参数,当访问量少的时候,自动断开连接,避免长连接占用过多 by [@Cason-Hong](https://redirect.github.com/Cason-Hong) in [https://github.com/walkor/webman-framework/pull/107](https://redirect.github.com/walkor/webman-framework/pull/107)
- feat: 自定义进程增加enable参数,可调控是否启动 by [@ooing](https://redirect.github.com/ooing) in [https://github.com/walkor/webman-framework/pull/108](https://redirect.github.com/walkor/webman-framework/pull/108)
- feat:进程启动支持自定义worker class by [@chaz6chez](https://redirect.github.com/chaz6chez) in [https://github.com/walkor/webman-framework/pull/110](https://redirect.github.com/walkor/webman-framework/pull/110)
- feat:新增可配置超全局异常处理类逻辑,用以优化当应用插件未配置异常处理类时使用超全局异常处理类逻辑 by [@rxrddd](https://redirect.github.com/rxrddd) in [https://github.com/walkor/webman-framework/pull/111](https://redirect.github.com/walkor/webman-framework/pull/111)
- feat: 增加mysql长连接参数,当访问量少的时候,自动断开连接,避免长连接占用过多 by [@Cason-Hong](https://redirect.github.com/Cason-Hong) in [https://github.com/walkor/webman-framework/pull/112](https://redirect.github.com/walkor/webman-framework/pull/112)
#### New Contributors
- [@Cason-Hong](https://redirect.github.com/Cason-Hong) made their first contribution in [https://github.com/walkor/webman-framework/pull/107](https://redirect.github.com/walkor/webman-framework/pull/107)
- [@ooing](https://redirect.github.com/ooing) made their first contribution in [https://github.com/walkor/webman-framework/pull/108](https://redirect.github.com/walkor/webman-framework/pull/108)
- [@chaz6chez](https://redirect.github.com/chaz6chez) made their first contribution in [https://github.com/walkor/webman-framework/pull/110](https://redirect.github.com/walkor/webman-framework/pull/110)
- [@rxrddd](https://redirect.github.com/rxrddd) made their first contribution in [https://github.com/walkor/webman-framework/pull/111](https://redirect.github.com/walkor/webman-framework/pull/111)
**Full Changelog**: https://github.com/walkor/webman-framework/compare/v1.5.24...v1.6.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
~1.5.0
->~1.6.0
Release Notes
walkor/webman-framework (workerman/webman-framework)
### [`v1.6.4`](https://redirect.github.com/walkor/webman-framework/releases/tag/v1.6.4) [Compare Source](https://redirect.github.com/walkor/webman-framework/compare/v1.6.3...v1.6.4) - Fix monitor for windows **Full Changelog**: https://github.com/walkor/webman-framework/compare/v1.6.2...v1.6.4 ### [`v1.6.3`](https://redirect.github.com/walkor/webman-framework/releases/tag/v1.6.3) [Compare Source](https://redirect.github.com/walkor/webman-framework/compare/v1.6.2...v1.6.3) - Fix request->setGet/setPost/setHeaders for workerman v4 **Full Changelog**: https://github.com/walkor/webman-framework/compare/v1.6.2...v1.6.3 ### [`v1.6.2`](https://redirect.github.com/walkor/webman-framework/releases/tag/v1.6.2) [Compare Source](https://redirect.github.com/walkor/webman-framework/compare/v1.6.1...v1.6.2) ### Fix [https://github.com/walkor/webman/issues/422](https://redirect.github.com/walkor/webman/issues/422) **Full Changelog**: https://github.com/walkor/webman-framework/compare/v1.6.1...v1.6.2 ### [`v1.6.1`](https://redirect.github.com/walkor/webman-framework/releases/tag/v1.6.1) [Compare Source](https://redirect.github.com/walkor/webman-framework/compare/v1.6.0...v1.6.1) - Fix namesapce for app\process\Monitor; for windows **Full Changelog**: https://github.com/walkor/webman-framework/compare/v1.6.0...v1.6.1 ### [`v1.6.0`](https://redirect.github.com/walkor/webman-framework/releases/tag/v1.6.0) [Compare Source](https://redirect.github.com/walkor/webman-framework/compare/v1.5.24...v1.6.0) #### What's Changed - PHP>=8.0 - 支持通过控制器参数获取输入 - 支持控制器中间件 - 支持 Route::fallback()->middleware(...); 给404请求增加中间件 - 支持 Route::disableDefaultRoute()关闭特定应用、控制器的默认路由 - 支持 $request->setGet() $request->setPost() $request->setHeaders() 覆盖get post headers 数据 - view() 支持省略模板参数以及绝对路径 - feat: 增加redis空闲超时参数,当访问量少的时候,自动断开连接,避免长连接占用过多 by [@Cason-Hong](https://redirect.github.com/Cason-Hong) in [https://github.com/walkor/webman-framework/pull/107](https://redirect.github.com/walkor/webman-framework/pull/107) - feat: 自定义进程增加enable参数,可调控是否启动 by [@ooing](https://redirect.github.com/ooing) in [https://github.com/walkor/webman-framework/pull/108](https://redirect.github.com/walkor/webman-framework/pull/108) - feat:进程启动支持自定义worker class by [@chaz6chez](https://redirect.github.com/chaz6chez) in [https://github.com/walkor/webman-framework/pull/110](https://redirect.github.com/walkor/webman-framework/pull/110) - feat:新增可配置超全局异常处理类逻辑,用以优化当应用插件未配置异常处理类时使用超全局异常处理类逻辑 by [@rxrddd](https://redirect.github.com/rxrddd) in [https://github.com/walkor/webman-framework/pull/111](https://redirect.github.com/walkor/webman-framework/pull/111) - feat: 增加mysql长连接参数,当访问量少的时候,自动断开连接,避免长连接占用过多 by [@Cason-Hong](https://redirect.github.com/Cason-Hong) in [https://github.com/walkor/webman-framework/pull/112](https://redirect.github.com/walkor/webman-framework/pull/112) #### New Contributors - [@Cason-Hong](https://redirect.github.com/Cason-Hong) made their first contribution in [https://github.com/walkor/webman-framework/pull/107](https://redirect.github.com/walkor/webman-framework/pull/107) - [@ooing](https://redirect.github.com/ooing) made their first contribution in [https://github.com/walkor/webman-framework/pull/108](https://redirect.github.com/walkor/webman-framework/pull/108) - [@chaz6chez](https://redirect.github.com/chaz6chez) made their first contribution in [https://github.com/walkor/webman-framework/pull/110](https://redirect.github.com/walkor/webman-framework/pull/110) - [@rxrddd](https://redirect.github.com/rxrddd) made their first contribution in [https://github.com/walkor/webman-framework/pull/111](https://redirect.github.com/walkor/webman-framework/pull/111) **Full Changelog**: https://github.com/walkor/webman-framework/compare/v1.5.24...v1.6.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.