github hyperf/hyperf v1.1.18

latest releases: v3.1.20, v3.1.19, v3.0.48...
4 years ago

Added

  • #1305 Added pre-made Grafana dashboard for hyperf\metric.
  • #1328 Added ModelRewriteInheritanceVisitor to rewrite the model inheritance for command gen:model.
  • #1331 Added Hyperf\LoadBalancer\LoadBalancerInterface::getNodes().
  • #1335 Added event AfterExecute for command.
  • #1361 Added config of processors for logger.

Fixed

  • #1330 Fixed bug when using (new Parallel())->add($callback, $key) and the parameter $key is a not string index, the returned result will sort $key from 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

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 $httpMethod for Hyperf\RpcServer\Router\Router.

Don't miss a new hyperf release

NewReleases is sending notifications on new releases.