v3.1.64
Added
- #7600 Added method
Hyperf\Collection\Arr::sole(). - #7601 Added result handling for async queue jobs with
Hyperf\AsyncQueue\Resultenum.
Optimized
- #7604 Optimized
AnnotationJobto support call protected / private methods. - #7611 Added
@param-closure-thisannotation toConsole::command()for better IDE support. - #7615 Renamed
$queueproperty to$poolinConsumerProcessfor better code clarity inhyperf/async-queue.
Fixed
- #7596 Fixed BC when
validationrule not define.
Full Changelog: https://github.com/hyperf/hyperf/compare/v3.1.63...v3.1.64