Releases: utopia-php/queue
Releases · utopia-php/queue
Release list
1.1.4
- chore: allow validators 0.4
1.1.3
- fix(queue): clamp job wait duration at zero
1.1.2
- fix(queue): trace failures whose error report also failed
1.1.1
- fix(queue): reserve a coroutine slot before receiving a message
1.1.0
- feat(queue): age-gate recovery sweeps so old work is parked, not re-run
- feat(queue): forward retry cap and reap through the broker pool
- feat(queue): fresh stack per message and stranded-claim recovery
1.0.1
- fix(queue): cancel straggler coroutines so a finished KubernetesJob exits
1.0.0
- docs(queue): satisfy Vale on the KEDA README
- refactor(queue): drop runsToCompletion from the adapter API
- fix(queue): stop KubernetesJob without closing the consumer mid-drain
- Merge origin/main into feat/queue-keda-poc
- refactor(queue): fold single-use helpers into their call sites
- revert(queue): drop requeue-on-failed-claim in the Redis broker
- fix(queue): run the whole KubernetesJob lifecycle inside one scheduler
- refactor(queue): Swoole-native signal handling in KubernetesJob
- fix(queue): install pcntl in the KEDA e2e worker image
- fix(queue): harden KubernetesJob run-to-completion adapter against pod termination and boot failures
- test(queue): make KEDA setup best-effort locally, required in CI
- feat(queue): add Adapter\KubernetesJob (run-to-completion drain adapter)
- test(queue): address review on the KEDA POC
- test(queue): run the KEDA e2e in CI via a shared keda-lib.sh
- feat(queue): KEDA ScaledJob POC — payload stays in Redis
0.24.0
- Merge pull request #94 from utopia-php/feat/pools-2-constructor-only
- feat(pools)!: constructor-only configuration, one acquisition budget
0.23.0
- fix(queue): keep the consumer alive when the broker fails
- docs: centralize CODE_OF_CONDUCT and CONTRIBUTING at the monorepo root
- docs: enforce documentation style with Vale
0.22.2
- Bump versions to 8.5 for libs depending on validators
- chore: widen utopia-php/validators to 0.3.*
- ci: redirect mirror issues
- ci: reuse mirror redirect workflow