Symfony v4.3.1 Release Notes

Release Date: 2019-06-06 // almost 5 years ago
  • Changelog (since v4.3.0...v4.3.1)

    • ๐Ÿ› 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 #31893 [HttpKernel] fix link to source generation (@nicolas-grekas)
    • ๐Ÿ› bug #31880 [FrameworkBundle] fix BC-breaking property in WebTestAssertionsTrait (@nicolas-grekas)
    • ๐Ÿ› bug #31881 [FramworkBundle][HttpKernel] fix KernelBrowser BC layer (@nicolas-grekas)
    • ๐Ÿ› bug #31879 [Cache] Pass arg to get callback everywhere (@fancyweb)
    • ๐Ÿ› bug #31874 [Doctrine Bridge] Check field type before adding Length constraint (@belinde)
    • ๐Ÿ› bug #31872 [Messenger] Add missing runtime check for ext redis version (@chalasr)
    • ๐Ÿ› bug #31864 [Cache] Fixed undefined variable in ArrayTrait (@eXtreme)
    • ๐Ÿ› bug #31863 [HttpFoundation] Fixed case-sensitive handling of cache-control header in RedirectResponse constructor (@ivo)
    • ๐Ÿ› bug #31850 [HttpClient] add $response->cancel() (@nicolas-grekas)
    • bug #31871 [HttpClient] revert bad logic around JSON_THROW_ON_ERROR (@nicolas-grekas)
    • 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 #31834 [HttpClient] Don't throw InvalidArgumentException on bad Location header (@nicolas-grekas)
    • ๐Ÿ› bug #31846 [Mailer] Set default crypto method (@bpolaszek)
    • ๐Ÿ› bug #31849 [Console] Add check for Konsole/Yakuake to disable hyperlinks (@belinde)
    • ๐Ÿ› bug #31854 Rename the Symfony Mailer service implementation to avoid conflict with SwitMailer (@tgalopin)
    • ๐Ÿ› bug #31856 [VarDumper] fix dumping the cloner itself (@nicolas-grekas)
    • ๐Ÿ› bug #31861 [HttpClient] work around PHP 7.3 bug related to json_encode() (@nicolas-grekas)
    • ๐Ÿ› bug #31860 [HttpFoundation] work around PHP 7.3 bug related to json_encode() (@nicolas-grekas)
    • ๐Ÿ› bug #31852 [Form] add missing symfony/service-contracts dependency (@nicolas-grekas)
    • ๐Ÿ› bug #31836 [DoctrineBridge] do not process private properties from parent class (@xabbuh)
    • ๐Ÿ› bug #31790 [Messenger] set amqp content_type based on serialization format (@Tobion)
    • ๐Ÿ› bug #31832 [HttpClient] fix unregistering the debug buffer when using curl (@nicolas-grekas)
    • ๐Ÿ› bug #31407 [Security] added support for updated "distinguished name" format in x509 authentication (@robert Kopera)
    • ๐Ÿ› bug #31774 [Mailer] Fix the possibility to set a From header from MessageListener (@fabpot)
    • ๐Ÿ› bug #31811 [DoctrineBridge] don't add embedded properties to wrapping class metadata (@xabbuh)
    • ๐Ÿ› bug #31786 [Translation] Fixed case sensitivity of lint:xliff command (@javiereguiluz)
    • ๐Ÿ› bug #31815 [Translator] Collect locale details earlier in the process (@pierredup)
    • ๐Ÿ› bug #31761 [TwigBridge] suggest Translation Component when TranslationExtension is used (@nicolas-grekas)
    • ๐Ÿ› bug #31748 [Messenger] Inject RoutableMessageBus instead of bus locator (@chalasr)
    • ๐Ÿ› bug #31763 [Security\Core] Make SodiumPasswordEncoder validate BCrypt-ed passwords (@nicolas-grekas)
    • ๐Ÿ› bug #31744 [Validator] Fix TimezoneValidator default option (@ro0NL)
    • ๐Ÿ› bug #31749 [DoctrineBridge][Validator] do not enable validator auto mapping by default (@xabbuh)
    • ๐Ÿ› bug #31757 [DomCrawler] Fix type error with null Form::$currentUri (@chalasr)
    • ๐Ÿ› bug #31721 [PHPUnitBridge] Use a more appropriate group when deprecating mode (@greg0ire)

    [PR] #31901