Skip to content

Releases: webmozarts/console-parallelization

2.0.0-alpha.0

28 Sep 17:22
5e9f3ba
Compare
Choose a tag to compare
2.0.0-alpha.0 Pre-release
Pre-release
Merge pull request #53 from theofidry/merge-master-to-1.x

Merge master to 1.x

1.2.4

13 Jul 13:32
671dc35
Compare
Choose a tag to compare

Bugfixes

  • Option value could be of type ' int' in case it's defined as a default (#51)

1.2.3

11 Jul 09:06
873650e
Compare
Choose a tag to compare

Fix release process

1.2.1

08 Mar 10:34
dc6a871
Compare
Choose a tag to compare

Bugfixes

  • Fix Symfony 5 compatibility (#48)

1.2.0

07 Jan 14:37
e5efc35
Compare
Choose a tag to compare

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

26 May 15:44
60f99ee
Compare
Choose a tag to compare

Bugfixes

  • Fix Symfony 5 compatibility (#48)

1.1.0

11 Jun 06:06
60f99ee
Compare
Choose a tag to compare

Features

  • Add protected method to get the console path (#43)

1.0.1

08 Jun 10:06
d77b2d4
Compare
Choose a tag to compare

Bugfixes

  • Add quotation to children's input options if required (#42)

1.0.0

26 May 21:07
4a68593
Compare
Choose a tag to compare
Fix Symfony Console 3.0 dependency (#38)

1.0.0-RC7

21 May 08:06
d4e3630
Compare
Choose a tag to compare
1.0.0-RC7 Pre-release
Pre-release

Bugfixes

  • Pass input options to child process (#28)