Added
- #1305 Added pre-made
Grafanadashboard forhyperf\metric. - #1328 Added
ModelRewriteInheritanceVisitorto rewrite the model inheritance for commandgen:model. - #1331 Added
Hyperf\LoadBalancer\LoadBalancerInterface::getNodes(). - #1335 Added event
AfterExecuteforcommand. - #1361 Added config of
processorsfor logger.
Fixed
- #1330 Fixed bug when using
(new Parallel())->add($callback, $key)and the parameter$keyis a not string index, the returned result will sort$keyfrom 0. - #1338 Fixed bug that root settings do not works when the slave servers set their own settings.
- #1344 Fixed bug that queue length check every time when not set max messages.
Changed
- #1324
Hyperf\AsyncQueue\Listener\QueueLengthListeneris no longer as the default listener of hyperf/async-queue.
Optimized
- #1305 Optimize edge cases in
hyperf\metric. - #1322 HTTP Server Handle HEAD request automatically, now will not response the body on HEAD request.'
Deleted
- #1303 Deleted useless
$httpMethodforHyperf\RpcServer\Router\Router.