Releases: webmozarts/console-parallelization
Releases · webmozarts/console-parallelization
2.0.0-alpha.0
Merge pull request #53 from theofidry/merge-master-to-1.x
Merge master to 1.x
1.2.4
Bugfixes
- Option value could be of type ' int' in case it's defined as a default (#51)
1.2.1
Bugfixes
- Fix Symfony 5 compatibility (#48)
1.2.0
Features
- Add PHP8 support (#46, #47)
- Make getEnvironmentVariables protected
Bugfixes
- Use the Kernel project dir instead of root dir (#45)
Misc
- Introduce ParallelizationInput (#30)
- Introduce a Configuration class (#29)
- Introduce the ItemBatchIterator VO (#33)
1.2.2
Bugfixes
- Fix Symfony 5 compatibility (#48)
1.1.0
Features
- Add protected method to get the console path (#43)
1.0.1
Bugfixes
- Add quotation to children's input options if required (#42)
1.0.0
Fix Symfony Console 3.0 dependency (#38)
1.0.0-RC7
Bugfixes
- Pass input options to child process (#28)