Releases: symfony/console
Releases · symfony/console
v5.4.28
Changelog (v5.4.27...v5.4.28)
- bug symfony/symfony#51223 [Console] Fix linewraps in
OutputFormatter
(@maxbeckers)
v6.3.2
Changelog (v6.3.1...v6.3.2)
- bug symfony/symfony#51031 Fix deprecations on PHP 8.3 (@nicolas-grekas)
v6.2.13
Changelog (v6.2.12...v6.2.13)
- bug symfony/symfony#51031 Fix deprecations on PHP 8.3 (@nicolas-grekas)
v5.4.26
Changelog (v5.4.25...v5.4.26)
- bug symfony/symfony#51031 Fix deprecations on PHP 8.3 (@nicolas-grekas)
v6.2.12
Changelog (v6.2.11...v6.2.12)
- no significant changes
v6.3.0
Changelog (v6.3.0-RC2...v6.3.0)
v6.3.0-RC2
Changelog (v6.3.0-RC1...v6.3.0-RC2)
- bug symfony/symfony#50442 [SecurityBundle] Update security-1.0.xsd to include missing access-token definition (@aegypius)
- bug symfony/symfony#50429 [Console] block input stream if needed (@joelwurtz)
v6.2.11
Changelog (v6.2.10...v6.2.11)
- bug symfony/symfony#50442 [SecurityBundle] Update security-1.0.xsd to include missing access-token definition (@aegypius)
- bug symfony/symfony#50429 [Console] block input stream if needed (@joelwurtz)
- bug symfony/symfony#50312 [Security] Skip clearing CSRF Token on stateless logout (@chalasr)
- bug symfony/symfony#50315 [Translation] Fix handling of null messages in
ArrayLoader
(@rob006) - bug symfony/symfony#50338 [Console] Remove
exec
and replace it byshell_exec
(@maxbeckers) - bug symfony/symfony#50193 [Serializer] Fix
SerializedPath
not working with constructor arguments (@HypeMC) - bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR) - bug symfony/symfony#50214 [WebProfilerBundle] Remove legacy filters remnants (@MatTheCat)
- bug symfony/symfony#50235 [HttpClient] Fix getting through proxies via CONNECT (@nicolas-grekas)
- bug symfony/symfony#50241 [HttpKernel] Prevent initialising lazy services during services reset (@tucksaun)
- bug symfony/symfony#49557 [PropertyInfo] Fix phpDocExtractor nullable array value type (@fabpot)
- bug symfony/symfony#50213 [ErrorHandler] Prevent conflicts with WebProfilerBundle’s JavaScript (@MatTheCat)
- bug symfony/symfony#50192 [Serializer] backed enum throw notNormalizableValueException outside construct method (@alli83)
- bug symfony/symfony#50238 [HttpKernel] Don't use eval() to render ESI/SSI (@nicolas-grekas)
v5.4.24
Changelog (v5.4.23...v5.4.24)
- bug symfony/symfony#50429 [Console] block input stream if needed (@joelwurtz)
- bug symfony/symfony#50315 [Translation] Fix handling of null messages in
ArrayLoader
(@rob006) - bug symfony/symfony#50338 [Console] Remove
exec
and replace it byshell_exec
(@maxbeckers) - bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR) - bug symfony/symfony#50214 [WebProfilerBundle] Remove legacy filters remnants (@MatTheCat)
- bug symfony/symfony#50235 [HttpClient] Fix getting through proxies via CONNECT (@nicolas-grekas)
- bug symfony/symfony#49557 [PropertyInfo] Fix phpDocExtractor nullable array value type (@fabpot)
- bug symfony/symfony#50213 [ErrorHandler] Prevent conflicts with WebProfilerBundle’s JavaScript (@MatTheCat)
- bug symfony/symfony#50192 [Serializer] backed enum throw notNormalizableValueException outside construct method (@alli83)
- bug symfony/symfony#50238 [HttpKernel] Don't use eval() to render ESI/SSI (@nicolas-grekas)
v6.3.0-RC1
Changelog (v6.3.0-BETA3...v6.3.0-RC1)
- bug symfony/symfony#50349 [Notifier] Document Notifier options in README files (@alamirault)
- bug symfony/symfony#50312 [Security] Skip clearing CSRF Token on stateless logout (@chalasr)
- bug symfony/symfony#50315 [Translation] Fix handling of null messages in
ArrayLoader
(@rob006) - bug symfony/symfony#50338 [Console] Remove
exec
and replace it byshell_exec
(@maxbeckers) - feature symfony/symfony#49293 [DoctrineBridge] Allow to ignore specific nullable fields in UniqueEntity (@VincentLanglet)
- bug symfony/symfony#50193 [Serializer] Fix
SerializedPath
not working with constructor arguments (@HypeMC) - bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)