Skip to content

🐝 Beehive

Latest

Choose a tag to compare

@mychidarko mychidarko released this 13 Aug 09:33

v5.0 - 13 Aug 2026

Added

  • Failed jobs are reported to [Leaf Crash](https://leafphp.dev/docs/routing/error-handling), so a job that dies shows up with its full context instead of vanishing into a worker log
  • Queue activity leaves breadcrumbs in Crash reports
  • Added a real test suite covering dispatch, state, delays and adapters, run through Alchemy (queue's first)

Fixed

  • Job state transitions are tracked correctly through their lifecycle
  • Delayed jobs run when they're supposed to
  • Fixed the Redis adapter

Changed

  • Console commands run on Sprout
  • Queue now requires PHP 8.2+