Venture Versions Save

Venture allows you to create and manage complex, async workflows in your Laravel apps.

v5.2.0

1 year ago

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

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ksassnowski/venture/compare/5.0.0...5.1.0

5.0.0

1 year ago

What's Changed

Full Changelog: https://github.com/ksassnowski/venture/compare/4.0.1...5.0.0

4.0.1

1 year ago

What's Changed

Full Changelog: https://github.com/ksassnowski/venture/compare/4.0.0...4.0.1

4.0.0

1 year ago

4.0.0-RC7

1 year ago

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 https://github.com/ksassnowski/venture/issues/54.


Changed

4.0.0-RC6

1 year ago

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 https://github.com/ksassnowski/venture/issues/54.


Changed

  • Fixed incorrect path when publishing migrations #56

4.0.0-RC5

1 year ago

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 https://github.com/ksassnowski/venture/issues/54.


Changed

  • Renamed WorkflowStepInterface to WorkflowableJob

4.0.0-RC4

1 year ago

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 https://github.com/ksassnowski/venture/issues/54.


Changed

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

4.0.0-RC3

1 year ago

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 https://github.com/ksassnowski/venture/issues/54.


Changed

  • Made run method of AbstractWorkflow public
  • Removed $name property from JobAdded event. The job name can be retrieved via $job->getName().
  • Fire JobFinished event after the finished job was processed