Releases: ksassnowski/venture
v5.3.0
v5.2.0
5.1.0
What's Changed
- update WorkflowJob Model property missing phpdoc by @wit3 in #72
- Add ability to add jobs or workflows as a group by @ksassnowski in #74
New Contributors
Full Changelog: 5.0.0...5.1.0
5.0.0
4.0.1
What's Changed
- [4.x] Fix manually failed jobs reporting processed by @stevebauman in #59
Full Changelog: 4.0.0...4.0.1
4.0.0
🎉 Check the upgrade guide here: https://laravel-venture.com/upgrade-guide.html#migrating-to-4-0-from-3-x
4.0.0-RC7
This is a release candidate for Venture 4. The documentation is still in progress, but can be found at https://laravel-venture-v4.netlify.app/. Check out the upgrade guide to learn how to upgrade you application to Venture 4.
All feedback and bug reports should go inside #54.
Changed
- [v4.x] Set
Workflow/WorkflowJob::getState()
methods toprotected
by @stevebauman in #57 - Fix bug where dependent jobs would not get set correctly on jobs from nested workflow
4.0.0-RC6
This is a release candidate for Venture 4. The documentation is still in progress, but can be found at https://laravel-venture-v4.netlify.app/. Check out the upgrade guide to learn how to upgrade you application to Venture 4.
All feedback and bug reports should go inside #54.
Changed
- Fixed incorrect path when publishing migrations #56
4.0.0-RC5
This is a release candidate for Venture 4. The documentation is still in progress, but can be found at https://laravel-venture-v4.netlify.app/. Check out the upgrade guide to learn how to upgrade you application to Venture 4.
All feedback and bug reports should go inside #54.
Changed
- Renamed
WorkflowStepInterface
toWorkflowableJob
4.0.0-RC4
This is a release candidate for Venture 4. The documentation is still in progress, but can be found at https://laravel-venture-v4.netlify.app/. Check out the upgrade guide to learn how to upgrade you application to Venture 4.
All feedback and bug reports should go inside #54.
Changed
- Removed
opis/closure
dependency - Added
isPending
method toWorkflowJob
model