Releases: code-rhapsodie/dataflow-bundle
Releases · code-rhapsodie/dataflow-bundle
v5.0.0
What's Changed
- Initiate Kudos on dataflow-bundle
- Added Symfony 7 support
- Removed Symfony 6 compatibility
- Removed Symfony 5 compatibility
- Removed Symfony 4 compatibility
- Removed Symfony 3 compatibility
- Changed README.md
- Added CI
New Contributors
Full Changelog: v4.1.2...v5.0.0
v4.1.2
- Fix log exception argument typing
v4.1.0
- Added custom index for exception log
v4.0.0
- Added Symfony 6 support
- PHP minimum requirements bumped to 8.0
v3.1.0
- Added optional "messenger mode", to delegate jobs execution to workers from the Symfony messenger component
- Added support for asynchronous steps execution, using the AMPHP library (contribution from matyo91)
v3.0.0
- Added PHP 8 support
- PHP minimum requirements bumped to 7.3
- Added Doctrine DBAL 3 support
- Doctrine DBAL minimum requirements bumped to 2.12
v2.2.0
- Improve logging Dataflow job