Releases: walkor/webman
Releases · walkor/webman
v1.3.2
Full Changelog: v1.3.1...v1.3.2
v1.3.1
app.request_class
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Support controller suffix configuration (for example, app.controller_suffix = 'controller', if there is no key, create it yourself.)
- The directory and class namespaces under the app are supported in uppercase (lowercase is recommended), and the support namespace is supported in uppercase (lowercase is recommended)
- Move
webman/support
towebman-framework/src/support
- 修复当不配置formatter而引起的报错 by @tingleiwuyan in #297
New Contributors
- @tingleiwuyan made their first contribution in #297
Full Changelog: v1.2.5...v1.3.0
v1.2.5
What's Changed
- Support monolog processors setting by @teg1c in #293
- config/server.php support
event_loop
request_class
settings for example'event_loop' => Workerman\Events\Swoole::class,
- config/app.php support
public_path
runtime_path
settings
Full Changelog: v1.2.4...v1.2.5
v1.2.4
v1.2.3
v1.2.2
Fix command ./webman route:list
error
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Support plugin bootstrap config
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Support Plugin. See https://www.workerman.net/doc/webman/others/plugin.html
- Change FileMonitor to Monitor which support memory monitoring
- Fix bootstrap by @latypoff in #259
Full Changelog: v1.1.3...v1.2.0
更新日志: https://www.workerman.net/page/update