github hyperf/hyperf v2.0.2

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

Added

  • #2018 Make prometheus use redis to store data to support cluster mode

Fixed

  • #1898 Fixed crontab rule $min-$max parsing errors.
  • #2037 Fixed bug that tcp server running in only one coroutine.
  • #2051 Fixed hyperf.pid won't be created in coroutine server.
  • #2055 Fixed guzzle auto add Expect: 100-Continue header when put a large file.
  • #2059 Fixed redis reconnection bug in socket.io server.
  • #2067 Fixed bug that syntax parse error will cause worker exceptions for hyperf/watcher.
  • #2085 Fixed bug in RetryFalsy Annotation that leads to retrying truthy results.
  • #2089 Fixed class of command won't be loaded after gen:command.
  • #2093 Fixed type error for command vendor:publish.

Added

  • #1860 Added OnWorkerExit callback by default for server.
  • #2042 Added ScanFileDriver to watch file changes for hyperf/watcher.
  • #2054 Added eager load relation for model-cache.

Optimized

  • #2049 Optimized stdout when server restart for hyperf/watcher.
  • #2090 Adapte original response object for hyperf/session.

Changed

  • #2031 The code of constants only support int and string.
  • #2065 Changed Hyperf\WebSocketServer\Sender which only support push and disconnect.
  • #2100 Upgrade doctrine/inflector to ^2.0 for hyperf/utils.

Removed

  • #2065 Removed methods send sendto and close from Hyperf\WebSocketServer\Sender.

Don't miss a new hyperf release

NewReleases is sending notifications on new releases.