Skip to content

Releases: ksassnowski/venture

v5.4.2

05 Feb 15:55
cde6a00

Choose a tag to compare

What's Changed

  • Update WorkflowManagerFake to 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

31 Aug 00:14
e1d8c65

Choose a tag to compare

What's Changed

Full Changelog: v5.4.0...v5.4.1

v5.4.0

05 Aug 08:31

Choose a tag to compare

5.4.0 (2025-08-05)

Features

Removed

v5.3.0

25 Mar 08:54

Choose a tag to compare

5.3.0 (2024-03-25)

Features

v5.2.0

10 Mar 14:07

Choose a tag to compare

5.2.0 (2023-03-10)

Features

  • add release-please workflow (6acd9c3)
  • pass job to ClosureWorkflowStep callback (74a804b)
  • plugin to provide compatibility with lorisleiva/laravel-actions (628043c)

Miscellaneous Chores

5.1.0

21 Feb 19:12
bdeabdb

Choose a tag to compare

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

  • @wit3 made their first contribution in #72

Full Changelog: 5.0.0...5.1.0

5.0.0

29 Jan 13:15

Choose a tag to compare

What's Changed

Full Changelog: 4.0.1...5.0.0

4.0.1

22 Sep 15:30

Choose a tag to compare

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

30 Aug 06:22

Choose a tag to compare

4.0.0-RC7

15 Aug 11:44

Choose a tag to compare

4.0.0-RC7 Pre-release
Pre-release

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 to protected by @stevebauman in #57
  • Fix bug where dependent jobs would not get set correctly on jobs from nested workflow