| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-12 | 890 Bytes | |
| v3.1.64 source code.tar.gz | 2025-11-12 | 9.8 MB | |
| v3.1.64 source code.zip | 2025-11-12 | 11.4 MB | |
| Totals: 3 Items | 21.2 MB | 0 | |
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