Added
- #722 Added config
concurrent.limitfor AMQP consumer.
Changed
- #678 Added ignore-tables for
gen:model, and ignoremigrationstable, andmigrationstable will not generate when execute thegen:modelcommand.
Fixed
- #694 Fixed
validationDatamethod ofHyperf\Validation\Request\FormRequestdoes not contains the uploaded files. - #700 Fixed the
downloadmethod ofHyperf\HttpServer\Contract\ResponseInterfacedoes 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 nullinHyperf\Validation\Middleware\ValidationMiddlewarewhen the argument of action method does not define the argument type. - #713 Fixed
ignoreAnnotationsdoes not works when cache is used. - #717 Fixed the validator will be created repeatedly in
getValidatorInstance. - #724 Fixed
db:seedcommand without database selected. - #729 Renamed config
db:modeltogen:model. - #737 Fixed custom process does not enable for tracer.