Symfony v5.0.6 Release Notes

Release Date: 2020-03-27 // about 4 years ago
  • Changelog (v5.0.5...v5.0.6)

    • ๐Ÿ› bug #36169 [HttpKernel] fix locking for PHP 7.4+ (@nicolas-grekas)
    • ๐Ÿ› bug #36175 [Security/Http] Remember me: allow to set the samesite cookie flag (@dunglas)
    • ๐Ÿ› bug #36173 [Http Foundation] Fix clear cookie samesite (@guillbdx)
    • ๐Ÿ› bug #36176 [Security] Check if firewall is stateless before checking for session/previous session (@koenreiniers)
    • ๐Ÿ› bug #36149 [Form] Support customized intl php.ini settings (@jorrit)
    • ๐Ÿ› bug #36172 [Debug] fix for PHP 7.3.16+/7.4.4+ (@nicolas-grekas)
    • bug #36151 [Security] Fixed hardcoded value of SODIUM_CRYPTO_PWHASH_MEMLIMIT_INTERACTIVE (@lyrixx)
    • ๐Ÿ› bug #36141 Prevent warning in proc_open() (@BenMorel)
    • ๐Ÿ› bug #36143 [FrameworkBundle] Fix Router Cache (@guillbdx)
    • ๐Ÿ› bug #36103 [DI] fix preloading script generation (@nicolas-grekas)
    • ๐Ÿ› bug #36118 [Security/Http] don't require the session to be started when tracking its id (@nicolas-grekas)
    • ๐Ÿ› bug #36108 [DI] Fix CheckTypeDeclarationPass (@guillbdx)
    • ๐Ÿ› bug #36121 [VarDumper] fix side-effect by not using mt_rand() (@nicolas-grekas)
    • ๐Ÿ› bug #36073 [PropertyAccess][DX] Improved errors when reading uninitialized properties (@HeahDude)
    • ๐Ÿ› bug #36063 [FrameworkBundle] start session on flashbag injection (@william Arslett)
    • ๐Ÿ› bug #36031 [Console] Fallback to default answers when unable to read input (@ostrolucky)
    • ๐Ÿ› bug #36083 [DI][Form] Fixed test suite (TimeType changes & unresolved merge conflict) (@wouterj)
    • ๐Ÿ› bug #36026 [Mime] Fix boundary header (@guillbdx)
    • ๐Ÿ› bug #36020 [Form] ignore microseconds submitted by Edge (@xabbuh)
    • ๐Ÿ› bug #36038 [HttpClient] disable debug log with curl 7.64.0 (@nicolas-grekas)
    • ๐Ÿ› bug #36041 fix import from config file using type: glob (@Tobion)
    • ๐Ÿ› bug #35987 [DoctrineBridge][DoctrineExtractor] Fix wrong guessed type for "json" type (@fancyweb)
    • ๐Ÿ› bug #35949 [DI] Fix container lint command when a synthetic service is used in an expression (@HypeMC)
    • bug #36023 [HttpClient] fix requests to hosts that idn_to_ascii() cannot handle (@nicolas-grekas)
    • ๐Ÿ› bug #35938 [Form] Handle false as empty value on expanded choices (@fancyweb)
    • ๐Ÿ› bug #36030 [SecurityBundle] Minor fix in LDAP config tree builder (@HeahDude)
    • ๐Ÿ› bug #36017 [HttpKernel] Fix support for single-colon syntax for controllers (@nicolas-grekas)
    • ๐Ÿ› bug #35993 Remove int return type from FlattenException::getCode (@wucdbm)
    • ๐Ÿ› bug #36004 [Yaml] fix dumping strings containing CRs (@xabbuh)
    • ๐Ÿ› bug #35982 [DI] Fix XmlFileLoader bad error message (@przemyslaw-bogusz)
    • ๐Ÿ› bug #35957 [DI] ignore extra tags added by autoconfiguration in PriorityTaggedServiceTrait (@nicolas-grekas)
    • ๐Ÿ› bug #35937 Revert "bug #28179 [DomCrawler] Skip disabled fields processing in Form" (@dmaicher)
    • ๐Ÿ› bug #35928 [Routing] Prevent localized routes _locale default & requirement from being overridden (@fancyweb)
    • ๐Ÿ› bug #35912 [FrameworkBundle] register only existing transport factories (@xabbuh)
    • ๐Ÿ› bug #35899 [DomCrawler] prevent deprecation being triggered from assertion (@xabbuh)
    • ๐Ÿ› bug #35910 [SecurityBundle] Minor fixes in configuration tree builder (@HeahDude)

    [PR] #36240