Symfony v4.3.3 Release Notes

Release Date: 2019-07-28 // over 4 years ago
  • Changelog (since v4.3.2...v4.3.3)

    • ๐Ÿ› bug #32726 [Messenger] Fix redis last error not cleared between calls (@chalasr)
    • ๐Ÿ› bug #32760 [HttpKernel] clarify error handler restoring process (@xabbuh)
    • ๐Ÿ› bug #32730 [Inflector] Fix pluralizing words ending with "son" (@norkunas)
    • ๐Ÿ› bug #32715 [DI] fix perf issue with lazy autowire error messages (@nicolas-grekas)
    • ๐Ÿ› bug #32503 Fix multiSelect ChoiceQuestion when answers have spaces (@IceMaD)
    • ๐Ÿ› bug #32688 [Yaml] fix inline handling when dumping tagged values (@xabbuh)
    • ๐Ÿ› bug #32710 [Security/Core] align defaults for sodium with PHP 7.4 (@nicolas-grekas)
    • ๐Ÿ› bug #32644 [WebProfileBundle] Avoid getting right to left style (@Arman-Hosseini)
    • ๐Ÿ› bug #32689 [HttpClient] rewind stream when using Psr18Client (@nicolas-grekas)
    • ๐Ÿ› bug #32700 [Messenger] Flatten collection of stamps collected by the traceable middleware (@ogizanagi)
    • ๐Ÿ› bug #32699 [HttpClient] fix canceling responses in a streaming loop (@nicolas-grekas)
    • ๐Ÿ› bug #32679 [Intl] relax some date parser patterns (@xabbuh)
    • ๐Ÿ› bug #31303 [VarDumper] Use \ReflectionReference for determining if a key is a reference (php >= 7.4) (@dorumd, @nicolas-grekas)
    • ๐Ÿ› bug #32485 [Validator] Added support for validation of giga values (@kernig)
    • ๐Ÿ› bug #32567 [Messenger] pass transport name to factory (@Tobion)
    • ๐Ÿ› bug #32568 [Messenger] Fix UnrecoverableExceptionInterface handling (@LanaiGrunt)
    • ๐Ÿ› bug #32604 Properly handle optional tag attributes for !tagged_iterator (@apfelbox)
    • ๐Ÿ› bug #32571 [HttpClient] fix debug output added to stderr at shutdown (@nicolas-grekas)
    • ๐Ÿ› bug #32443 [PHPUnitBridge] Mute deprecations triggered from phpunit (@greg0ire)
    • ๐Ÿ› bug #32572 Bump minimum version of symfony/phpunit-bridge (@fancyweb)
    • ๐Ÿ› bug #32438 [Serializer] XmlEncoder: don't cast padded strings (@ogizanagi)
    • ๐Ÿ› bug #32579 [Config] Do not use absolute path when computing the vendor freshness (@lyrixx)
    • ๐Ÿ› bug #32563 Container*::getServiceIds() should return strings (@mathroc)
    • ๐Ÿ› bug #32553 [Mailer] Allow register mailer configuration in xml format (@Koc)
    • bug #32442 Adding missing event_dispatcher wiring for messenger.middleware.send_message (@weaverryan)
    • ๐Ÿ› bug #32466 [Config] Fix for signatures of typed properties (@tvandervorm)
    • ๐Ÿ› bug #32501 [FrameworkBundle] Fix descriptor of routes described as callable array (@ribeiropaulor)
    • ๐Ÿ› bug #32500 [Debug][DebugClassLoader] Include found files instead of requiring them (@fancyweb)
    • ๐Ÿ› bug #32464 [WebProfilerBundle] Fix Twig 1.x compatibility (@yceruto)
    • ๐Ÿ› bug #31620 [FrameworkBundle] Inform the user when save_path will be ignored (@gnat42)
    • ๐Ÿ› bug #32096 Don't assume port 0 for X-Forwarded-Port (@alexbowers, @xabbuh)
    • ๐Ÿ› bug #31820 [SecurityBundle] Fix profiler dump for non-invokable security listeners (@chalasr)
    • ๐Ÿ› bug #32392 [Messenger] Doctrine Transport: Support setting auto_setup from DSN (@bendavies)
    • ๐Ÿ› bug #31267 [Translator] Load plurals from mo files properly (@Stadly)
    • ๐Ÿ› bug #31266 [Translator] Load plurals from po files properly (@Stadly)
    • ๐Ÿ› bug #32383 [Serializer] AbstractObjectNormalizer ignores the property types of discriminated classes (@sandergo90)
    • ๐Ÿ› bug #32413 [Messenger] fix publishing headers set on AmqpStamp (@Tobion)
    • ๐Ÿ› bug #32421 [EventDispatcher] Add tag kernel.rest on 'debug.event_dispatcher' service (@lyrixx)
    • bug #32398 [Messenger] Removes deprecated call to ReflectionType::__toString() on MessengerPass (@brunowowk)
    • ๐Ÿ› bug #32379 [SecurityBundle] conditionally register services (@xabbuh)
    • ๐Ÿ› bug #32380 [Messenger] fix broken key normalization (@Tobion)
    • ๐Ÿ› bug #32363 [FrameworkBundle] reset cache pools between requests (@nicolas-grekas)
    • ๐Ÿ› bug #32365 [DI] fix processing of regular parameter bags by MergeExtensionConfigurationPass (@nicolas-grekas)
    • ๐Ÿ› bug #32187 [PHPUnit] Fixed composer error on Windows (@misterx)
    • ๐Ÿ› bug #32299 [Lock] Stores must implement putOffExpiration (@jderusse)
    • ๐Ÿ› bug #32302 [Mime] Remove @Internal annotations for the serialize methods (@francoispluchino)
    • ๐Ÿ› bug #32334 [Messenger] Fix authentication for redis transport (@alexander-schranz)
    • ๐Ÿ› bug #32309 Fixing validation for messenger transports retry_strategy service key (@weaverryan)
    • ๐Ÿ› bug #32331 [Workflow] only decorate when an event dispatcher was passed (@xabbuh)
    • ๐Ÿ› bug #32236 [Cache] work aroung PHP memory leak (@nicolas-grekas)
    • ๐Ÿ› bug #32206 Catch JsonException and rethrow in JsonEncode (@phil-davis)
    • ๐Ÿ› bug #32211 [Mailer] Fix error message when connecting to a stream raises an error before connect() (@fabpot)
    • ๐Ÿ› bug #32210 [Mailer] Fix timeout type hint (@fabpot)
    • ๐Ÿ› bug #32199 [EventDispatcher] improve error messages in the event dispatcher (@xabbuh)
    • ๐Ÿ› bug #32200 [Security/Core] work around sodium_compat issue (@nicolas-grekas)

    [PR] #32788