Releases: hyperf/async-queue
Releases · hyperf/async-queue
Release v3.1.0-rc.4
Merge branch 'master' into 3.1 # Conflicts: # .github/workflows/test.yml # src/service-governance/src/Listener/RegisterServiceListener.php # src/stringable/composer.json # src/stringable/tests/StrTest.php
Release v3.0.37
Upgrade actions/checkout to v4 (#6159)
Release v3.1.0-rc.2
Adds `Hyperf\AsyncQueue\Job::fail()` method (#6124)
Release v3.1.0-beta.8
Adds `Job::setMaxAttempts` and `dispatch` helper function (#5950) Co-authored-by: 李铭昕 <715557344@qq.com>
Release v3.1.0-alpha.1
Remove deprecated codes (#5812)
Release v3.0.18
Instead of classes and functions of `Hyperf\Utils` (#5674) Co-authored-by: 李铭昕 <715557344@qq.com>
Release v3.0.17
Use `Hyperf\Stringable\Str` instead of `Hyperf\Utils\Str` (#5634)
Release v3.0.16
Use `Hyperf\Context\ApplicationContext` instead of `Hyperf\Utils\Appl…
Release v3.0.15
Use `Hyperf\Collection\Arr` instead of `Hyperf\Utils\Arr`. (#5594)
Release v3.0.9
Optimize events using nullsafe operator (#5473)