Skip to content

v1.1.4

Compare
Choose a tag to compare
@limingxinleo limingxinleo released this 31 Oct 03:26
· 4518 commits to master since this release

Added

  • #778 Added PUT and DELETE for Hyperf\Testing\Client.
  • #784 Add Metric Component
  • #795 Added restartInterval for AbstractProcess.
  • #804 Added BeforeHandle AfterHandle and FailToHandle for command.

Fixed

  • #779 Fixed bug that JPG file cannot be verified.
  • #787 Fixed bug that "--class" option does not exist.
  • #795 Fixed process not restart when throw an exception.
  • #796 Fixed config_etcd.enable does not works.

Optimized

  • #781 Publish validation language package according to translation setting.
  • #796 Don't remake HandlerStack for etcd.
  • #797 Use channel to communicate, instead of sharing mem

Changed

  • #793 Changed protected to public for Pool::getConnectionsInChannel.
  • #811 Command di:init-proxy does not clear the runtime cache, If you want to delete them, use vendor/bin/init-proxy.sh instead.