Symfony v4.4.10 Release Notes

Release Date: 2020-06-12 // almost 4 years ago
  • Changelog (v4.4.9...v4.4.10)

    • ๐Ÿ› bug #37227 [DependencyInjection][CheckTypeDeclarationsPass] Handle unresolved parameters pointing to environment variables (@fancyweb)
    • ๐Ÿ› bug #37103 [Form] switch the context when validating nested forms (@xabbuh)
    • ๐Ÿ› bug #37182 [HttpKernel] Fix regression where Store does not return response body correctly (@mpdude)
    • ๐Ÿ› bug #37193 [DependencyInjection][CheckTypeDeclarationsPass] Always resolve parameters (@fancyweb)
    • ๐Ÿ› bug #37191 [HttpClient] fix offset computation for data chunks (@nicolas-grekas)
    • ๐Ÿ› bug #37177 [Ldap] fix refreshUser() ignoring extra_fields (@arkste)
    • ๐Ÿ› bug #37181 [Mailer] Remove an internal annot (@fabpot)
    • ๐Ÿ› bug #36913 [FrameworkBundle] fix type annotation on ControllerTrait::addFlash() (@ThomasLandauer)
    • ๐Ÿ› bug #37162 [Mailer] added the reply-to addresses to the API SES transport request. (@ribeiropaulor)
    • ๐Ÿ› bug #37167 [Mime] use fromString when creating a new Address (@fabpot)
    • ๐Ÿ› bug #37169 [Cache] fix forward compatibility with Doctrine DBAL 3 (@xabbuh)
    • ๐Ÿ› bug #37159 [Mailer] Fixed generator bug when creating multiple transports using Transport::fromDsn (@atailouloute)
    • ๐Ÿ› bug #37048 [HttpClient] fix monitoring timeouts when other streams are active (@nicolas-grekas)
    • ๐Ÿ› bug #37085 [Form] properly cascade validation to child forms (@xabbuh)
    • ๐Ÿ› bug #37095 [PhpUnitBridge] Fix undefined index when output of "composer show" cannot be parsed (@nicolas-grekas)
    • ๐Ÿ› bug #37092 [PhpUnitBridge] fix undefined var on version 3.4 (@nicolas-grekas)
    • ๐Ÿ› bug #37065 [HttpClient] Throw JsonException instead of TransportException on empty response in Response::toArray() (@jeroennoten)
    • ๐Ÿ› bug #37077 [WebProfilerBundle] Move ajax clear event listener initialization on loadToolbar (@bruno BOUTAREL)
    • ๐Ÿ› bug #37049 [Serializer] take into account the context when preserving empty array objects (@xabbuh)

    [PR] #37246