Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.67 KB

File metadata and controls

44 lines (24 loc) · 1.67 KB

Release Notes

v1.2.1 - 2026-01-29

What's Changed

  • console command handle() method dependency injection: by @techmahedy in #24

Full Changelog: https://github.com/doppar/queue/compare/v1.2.0...v1.2.1

v1.2.0 - 2026-01-22

What's Changed

  • default queue worker timeout 3600 seconds to unlimited by @techmahedy in #23

Full Changelog: https://github.com/doppar/queue/compare/v1.1.1...v1.2.0

v1.1.1 - 2026-01-19

What's Changed

Full Changelog: https://github.com/doppar/queue/compare/v1.1.0...v1.1.1

v1.1.0 - 2025-12-14

What's Changed

  • Added maximum job limit behavior in QueueWorker by @techmahedy in #18
  • Add Per-Job Timeout Support via #[Queueable(timeout)] by @techmahedy in #19
  • [Job Chaining] Added support for multiple sequential jobs by @techmahedy in #20

Full Changelog: https://github.com/doppar/queue/compare/v1.0.0...v1.1.0

v1.0.0 - 2025-11-23

What's Changed

Full Changelog: https://github.com/doppar/queue/compare/v1.0.0-beta.3...v1.0.0