Skip to content

Releases: ksassnowski/venture

v5.3.0

25 Mar 08:54
Compare
Choose a tag to compare

5.3.0 (2024-03-25)

Features

v5.2.0

10 Mar 14:07
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.1...5.0.0

4.0.1

22 Sep 15:30
Compare
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
Compare
Choose a tag to compare

4.0.0-RC7

15 Aug 11:44
Compare
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

4.0.0-RC6

11 Aug 08:29
Compare
Choose a tag to compare
4.0.0-RC6 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

  • Fixed incorrect path when publishing migrations #56

4.0.0-RC5

11 Aug 08:24
Compare
Choose a tag to compare
4.0.0-RC5 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

  • Renamed WorkflowStepInterface to WorkflowableJob

4.0.0-RC4

28 Jul 11:44
c66ccd2
Compare
Choose a tag to compare
4.0.0-RC4 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

  • Removed opis/closure dependency
  • Added isPending method to WorkflowJob model