github hyperf/hyperf v2.0.4

latest releases: v3.1.22, v3.1.21, v3.1.20...
3 years ago

Added

  • #2144 Added filed $result for QueryExecuted.
  • #2158 Added route options to route handler.
  • #2162 Added Hyperf\Watcher\Driver\FindDriver for hyperf/watcher.
  • #2169 Added session.options.domain for hyperf/session to change the domain which get from request.
  • #2174 Added ModelRewriteTimestampsVisitor to rewrite $timestamps based on created_at and updated_at for Model.
  • #2175 Added ModelRewriteSoftDeletesVisitor to insert or remove SoftDeletes based on deleted_at for Model.
  • #2176 Added ModelRewriteKeyInfoVisitor to rewrite $incrementing $primaryKey and $keyType for Model.

Fixed

  • #2149 Fixed bug that custom processes cannot fetch config from nacos.
  • #2159 Fixed fatal exception caused by exist file when using gen:migration.

Optimized

  • #2043 Throw an exception when none of the scan directories exists.
  • #2182 Don't record the close message when the server is not websocket server.

Don't miss a new hyperf release

NewReleases is sending notifications on new releases.