Releases: symfony/process
Releases · symfony/process
v6.4.0-RC2
Changelog (v6.4.0-RC1...v6.4.0-RC2)
- no significant changes
v7.0.0-RC1
Changelog (v7.0.0-BETA3...v7.0.0-RC1)
- no significant changes
v6.4.0-RC1
Changelog (v6.4.0-BETA3...v6.4.0-RC1)
- no significant changes
v7.0.0-BETA3
Changelog (v7.0.0-BETA2...v7.0.0-BETA3)
- bug symfony/symfony#52427 [Console][Process] do not let context classes extend the message classes (@xabbuh)
v6.4.0-BETA3
Changelog (v6.4.0-BETA2...v6.4.0-BETA3)
- bug symfony/symfony#52427 [Console][Process] do not let context classes extend the message classes (@xabbuh)
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)