Releases: ksassnowski/venture
Releases · ksassnowski/venture
v5.4.2
What's Changed
- Update
WorkflowManagerFaketo track multiple workflow instances of the same class by @stevebauman in #111 - Added PHP 8.5 compatibility by @jetwes in #113
New Contributors
Full Changelog: v5.4.1...v5.4.2
v5.4.1
What's Changed
- Allow Laravel Serializable Closure v2.0 by @stevebauman in #109
Full Changelog: v5.4.0...v5.4.1
v5.4.0
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 toprotectedby @stevebauman in #57 - Fix bug where dependent jobs would not get set correctly on jobs from nested workflow