github hyperf/hyperf v1.0.11

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

Added

  • #366 Added Hyperf\Server\Listener\InitProcessTitleListener to init th process name, also added Hyperf\Framework\Event\OnStart and Hyperf\Framework\Event\OnManagerStart events.
  • #389 Added Snowflake component.

Fixed

  • #361 Fixed command db:model does not works in MySQL 8.
  • #369 Fixed the exception which implemented \Serializable, call serialize() and unserialize() functions failed.
  • #384 Fixed the ExceptionHandler that user defined does not works, because the framework has handled the exception automatically.
  • #370 Fixed set the error type client to Hyperf\GrpcClient\BaseClient, and added default content-type application/grpc+proto to the Request object, also allows the grpc client that user-defined to override the buildRequest() method to create a new Request object.

Changed

  • #356 #390 Optimized aysnc-queue when push a job that implemented Hyperf\Contract\CompressInterface, will compress the job to a small object automatically.
  • #358 Only write the annotation cache file when $enableCache is true.
  • #359 #390 Added compression ability for Collection and Model, if the object implemented Hyperf\Contract\CompressInterface, then the object could compress to a small one by call compress method.

Don't miss a new hyperf release

NewReleases is sending notifications on new releases.