github hyperf/hyperf v2.0.1

latest releases: v3.1.70, v3.2.1, v3.2.0...
6 years ago

Added

  • #1934 Added command gen:constant.
  • #1982 Added watcher component.

Fixed

  • #1952 Fixed bug that migration will be created although class already exists.
  • #1960 Fixed Hyperf\HttpServer\ResponseEmitter::isMethodsExists() method does not works as expected.
  • #1961 Fixed start failed when config/autoload/aspects.php does not exists.
  • #1964 Fixed http status code 500 caused by empty body.
  • #1965 Fixed the wrong http code when initRequestAndResponse failed.
  • #1968 Fixed aspect does not work as expected after aspects.php is edited.
  • #1985 Fixed global_imports do not work when the aliases are not all lowercase letters.
  • #1990 Fixed @Inject does not work when the parent class has the same property.
  • #2019 Fixed bug that gen:model generate property failed, when used morphTo or where.
  • #2026 Fixed invalid lazy proxy generation when magic methods are used.

Changed

  • #1986 Changed exit_code 0 to SIGTERM when swoole short name do not set disable.

Optimized

  • #1959 Make ClassLoader easier to be extended.
  • #2002 Support aop in trait when php version >= 7.3.

Don't miss a new hyperf release

NewReleases is sending notifications on new releases.