Added
- #1554 Added
hyperf/nacoscomponent. - #2082 Added
SIGINTlistened byHyperf\Signal\Handler\WorkerStopHandler. - #2097 Added TencentCloud COS for
hyperf/filesystem. - #2122 Added
\Hyperf\Snowflake\Concern\HasSnowflakeTrait to integratehyperf/snowflakeand database models.
Fixed
- #2017 Fixed when prometheus using the redis record, an error is reported during the rendering of data due to the change in the number of label.
- #2117 Fixed
@Injectwill be useless sometimes when usingserver:watch. - #2123 Fixed bug that
redis::callwill be recorded twice. - #2139 Fixed bug that
ValidationMiddlewarewill throw exception in websocket. - #2140 Fixed a case where session are not saved when exception occurs.
Optimized
- #2080 Optimized the type of
$perPagefromintto?intfor methodHyperf\Database\Model\Builder::paginate. - #2110 Don't kill
SIGTERMif the process not exists forhyperf/watcher. - #2116 Optimized requirement for
hyperf/di. - #2121 Replaced the default
@propertyif user redeclare it when usinggen:model. - #2129 Optimized the exception message when the response json encoding failed.