Releases: symfony/process
Releases · symfony/process
v7.0.0-BETA2
Changelog (v7.0.0-BETA1...v7.0.0-BETA2)
- no significant changes
v6.4.0-BETA2
Changelog (v6.4.0-BETA1...v6.4.0-BETA2)
- no significant changes
v7.0.0-BETA1
Changelog (v6.3.6...v7.0.0-BETA1)
- feature symfony/symfony#48485 [Process] Introducing a new
PhpSubprocess
handler (@Toflar) - feature symfony/symfony#47422 [Process] Support using
Process::findExecutable()
independently ofopen_basedir
(@BlackbitDevs) - feature symfony/symfony#49813 [Messenger][Process] add
RunProcessMessage
andRunProcessMessageHandler
(@kbond) - feature symfony/symfony#51069 Add types to public and protected properties (@nicolas-grekas)
- feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
- feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
- feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)
v6.4.0-BETA1
Changelog (v6.3.6...v6.4.0-BETA1)
- feature symfony/symfony#48485 [Process] Introducing a new
PhpSubprocess
handler (@Toflar) - feature symfony/symfony#47422 [Process] Support using
Process::findExecutable()
independently ofopen_basedir
(@BlackbitDevs) - feature symfony/symfony#49813 [Messenger][Process] add
RunProcessMessage
andRunProcessMessageHandler
(@kbond) - feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
v6.3.4
Changelog (v6.3.3...v6.3.4)
- bug symfony/symfony#51296 [Process] Fix silencing
wait
when using a sigchild-enabled binary (@nicolas-grekas)
v5.4.28
Changelog (v5.4.27...v5.4.28)
- bug symfony/symfony#51296 [Process] Fix silencing
wait
when using a sigchild-enabled binary (@nicolas-grekas)
v6.3.2
Changelog (v6.3.1...v6.3.2)
- bug symfony/symfony#50954 [PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s (@nicolas-grekas)
v6.2.13
Changelog (v6.2.12...v6.2.13)
- bug symfony/symfony#50954 [PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s (@nicolas-grekas)
v5.4.26
Changelog (v5.4.25...v5.4.26)
- bug symfony/symfony#50954 [PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s (@nicolas-grekas)
v6.3.0
Changelog (v6.3.0-RC2...v6.3.0)
- no significant changes