Symfony v5.1.0-RC1 Release Notes

Release Date: 2020-05-16 // almost 4 years ago
  • Changelog (v5.1.0-BETA1...v5.1.0-RC1)

    • ๐Ÿ› bug #36832 [Security] Improved upgrade path for custom remember me services (@wouterj)
    • ๐Ÿ› bug #36592 [BrowserKit] Allow Referer set by history to be overridden (@Slamdunk)
    • ๐Ÿ› bug #36800 [DI] Renamed some PHP-DSL functions (@javiereguiluz)
    • ๐Ÿ› bug #36806 RememberMeLogoutListener should depend on LogoutHandlerInterface (@scheb)
    • ๐Ÿ› bug #36805 [Security\Core] Fix NoopAuthenticationManager::authenticate() return value (@chalasr)
    • ๐Ÿ› bug #36823 [HttpClient] fix PHP warning + accept status code >= 600 (@nicolas-grekas)
    • ๐Ÿ› bug #36824 [Security/Core] fix compat of NativePasswordEncoder with pre-PHP74 values of PASSWORD_* consts (@nicolas-grekas)
    • ๐Ÿ› bug #36811 [DependencyInjection] Fix register event listeners compiler pass (@X-Coder264)
    • ๐Ÿ› bug #36789 Change priority of KernelEvents::RESPONSE subscriber (@marcw)
    • ๐Ÿ› bug #36794 [Serializer] fix issue with PHP 8 (@nicolas-grekas)
    • ๐Ÿ› bug #36786 [WebProfiler] Remove 'none' when appending CSP tokens (@ndench)
    • ๐Ÿ› bug #36796 [DI] Use require_once instead of require when appending cache warmer-returned files to preload file (@ovrflo)
    • ๐Ÿ› bug #36743 [Yaml] Fix escaped quotes in quoted multi-line string (@ossinkine)
    • ๐Ÿ› bug #36773 [HttpClient] preserve the identity of responses streamed by TraceableHttpClient (@nicolas-grekas)
    • ๐Ÿ› bug #36777 [TwigBundle] FormExtension does not have a constructor anymore since sf 4.0 (@Tobion)
    • ๐Ÿ› bug #36766 [HttpClient] add TimeoutExceptionInterface (@nicolas-grekas)
    • ๐Ÿ› bug #36716 [Mime] handle passing custom mime types as string (@mcneely)
    • ๐Ÿ› bug #36765 [HttpClient] fix dealing with informational response (@nicolas-grekas)
    • ๐Ÿ› bug #36747 Queue name is a required parameter (@theravel)
    • ๐Ÿ› bug #36751 [Mime] fix bad method call on EmailAddressContains (@Kocal)
    • ๐Ÿ› bug #36737 [Cache] fix accepting sub-second max-lifetimes in ArrayAdapter (@nicolas-grekas)
    • bug #36749 [DI] give priority to container.hot_path over container.no_preload (@nicolas-grekas)
    • ๐Ÿ› bug #36721 [FrameworkBundle] remove getProjectDir method from MicroKernelTrait (@garak)

    [PR] #36835