Releases: symfony/config
Releases · symfony/config
v5.4.31
Changelog (v5.4.30...v5.4.31)
- bug symfony/symfony#52502 [Config] Prefixing
FileExistenceResource::__toString()to avoid conflict withFileResource(@weaverryan)
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#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#50873 Remove remaining deprecated code paths (@nicolas-grekas)
- 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#50842 Add missing return types to magic methods (@wouterj)
v6.3.2
Changelog (v6.3.1...v6.3.2)
- no significant changes
v6.2.13
Changelog (v6.2.12...v6.2.13)
- no significant changes
v5.4.26
Changelog (v5.4.25...v5.4.26)
- no significant changes
v6.3.0
Changelog (v6.3.0-RC2...v6.3.0)
v6.3.0-RC1
Changelog (v6.3.0-BETA3...v6.3.0-RC1)
- feature symfony/symfony#49293 [DoctrineBridge] Allow to ignore specific nullable fields in UniqueEntity (@VincentLanglet)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryabledecision of the retry strategy for re-delivery (@FlyingDR)