Releases: doppar/queue
Releases · doppar/queue
v1.1.0
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: v1.0.0...v1.1.0
v1.0.0
v1.0.0-beta.3
What's Changed
- make:job command suffix job fileName issue resolved by @techmahedy in #15
- Added model serialization trait for job security and reduced payload size by @techmahedy in #16
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
v1.0.0-beta.2
What's Changed
- make:job command added in doppar queue by @techmahedy in #14
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
v1.0.0-beta.1
What's Changed
- update changelog git action hook update: by @techmahedy in #12
- [Feature] Add #[Queueable] Attribute & New Job Dispatching Methods by @techmahedy in #13
Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1
v1.0.0-beta.0
What's Changed
- queue retry command done by @techmahedy in #1
- console output improved and before and after callback added for comma… by @techmahedy in #2
- make:job command for queue by @techmahedy in #3
- queue:flush command for queue by @techmahedy in #4
- queue:faild command to list all failed jobs by @techmahedy in #5
- [Unit Test] Queue unit test for all possible test case by @techmahedy in #6
- dispatch method for chainable way to dispatch a queue job: by @techmahedy in #7
- queue:monitor command by @techmahedy in #8
- merged with master by @techmahedy in #9
- readme file updated by @techmahedy in #11
Full Changelog: https://github.com/doppar/queue/commits/v1.0.0-beta.0