Releases: hyperf/async-queue
Releases · hyperf/async-queue
Release v3.0.0-alpha.4
Use `Hyperf/Context/Context` instead of `Hyperf/Utils/Context`. (#4565)
Release v3.0.0-alpha.1
Upgrade the minimum php version to `8.0` for `load-balancer` and `red…
Release v2.2.8
Fixed bug that async-queue broken caused by uncompress model failed.
Release v2.2.0
Update `branch-alias` to `2.2-dev` in `composer.json`
Release v2.2.0-beta2
php8 attribute annotation
Release v2.2.0-beta1
Use Fork Process strategy to replace BetterReflection strategy (#3634) * 2.2 * Format code * optimization * ast parser * temp data of scan process * replace BetterReflection strategy * Optimized code * Update Scanner.php * Fixed phpunit * Fixed phpunit * replace BetterReflection strategy * Update AsyncQueueAspectTest.php * optimization * Update InjectTest.php * Update CHANGELOG-2.2.md Co-authored-by: assert <[email protected]> Co-authored-by: 李铭昕 <[email protected]>
Release v2.1.0
Changed branch-alias of `dev-master` to `2.1-dev` (#3038) * Update branch-alias * Update composer.json
Release v2.1.0-beta1
Added `QueueHandleListener` which can record running logs for async-q…
Release v2.0.11
Added `ReloadChannelListener` to reload timeout or failed channels a…
Release v2.0.9
Optimized process which stop friendly in coroutine server. (#2359) * Optimized process which stop friendly in coroutine server. * Optimized code. * Added document.