Symfony v4.2.10 Release Notes

Release Date: 2019-06-26 // almost 5 years ago
  • Changelog (since v4.2.9...v4.2.10)

    • ๐Ÿ› bug #31972 Add missing rendering of form help block. (@alexsegura)
    • ๐Ÿ› bug #32137 [HttpFoundation] fix accessing session bags (@xabbuh)
    • ๐Ÿ› bug #32164 [EventDispatcher] collect called listeners information only once (@xabbuh)
    • ๐Ÿ› bug #32173 [FrameworkBundle] Fix calling Client::getProfile() before sending a request (@dunglas)
    • ๐Ÿ› bug #32163 [DoctrineBridge] Fix type error (@norkunas)
    • bug #32170 [Security/Core] Don't use ParagonIE_Sodium_Compat (@nicolas-grekas)
    • ๐Ÿ› bug #32094 [Validator] Use LogicException for missing Property Access Component in comparison constraints (@Lctrs)
    • ๐Ÿ› bug #32123 [Form] fix translation domain (@xabbuh)
    • ๐Ÿ› bug #32116 [FrameworkBundle] tag the FileType service as a form type (@xabbuh)
    • ๐Ÿ› bug #32090 [Debug] workaround BC break in PHP 7.3 (@nicolas-grekas)
    • ๐Ÿ› bug #32076 [Lock] Fix PDO prune not called (@jderusse)
    • ๐Ÿ› bug #32071 Fix expired lock not cleaned (@jderusse)
    • ๐Ÿ› bug #32057 [HttpFoundation] Fix SA/phpdoc JsonResponse (@ro0NL)
    • ๐Ÿ› bug #32025 SimpleCacheAdapter fails to cache any item if a namespace is used (@moufmouf)
    • ๐Ÿ› bug #32037 [Form] validate composite constraints in all groups (@xabbuh)
    • ๐Ÿ› bug #32007 [Serializer] Handle true and false appropriately in CSV encoder (@battye)
    • ๐Ÿ› bug #32000 [Routing] fix absolute url generation when scheme is not known (@Tobion)
    • bug #32024 [VarDumper] fix dumping objects that implement __debugInfo() (@nicolas-grekas)
    • ๐Ÿ› bug #31962 Fix reporting unsilenced deprecations from insulated tests (@nicolas-grekas)
    • ๐Ÿ› bug #31925 [Form] fix usage of legacy TranslatorInterface (@nicolas-grekas)
    • ๐Ÿ› bug #31908 [Validator] fix deprecation layer of ValidatorBuilder (@nicolas-grekas)
    • ๐Ÿ› bug #31894 Fix wrong requirements for ocramius/proxy-manager in root composer.json (@henrikvolmer)
    • ๐Ÿ› bug #31865 [Form] Fix wrong DateTime on outdated ICU library (@aweelex)
    • ๐Ÿ› bug #31879 [Cache] Pass arg to get callback everywhere (@fancyweb)
    • ๐Ÿ› bug #31863 [HttpFoundation] Fixed case-sensitive handling of cache-control header in RedirectResponse constructor (@ivo)
    • bug #31869 Fix json-encoding when JSON_THROW_ON_ERROR is used (@nicolas-grekas)
    • ๐Ÿ› bug #31868 [HttpKernel] Fix handling non-catchable fatal errors (@nicolas-grekas)
    • ๐Ÿ› bug #31860 [HttpFoundation] work around PHP 7.3 bug related to json_encode() (@nicolas-grekas)
    • ๐Ÿ› bug #31407 [Security] added support for updated "distinguished name" format in x509 authentication (@robert Kopera)
    • ๐Ÿ› bug #31786 [Translation] Fixed case sensitivity of lint:xliff command (@javiereguiluz)
    • ๐Ÿ› bug #31757 [DomCrawler] Fix type error with null Form::$currentUri (@chalasr)
    • ๐Ÿ› bug #31654 [HttpFoundation] Do not set X-Accel-Redirect for paths outside of X-Accel-Mapping (@vilius-g)

    [PR] #32192