github hyperf/hyperf v1.1.2

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

Added

  • #722 Added config concurrent.limit for AMQP consumer.

Changed

  • #678 Added ignore-tables for gen:model, and ignore migrations table, and migrations table will not generate when execute the gen:model command.

Fixed

  • #694 Fixed validationData method of Hyperf\Validation\Request\FormRequest does not contains the uploaded files.
  • #700 Fixed the download method of Hyperf\HttpServer\Contract\ResponseInterface does not works as expected.
  • #701 Fixed the custom process will not restart automatically when throw an uncaptured exception.
  • #704 Fixed bug that Call to a member function getName() on null in Hyperf\Validation\Middleware\ValidationMiddleware when the argument of action method does not define the argument type.
  • #713 Fixed ignoreAnnotations does not works when cache is used.
  • #717 Fixed the validator will be created repeatedly in getValidatorInstance.
  • #724 Fixed db:seed command without database selected.
  • #729 Renamed config db:model to gen:model.
  • #737 Fixed custom process does not enable for tracer.

Don't miss a new hyperf release

NewReleases is sending notifications on new releases.