Added
Fixed
- #1952 Fixed bug that migration will be created although class already exists.
- #1960 Fixed
Hyperf\HttpServer\ResponseEmitter::isMethodsExists()method does not works as expected. - #1961 Fixed start failed when
config/autoload/aspects.phpdoes not exists. - #1964 Fixed http status code 500 caused by empty body.
- #1965 Fixed the wrong http code when
initRequestAndResponsefailed. - #1968 Fixed aspect does not work as expected after
aspects.phpis edited. - #1985 Fixed global_imports do not work when the aliases are not all lowercase letters.
- #1990 Fixed
@Injectdoes not work when the parent class has the same property. - #2019 Fixed bug that
gen:modelgenerate property failed, when usedmorphToorwhere. - #2026 Fixed invalid lazy proxy generation when magic methods are used.
Changed
- #1986 Changed exit_code
0toSIGTERMwhen swoole short name do not set disable.