github hyperf/hyperf v2.0.3

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

Added

  • #1554 Added hyperf/nacos component.
  • #2082 Added SIGINT listened by Hyperf\Signal\Handler\WorkerStopHandler.
  • #2097 Added TencentCloud COS for hyperf/filesystem.
  • #2122 Added \Hyperf\Snowflake\Concern\HasSnowflake Trait to integrate hyperf/snowflake and database models.

Fixed

  • #2017 Fixed when prometheus using the redis record, an error is reported during the rendering of data due to the change in the number of label.
  • #2117 Fixed @Inject will be useless sometimes when using server:watch.
  • #2123 Fixed bug that redis::call will be recorded twice.
  • #2139 Fixed bug that ValidationMiddleware will throw exception in websocket.
  • #2140 Fixed a case where session are not saved when exception occurs.

Optimized

  • #2080 Optimized the type of $perPage from int to ?int for method Hyperf\Database\Model\Builder::paginate.
  • #2110 Don't kill SIGTERM if the process not exists for hyperf/watcher.
  • #2116 Optimized requirement for hyperf/di.
  • #2121 Replaced the default @property if user redeclare it when using gen:model.
  • #2129 Optimized the exception message when the response json encoding failed.

Don't miss a new hyperf release

NewReleases is sending notifications on new releases.