Symfony v5.2.0-RC1 Release Notes

Release Date: 2020-11-10 // over 3 years ago
  • Changelog (v5.2.0-BETA3...v5.2.0-RC1)

    • ๐Ÿ› bug #39004 [Messenger] Fix JSON deserialization of ErrorDetailsStamp and normalization of FlattenException::$statusText (@Jean85)
    • ๐Ÿ› bug #38628 [DoctrineBridge] indexBy could reference to association columns (@juanmiguelbesada)
    • ๐Ÿ› bug #39021 [DependencyInjection] Optimize circular collection by removing flattening (@jderusse)
    • ๐Ÿ› bug #39031 [Ldap] Fix pagination (@jderusse)
    • ๐Ÿ› bug #39038 [DoctrineBridge] also reset id readers (@xabbuh)
    • ๐Ÿ”‹ feature #39032 [Validator] Allow load mappings from attributes without doctrine/annotations (@derrabus)
    • ๐Ÿ”‹ feature #39022 [FrameworkBundle] Allow to use attribute-based configuration of routing/serializer without doctrine/annotations (@derrabus)
    • ๐Ÿ› bug #39002 [Validator] Override the default option of the choice constraint (@benji07)
    • ๐Ÿ› bug #39026 [Messenger] Fix DBAL deprecations in PostgreSqlConnection (@chalasr)
    • ๐Ÿ› bug #39025 [DoctrineBridge] Fix DBAL deprecations in middlewares (@derrabus)
    • ๐Ÿ› bug #38991 [Console] Fix ANSI when stdErr is not a tty (@jderusse)
    • ๐Ÿ› bug #38980 [DependencyInjection] Fix circular reference with Factory + Lazy Iterrator (@jderusse)
    • ๐Ÿ› bug #38986 [DoctrineBridge] accept converting Uid-as-strings to db-values (@nicolas-grekas)
    • ๐Ÿ”‹ feature #38850 [Messenger] Do not call getQueueUrl when the url is known in AmazonSqs transport (@jderusse)
    • ๐Ÿ”‹ feature #38940 [Messenger] Improve formatting of exception in failed message (@jeroen Noten)
    • feature #38954 [HttpFundation][FrameworkBundle] Deprecate the HEADER_X_FORWARDED_ALL constant (@jderusse)
    • ๐Ÿ› bug #38977 [HttpClient] Check status code before decoding content in TraceableResponse (@chalasr)
    • ๐Ÿ› bug #38971 [PhpUnitBridge] fix replaying skipped tests (@nicolas-grekas)
    • ๐Ÿ› bug #38910 [HttpKernel] Fix session initialized several times (@jderusse)
    • ๐Ÿ› bug #38882 [DependencyInjection] Improve performances in CircualReference detection (@jderusse)
    • ๐Ÿ› bug #38950 [Process] Dont test TTY if there is no TTY support (@Nyholm)
    • ๐Ÿ› bug #38921 [PHPUnitBridge] Fixed crash on Windows with PHP 8 (@villfa)
    • ๐Ÿ”‹ feature #38919 [Console] Make error message more verbose (@Nyholm)
    • ๐Ÿ› bug #38869 [SecurityBundle] inject only compatible token storage implementations for usage tracking (@xabbuh)
    • ๐Ÿ”‹ feature #38859 [HttpFoundation] Deprecate not passing a Closure together with FILTER_CALLBACK to ParameterBag::filter() (@nicolas-grekas)
    • ๐Ÿ› bug #38894 [HttpKernel] Remove Symfony 3 compatibility code (@derrabus)
    • ๐Ÿ› bug #38888 remove reflection-docblock from mime requirements (@garak)
    • ๐Ÿ› bug #38895 [PhpUnitBridge] Fix wrong check for exporter in ConstraintTrait (@alcaeus)
    • ๐Ÿ› bug #38879 [Cache] Fixed expiry could be int in ChainAdapter due to race conditions (@phamviet)
    • ๐Ÿ› bug #38867 [FrameworkBundle] Fixing TranslationUpdateCommand failure when using "--no-backup" (@liarco)
    • ๐Ÿ› bug #38856 [Cache] Add missing use statement (@fabpot)

    [PR] #39043