Symfony PHP framework v5

https://github.com/symfony/symfony

Changelog (https://github.com/symfony/symfony/compare/v5.4.24...v5.4.25)

  • bug #50763 [DependencyInjection] Skip errored definitions deep-referenced as runtime exceptions (@nicolas-grekas)
  • bug #50728 [HttpClient] Explicitly exclude CURLOPT_POSTREDIR (@nicolas-grekas)
  • bug #50671 [HttpClient] Fix encoding some characters in query strings (Daniel Kozák)
  • bug #50655 Revert "Respect isRetryable decision of the retry strategy for re-delivery" (@bendavies)
  • bug #50665 [FrameworkBundle] Ignore missing directories in about command (@ro0NL)
  • bug #50644 [VarDumper] Dumping DateTime throws error if getTimezone is false (@bogdanmoza)
  • bug #50656 Only update autoload_runtime.php when it changed (@Seldaek)
  • bug #50698 [HttpClient] Fix int conversion for GenericRetryStrategy with floated multiplier (@francisbesset)
  • bug #50548 [FrameworkBundle] Show non-bundle extensions in debug:config & config:dump list view & completion (@HypeMC)
  • bug #50585 [Cache] Fix RedisTrait::createConnection for cluster (@darkanakin41)
  • bug #50546 [FrameworkBundle] Fix debug:config & config:dump in debug mode (@HypeMC)
  • bug #50560 [DependencyInjection] Support PHP 8.2 true and null type (@ruudk)
  • bug #50562 [Lock] Fix sprintf (@fancyweb)
  • bug #50524 Fix Doctrine deprecations (@nicolas-grekas)
  • bug #50539 [Validator] Remove internal from methods on non-internal interfaces (@wouterj)
  • bug #50534 [PhpUnitBridge] Fix support for the NO_COLOR env var (@nicolas-grekas)
  • bug #50517 [DependencyInjection] Fix casting scalar env vars from null (@fancyweb)
  • bug #50507 [Cache] Fix DBAL deprecations (@MatTheCat)
  • bug #50501 [Serializer] Fix discriminator map not working with AbstractNormalizer::OBJECT_TO_POPULATE (@HypeMC)
  • bug #50437 [Filesystem] Follow symlinks when dumping files (@ausi)
  • bug #50478 [DependencyInjection] Escape `` from parameter-like default values (@MatTheCat)

[PR] https://github.com/symfony/symfony/pull/50771

Changelog (https://github.com/symfony/symfony/compare/v5.4.23...v5.4.24)

  • bug #50429 [Console] block input stream if needed (@joelwurtz)
  • bug #50315 [Translation] Fix handling of null messages in ArrayLoader (@rob006)
  • bug #50338 [Console] Remove exec and replace it by shell_exec (@maxbeckers)
  • bug #50362 [FrameworkBundle] Fix Workflow without a marking store definition uses marking store definition of previously defined workflow (@krciga22)
  • bug #50309 [HttpFoundation] UrlHelper is now aware of RequestContext changes (@giosh94mhz)
  • bug #50309 [HttpFoundation] UrlHelper is now aware of RequestContext changes (@giosh94mhz)
  • bug #50354 [Process] Stop the process correctly even if underlying input stream is not closed (@joelwurtz)
  • bug #50332 [PropertyInfo] Fix PhpStanExtractor when constructor has no docblock (@HypeMC)
  • bug #50253 [FrameworkBundle] Generate caches consistently on successive run of cache:clear command (@Okhoshi)
  • bug #49063 [Messenger] Respect isRetryable decision of the retry strategy for re-delivery (@FlyingDR)
  • bug #50251 [Serializer] Handle datetime deserialization in U format (@tugmaks)
  • bug #50266 [HttpFoundation] Fix file streaming after connection aborted (@rlshukhov)
  • bug #50269 Fix param type annotation (@l-vo)
  • bug #50256 [HttpClient] Fix setting duplicate-name headers when redirecting with AmpHttpClient (@nicolas-grekas)
  • bug #50214 [WebProfilerBundle] Remove legacy filters remnants (@MatTheCat)
  • bug #50235 [HttpClient] Fix getting through proxies via CONNECT (@nicolas-grekas)
  • bug #50244 [HttpKernel] Fix restoring surrogate content from cache (@nicolas-grekas)
  • bug #50246 [DependencyInjection] Do not check errored definitions’ type (@MatTheCat)
  • bug #49557 [PropertyInfo] Fix phpDocExtractor nullable array value type (@fabpot)
  • bug #50213 [ErrorHandler] Prevent conflicts with WebProfilerBundle’s JavaScript (@MatTheCat)
  • bug #50192 [Serializer] backed enum throw notNormalizableValueException outside construct method (@alli83)
  • bug #50238 [HttpKernel] Don't use eval() to render ESI/SSI (@nicolas-grekas)
  • bug #50226 [HttpClient] Ensure HttplugClient ignores invalid HTTP headers (@nicolas-grekas)
  • bug #50203 [Messenger] Fix registering message handlers (@nicolas-grekas)
  • bug #50204 [ErrorHandler] Skip Httplug deprecations for HttplugClient (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/

Changelog (https://github.com/symfony/symfony/compare/v5.4.22...v5.4.23)

  • bug #50143 [Console] trim(): Argument #1 () must be of type string, bool given (@danepowell)
  • bug #50066 [Dumper] Trim leading newlines when checking if value begins with a space (@bradtreloar)
  • bug #50111 Fix the list of supported shells for completions in a phar (@stof)
  • bug #50074 [Cache] Send Predis SSL options in the $hosts parameter (@magnusnordlander)
  • bug #50099 [Cache] Fix success interpretation when pruning cache (@staabm)
  • bug #50092 [Security] Fix return type of AuthenticationSuccessHandlerInterface::onAuthenticationSuccess() (@nicolas-grekas)
  • bug #50072 [HttpClient] Fix global state preventing two CurlHttpClient instances from working together (@nicolas-grekas)
  • bug #50017 [Validator] Fix support of Enum to ConstraintValidator::formatValue (@PhoneixS)
  • bug #49356 [Process] Path resolution changes for PHP in the cgi-fcgi mode (@isdn)
  • bug #48886 [Console] Fix computing column width containing multibyte chars (@cay89)
  • bug #50049 [Messenger] Fix deprecation layer of RedeliveryStamp (@nicolas-grekas)
  • bug #47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
  • bug #50048 [PhpUnitBridge] Fix PHPUnit 10.1 compatibility (@enumag)
  • bug #50047 [VarDumper] Make the server TCP connection sync (@ogizanagi)
  • bug #48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
  • bug #49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
  • bug #49992 [Mailer] [Mailjet] Use body MessageID instead of X-MJ-Request-GUID (@Starfox64)
  • bug #48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
  • bug #48108 [PropertyAccess] Readonly properties must have no PropertyWriteInfo (@CasvanDongen)
  • bug #49009 [Form] Cast choices value callback result to string (@Matth--)
  • bug #49537 [Serializer] Unexpected value should throw UnexpectedValueException (@ThomasTr)
  • bug #49581 Avoid leading .. for temporary files from Filesystem recursive remove (@giosh94mhz)
  • bug #50036 [ErrorHandler] Don't throw deprecations for HttplugClient (@nicolas-grekas)
  • bug #50024 [Serializer] Fix denormalization of object with typed constructor arg (not castable) and with COLLECT_DENORMALIZATION_ERRORS (@lyrixx)
  • bug #50004 [HttpClient] fix proxied redirects in curl client (@matthi4s)
  • bug #50008 [Intl] Update the ICU data to 73.1 (@jderusse)
  • bug #49987 [Console] Restoring the ability to output unicode text to the Win10 console (@aleksandr-shevchenko)
  • bug #49957 [ErrorHandler] Fix sending Vary header with SerializerErrorRenderer (@nicolas-grekas)
  • bug #49983 [DomCrawler] Avoid passing null to substr/strrpos methods (@VincentLanglet)
  • bug #49079 [DoctrineBridge] fix issue with missing stopwatch events (@dmaicher)
  • bug #49926 [HttpClient] Fix canceling MockResponse (@fancyweb)

[PR] https://github.com/symfony/symfony/pull/50187

Changelog (https://github.com/symfony/symfony/compare/v5.4.21...v5.4.22)

  • bug #49618 [Serializer] Preserve array keys while denormalize variadic parameters (@melya)
  • bug #49401 [TwigBridge] Fix raw content rendering in HTML notification emails (@1ed)
  • bug #49679 [FrameworkBundle] enable metadata cache when annotation is disabled (@bastnic)
  • bug #49796 [HttpClient] Fix not calling the on progress callback when canceling a MockResponse (@fancyweb)
  • bug #49833 [Translation] TranslatorBag::diff now iterates over catalogue domains instead of operation domains (@welcoMattic)
  • bug #49848 [Cache] Fix storing binary keys when using pgsql (@nicolas-grekas)
  • bug #49843 [FrameworkBundle] Add missing monolog channel tag for messenger services (@rmikalkenas)
  • bug #49745 [FrameworkBundle] Fix wiring session.handler when handler_id is null (@nicolas-grekas)
  • bug #49189 [FrameworkBundle] Improve documentation about translation:extract --sort option (@marien-probesys)
  • bug #49274 [VarDumper] Disable links for IntelliJ platform (@SerafimArts)
  • bug #49682 [FrameworkBundle] Workflow - Fix LogicException about a wrong configuration of "enabled" node (@adpauly)
  • bug #49758 [HttpFoundation] Use separate caches for IpUtils checkIp4 and checkIp6 (@danielburger1337)
  • bug #49722 [HttpClient] Encode and decode curly brackets {} (@pbowyer)
  • bug #49720 [Serializer] GetSetMethodNormalizer::supportss should not check ignored methods (@nikophil)
  • bug #49681 [String] Correct inflection of 'codes' and 'names' (@GwendolenLynch)
  • bug #49697 [Validator] Update BIC validator IBAN mappings (@maxbeckers)
  • bug #49706 Stop stopwatch events in case of exception (@MatTheCat)
  • bug #49657 [HttpKernel] Change limit argument from string to integer for Profiler (@Aliance)
  • bug #49674 [FrameworkBundle] Rename limiter’s strategy to policy in XSD (@MatTheCat)
  • bug #49673 [VarDumper] Fixed dumping of CutStub (@lyrixx)
  • bug #49604 [Mailer] STDOUT blocks infinitely under Windows when STDERR is filled (@TemaYud)
  • bug #49651 [DependencyInjection] Fix support binary values in parameters. (@vtsykun)
  • bug #49580 [HttpClient] Fix encoding "+" in URLs (@nicolas-grekas)
  • bug #49541 [Security] Remove @internal tag on TraceableAuthenticator::getAuthenticator() (@florentdestremau)
  • bug #49578 [DependencyInjection] Fix dumping array of enums parameters (@fancyweb)

[PR] https://github.com/symfony/symfony/pull/49882

Changelog (https://github.com/symfony/symfony/compare/v5.4.20...v5.4.21)

  • bug #49526 [Security] Migrate the session on login only when the user changes (@nicolas-grekas)
  • bug #49516 [Workflow] display label with new lines + colours properly when rendering a PUML dump (@alexislefebvre)
  • bug #48965 [TwigBridge] Allow floats in html5 input type number field (@wimhendrikx)
  • bug #48833 [Translation] Handle the translation of empty strings (@javiereguiluz)
  • bug #49292 [VarDumper] Fix error when reflected class has default Enum parameter in constructor (@kapiwko)
  • bug #49493 [FrameworkBundle] Fix denyAccessUnlessGranted for mixed attributes (@delbertooo)
  • bug #49484 [Validator] Fix translation of AtLeastOneOf constraint message (@alexandre-daubois)
  • bug #48998 [Validator] Sync IBAN formats with Swift IBAN registry (@smelesh)
  • bug #49405 [MonologBridge] FirePHPHandler::onKernelResponse throws PHP 8.1 deprecation when no user agent is set (@juagarc4)
  • bug #49421 [TwigBridge] do not drop embed label classes (@xabbuh)
  • bug #49422 [Cache][Messenger] fixed CallbackInterface support in async expiration handler (@AdamKatzDev)
  • bug #49441 [Contracts] Fix setting $container before calling parent::setContainer in ServiceSubscriberTrait (@edsrzf)
  • bug #49272 [Workflow] remove new lines from workflow metadata (@alexislefebvre)
  • bug #49427 [WebProfilerBundle] Render original (not encoded) email headers (@1ed)
  • bug #49368 [BC Break] Make data providers for abstract test cases static (@OskarStark, @alexandre-daubois)
  • bug #49385 [Notifier] Make TransportTestCase data providers static (@alexandre-daubois)
  • bug #49395 fix trying to load Memcached before checking we can (@nicolas-grekas)
  • bug #49326 [Notifier] Fix notifier profiler when transport name is null (@fabpot)
  • bug #49265 [HttpKernel] Fix setting the session on the main request when it's started by a subrequest (@nicolas-grekas)
  • bug #49353 [Cache] Only validate dbindex parameter when applicable (@loevgaard)
  • bug #49346 [ErrorHandler] Do not patch return statements in closures (@wouterj)
  • bug #49334 [DependencyInjection] keep proxy tag on original definition when decorating (@kbond)
  • bug #47946 [FrameworkBundle] Fix checkboxes check assertions (@MatTheCat)
  • bug #49301 [HttpClient] Fix data collector (@fancyweb)
  • bug #49310 [Notifier][WebProfilerBundle] Ignore messages whose getNotification returns null (@MatTheCat)
  • bug #49299 [HttpClient] Fix over-encoding of URL parts to match browser's behavior (@nicolas-grekas)
  • bug #49214 [Mailer] add Sender to the list of bypassed headers (@xabbuh)
  • bug #49245 [Serializer] Fix CsvEncoder decode on empty data (@cazak)
  • bug #49249 [Dotenv] Fix phpdoc Dotenv (@alamirault)
  • bug #49248 [Config] Fix phpdoc nullable (@alamirault)
  • bug #48880 [Response] getMaxAge() returns non-negative integer (@pkruithof, @fabpot)
  • bug #49207 [PropertyInfo] Add meaningful message when phpstan/phpdoc-parser is not installed when using PhpStanExtractor (@alexandre-daubois)
  • bug #49220 [Validator] Make ConstraintValidatorTestCase compatible with PHPUnit 10 (@gjuric)
  • bug #49226 [WebProfilerBundle] Disable Turbo for debug toolbar links (@javiereguiluz)
  • bug #49223 [WebProfilerBundle] Fix some minor HTML issues (@javiereguiluz)
  • bug #49146 [PropertyInfo] fail with a meaningful error when a needed package is missing (@xabbuh)
  • bug #49187 [Ldap] Allow multiple values on extra_fields (@mvhirsch)
  • bug #49128 [DependencyInjection] Fix combinatory explosion when autowiring union and intersection types (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/49558

Changelog (https://github.com/symfony/symfony/compare/v5.4.19...v5.4.20)

  • bug #49141 [HttpFoundation] Fix bad return type in IpUtils::checkIp4() (@tristankretzer)
  • bug #49126 [DependencyInjection] Fix order of arguments when mixing positional and named ones (@nicolas-grekas)
  • bug #49104 [HttpClient] Fix collecting data non-late for the profiler (@nicolas-grekas)
  • bug #49103 [Security/Http] Fix compat of persistent remember-me with legacy tokens (@nicolas-grekas)
  • security #cve-2022-24895 [Security/Http] Remove CSRF tokens from storage on successful login (@nicolas-grekas)
  • security #cve-2022-24894 [HttpKernel] Remove private headers before storing responses with HttpCache (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/49179

Changelog (https://github.com/symfony/symfony/compare/v5.4.18...v5.4.19)

  • bug #49078 [Security/Http] Check tokens before loading users from providers (@nicolas-grekas)
  • bug #49077 [DependencyInjection] Fix named arguments when using ContainerBuilder before compilation (@nicolas-grekas)
  • bug #49031 [Cache] fix collecting cache stats when nesting computations (@nicolas-grekas)
  • bug #49046 Fix for Windows when projects are deployed on junctions/symlinks (@nerdgod)
  • bug #49025 [Notifier] [OvhCloud] handle invalid receiver (@seferov)
  • bug #48993 [VarDumper] Fix JS to expand / collapse (@nicolas-grekas)
  • bug #48983 Fix BC user_identifier support after deprecation username (@vtsykun)
  • bug #48986 [Validator] Fix Email validator logic (@fabpot)
  • bug #48969 [PropertyInfo] Fixes constructor extractor for mixed type (@michael.kubovic)
  • bug #48978 [Serializer] use method_exists() instead of catching reflection exceptions (@xabbuh)
  • bug #48937 [SecurityBundle] Fix using same handler for multiple authenticators (@RobertMe)
  • bug #48971 [DependencyInjection] Fix dump order of inlined deps (@nicolas-grekas)
  • bug #48966 [HttpClient] Let curl handle content-length headers (@nicolas-grekas)
  • bug #48968 [VarExporter] Fix exporting enums (@nicolas-grekas)
  • bug #48926 [DependencyInjection] Fix support for named arguments on non-autowired services (@nicolas-grekas)
  • bug #48943 [FrameworkBundle] Fix deprecation when accessing a "container.private" service from the test container (@nicolas-grekas)
  • bug #48931 [DependencyInjection] Fix dumping inlined withers (@nicolas-grekas)
  • bug #48898 [HttpClient] Move Http clients data collecting at a late level (@pforesi)
  • bug #48896 [DoctrineBridge] Fix detecting mapping with one line annotations (@franmomu)
  • bug #48916 [FrameworkBundle] restore call to addGlobalIgnoredName (@alexislefebvre)
  • bug #48917 [Config] Fix XML dump when node example is an array (@alexandre-daubois)
  • bug #48904 [Validator] Allow egulias/email-validator v4 (@chalasr)
  • bug #48831 [Uid] Fix validating nil and max uuid (@fancyweb)

[PR] https://github.com/symfony/symfony/pull/49086

Changelog (https://github.com/symfony/symfony/compare/v5.4.17...v5.4.18)

  • bug #48823 [Cache] Fix possibly null value passed to preg_match() in RedisTrait (@chalasr)
  • bug #48816 [Cache] Fix for RedisAdapter without auth parameter (@rikvdh)

[PR] https://github.com/symfony/symfony/pull/48826

Changelog (https://github.com/symfony/symfony/compare/v5.4.16...v5.4.17)

  • bug #48787 [PhpUnitBridge] Use verbose deprecation output for quiet types only when it reaches the threshold (@ogizanagi)
  • bug #48784 [Console] Correctly overwrite progressbars with different line count per step (@ncharalampidis)
  • bug #48801 [Form] Make ButtonType handle form_attr option (@MatTheCat)
  • bug #48791 [DependencyInjection] Fix deduplicating service instances in circular graphs (@nicolas-grekas)
  • bug #48771 [CssSelector] Fix escape patterns (@fancyweb)
  • bug #48711 [Cache] RedisTrait::createConnection does not pass auth value from redis sentinel cluster DSN (@evgkord)
  • bug #48724 [VarExporter] Fix exporting classes with __unserialize() but not __serialize() (@fancyweb)
  • bug #48746 [Validator] Fix IBAN format for Tunisia and Mauritania (@smelesh)
  • bug #48738 [Workflow] Allow spaces in place names so the PUML dump doesn't break (@Kamil Musial)
  • bug #48718 Compatibility with doctrine/annotations 2 (@derrabus)
  • bug #48651 [HttpKernel] AbstractSessionListener should not override the cache lifetime for private responses (@rodmen)
  • bug #48591 [DependencyInjection] Shared private services becomes public after a public service is accessed (@alexpott)
  • bug #48126 [Mailer] Include all transports' debug messages in RoundRobin transport exception (@mixdf)
  • bug #48635 [HttpFoundation] Use relative timestamps with MemcachedSessionHandler (@tvlooy)
  • bug #47979 [Cache] Fix dealing with ext-redis' multi/exec returning a bool (@João Nogueira)
  • bug #48612 [Messenger] [Amqp] Added missing rpc_timeout option (@lyrixx)
  • bug #48233 [Serializer] Prevent GetSetMethodNormalizer from creating invalid magic method call (@klaussilveira)
  • bug #48628 [HttpFoundation] Fix dumping array cookies (@nicolas-grekas)
  • bug #48048 [WebProfilerBundle] Fix dump header not being displayed (@HypeMC)
  • bug #47836 [HttpClient] TraceableHttpClient: increase decorator's priority (@adpeyre)
  • bug #48259 [FrameworkBundle] Allow configuring framework.exceptions with a config builder (@MatTheCat)
  • bug #48314 [Mime] Fix MessagePart serialization (@Amunak)
  • bug #48331 [Yaml] fix dumping top-level tagged values (@xabbuh)
  • bug #48615 Fix getting the name of closures on PHP 8.1.11+ (@nicolas-grekas)
  • bug #48618 [ErrorHandler] [DebugClassLoader] Fix some new return types support (@fancyweb)
  • bug #48421 [HttpFoundation] IPv4-mapped IPv6 addresses incorrectly rejected (@bonroyage)
  • bug #48501 [RateLimiter] Add int to Reservation::wait() (@DaRealFreak)
  • bug #48359 [VarDumper] Ignore \Error in __debugInfo() (@fancyweb)
  • bug #48482 [DependencyInjection] Revert "bug #48027 Don't autoconfigure tag when it's already set with attributes" (@nicolas-grekas)
  • bug #48335 [TwigBridge] Amend MoneyType twig to include a space (@mogilvie)
  • bug #48046 [WebProfilerBundle] Remove redundant code from logger template (@HypeMC)
  • bug #48292 [Security] [LoginLink] Throw InvalidLoginLinkException on missing parameter (@MatTheCat)

[PR] https://github.com/symfony/symfony/pull/48806

Changelog (https://github.com/symfony/symfony/compare/v5.4.15...v5.4.16)

  • bug #48333 [Yaml] parse unquoted digits in tag values as integers (@xabbuh)
  • bug #48330 [FrameworkBundle] do not wire the MercureTransportFactory if the MercureBundle is not enabled (@xabbuh)
  • bug #48262 [Notifier] [SMSBiuras] true/false mismatch for test_mode option (@StaffNowa)
  • bug #48273 [HttpKernel] Fix message for unresovable arguments of invokable controllers (@fancyweb)
  • bug #48251 [PropertyInfo] ignore const expressions read by phpdocumentor (@xabbuh)
  • bug #48224 [DependencyInjection] Process bindings in ServiceLocatorTagPass (@MatTheCat)
  • bug #48179 [Console] Support completion for bash functions (@Chi-teck)
  • bug #48217 [Console] Improve error message when shell is not detected in completion command (@GromNaN)
  • bug #48222 [Translation] [Lokalize] Configure replace_breaks to prevent issues with multilines translations (@Kocal)
  • bug #48210 [Console]  Fix signal handlers called after event listeners and skip exit (@GromNaN)
  • bug #48198 [Messenger] Fix time-limit check exception (@alamirault)
  • bug #48122 [PhpUnitBridge] Fix language deprecations incorrectly marked as direct (@wouterj)
  • bug #47998 [Console] Fix console ProgressBar::override() after manual ProgressBar::cleanup() (@maxbeckers)
  • bug #48173 [HttpClient] Handle Amp HTTP client v5 incompatibility gracefully (@fancyweb)
  • bug #48172 [HttpKernel] Don’t try to wire Response argument with controller.service_arguments (@MatTheCat)
  • bug #48085 [Messenger] Tell about messenger:consume invalid limit options (@MatTheCat)
  • bug #48120 [Messenger] Do not throw 'no handlers' exception when skipping handlers due to duplicate handling (@wouterj)
  • bug #48112 [HttpFoundation] Compare cookie with null value as empty string in ResponseCookieValueSame (@fancyweb)
  • bug #48119 [FrameworkBundle][Lock] Allow to disable lock without defining a resource (@MatTheCat)
  • bug #48093 [DependencyInjection] don't move locator tag for service subscriber (@RobertMe)
  • bug #48075 [Mailer] Stream timeout not detected fgets returns false (@Sezil)
  • bug #48092 Fix the notification email theme for asynchronously dispatched emails (@krisbuist)
  • bug #48097 Fix search scope when performing fallback mapping driver detection (@spideyfusion)
  • bug #48103 [HttpClient] Do not set http_version instead of setting it to null (@Tetragramat)
  • bug #48027 [DependencyInjection] Don't autoconfigure tag when it's already set with attributes (@nicolas-grekas)
  • bug #48050 [HttpFoundation] Check IPv6 is valid before comparing it (@PhilETaylor)

[PR] https://github.com/symfony/symfony/pull/48368

Changelog (https://github.com/symfony/symfony/compare/v5.4.14...v5.4.15)

  • bug #47990 [HttpClient] Fix retrying requests when the content is used by the strategy (@nicolas-grekas)
  • bug #48005 [ErrorHandler] s// (@PhilETaylor)
  • bug #47907 [Console] Update Application.php (@aleksandr-shevchenko)
  • bug #47955 [Security][Serializer] Add missing args to trigger_deprecation (@alamirault)
  • bug #47932 Throw LogicException instead of Error when trying to generate logout-… (@addiks)
  • bug #47918 [Intl] Update the ICU data to 72.1 - 5.4 (@jderusse)
  • bug #47857 [HttpKernel] Fix empty request stack when terminating with exception (@krzyc)
  • bug #47879 [HttpClient] Fix buffering after calling AsyncContext::passthru() (@nicolas-grekas, @lubo13)
  • bug #47878 [HttpKernel] Remove EOL when using error_log() in HttpKernel Logger (@cyve)
  • bug #47883 [Console] Fix error output on windows cli (@Maximilian.Beckers)
  • bug #47884 [Cache] Reserve numeric keys when doing memory leak prevention (@simoheinonen)
  • bug #47831 [Messenger] Fix amqp socket lost (@GurvanVgx)
  • bug #47855 [Routing] TypeError in Router when using UrlGenerator (@Maximilian.Beckers)
  • bug #47822 [Mailer] fix: use message object from event (@rogamoore)
  • bug #47858 [DoctrineBridge] Implement EventManager::getAllListeners() (@derrabus)

[PR] https://github.com/symfony/symfony/pull/48029

Changelog (https://github.com/symfony/symfony/compare/v5.4.13...v5.4.14)

  • bug #47621 [Serializer] Allow getting discriminated type by class name (@TamasSzigeti)
  • bug #47833 [TwigBridge] Remove empty spaces between choices when using checkbox-inline or checkbox-switch (@simondaigre)
  • bug #47808 [HttpClient] Fix seeking in not-yet-initialized requests (@nicolas-grekas)
  • bug #47798 [DoctrineBridge] Fix auto mapping for bundles that contain only embeddables (@jorissae)
  • bug #47702 [Messenger] Fix default serializer not handling DateTime objects properly (@barton-webwings)
  • bug #47779 [Console] Fix Helper::removeDecoration hyperlink bug (@greew)
  • bug #47753 [Mime] sync message serializer code for forward-compatibility (@xabbuh)
  • bug #47763 [PropertyInfo] a readonly property must not be reported as being writable (@xabbuh)
  • bug #47731 [WebProfiler] Fix overflow issue in Forms panel (@zolikonta)
  • bug #46956 [FrameworkBundle] Allow to specify null for exception mapping configuration values (@andrew-demb)
  • bug #47746 [HttpFoundation] Fix BinaryFileResponse content type detection logic (@X-Coder264)
  • bug #47626 [Notifier] [Expo] Throw exception on error-response from expo api (@sdrewergutland)

[PR] https://github.com/symfony/symfony/pull/47840

Changelog (https://github.com/symfony/symfony/compare/v5.4.12...v5.4.13)

  • bug #47317 [Security] Fix login url matching when app is not run with url rewriting or from a sub folder (@sgehrig)
  • bug #47637 [FrameworkBundle] Fix passing serializer.default_context option to normalizers (@wuchen90)
  • bug #47695 [FrameworkBundle] Filter out trans paths that are covered by a parent folder path (@natewiebe13)
  • bug #45554 [Serializer] Fixed framework.serializer.default_context is not working for JsonEncoder (@siganushka)
  • bug #47547 [Ldap] Do not run ldap_set_option on failed connection (@tatankat)
  • bug #47578 [Security] Fix AbstractFormLoginAuthenticator return types (@AndrolGenhald)
  • bug #47614 [FrameworkBundle] Fix a phpdoc in mailer assertions (@HeahDude)
  • bug #47516 [HttpFoundation] Prevent BinaryFileResponse::prepare from adding content type if no content is sent (@naitsirch)
  • bug #47533 [Messenger] decode URL-encoded characters in DSN's usernames/passwords (@xabbuh)
  • bug #47530 [HttpFoundation] Always return strings from accept headers (@ausi)
  • bug #47523 [Uid] Ensure ULIDs are monotonic even when the time goes backward (@nicolas-grekas)
  • bug #47528 [Form] fix UUID tranformer (@nicolas-grekas)
  • bug #47488 [Security] Fix valid remember-me token exposure to the second consequent request (@Ivan Kurnosov)
  • bug #47518 [Uid] Fix validating UUID variant bits (@nicolas-grekas)
  • bug #47441 [HttpClient] [HttpClientBundle] Bugfix for delayed retryableHttpClient (@martkop26)
  • bug #47499 [Uid][Validator] Stop to first ULID format violation (@ogizanagi)
  • bug #47491 [HttpKernel] Prevent exception in RequestDataCollector if request stack is empty (@aschempp)
  • bug #47497 [Bridge] Fix mkdir() race condition in ProxyCacheWarmer (@andrey-tech)
  • bug #47415 [HttpClient] Psr18Client ignore invalid HTTP headers (@nuryagdym)
  • bug #47394 [Console] [Completion] Make bash completion run in non interactive mode (@Seldaek)
  • bug #47455 [Mime] Fix TextPart broken after being serialized (@fabpot)
  • bug #47423 [String] CamelCase/SnakeCase on uppercase word (@mpiot)
  • bug #47435 [HttpKernel] lock when writting profiles (@nicolas-grekas)
  • bug #47417 [WebProfilerBundle] Fix profile search bar link query params (@HeahDude)
  • bug #47437 [Mime] Fix email rendering when having inlined parts that are not related to the content (@fabpot)
  • bug #47434 [HttpFoundation] move flushing outside of Response::closeOutputBuffers (@nicolas-grekas)
  • bug #47351 [FrameworkBundle] Do not throw when describing a factory definition (@MatTheCat)
  • bug #47403 [Mailer] Fix edge cases in STMP transports (@fabpot)

[PR] https://github.com/symfony/symfony/pull/47738

Changelog (https://github.com/symfony/symfony/compare/v5.4.11...v5.4.12)

  • bug #47391 [LokaliseBridge] Fix push command --delete-missing options when there are no missing messages (@rwionczek)
  • bug #47368 [Security] Count remember me cookie parts before accessing the second (@MatTheCat)
  • bug #47358 Fix broken request stack state if throwable is thrown. (@Warxcell)
  • bug #47304 [Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder (@Guite)
  • bug #47329 Email image parts: regex for single closing quote (@rr-it)
  • bug #47283 [HttpFoundation] Prevent accepted rate limits with no remaining token to be preferred over denied ones (@MatTheCat)
  • bug #47128 [Serializer] Throw InvalidArgumentException if the data needed in the constructor doesn't belong to a backedEnum (@allison guilhem)
  • bug #47273 [HttpFoundation] Do not send Set-Cookie header twice for deleted session cookie (@X-Coder264)
  • bug #47255 [Serializer] Fix get accessor regex in AnnotationLoader (@jsor)
  • bug #47238 [HttpKernel] Fix passing null to \trim() method in LoggerDataCollector (@SVillette)
  • bug #47216 [Translation] Crowdin provider throw Exception when status is 50x (@alamirault)
  • bug #47209 Always attempt to listen for notifications (@goetas)
  • bug #47211 [Validator] validate nested constraints only if they are in the same group (@xabbuh)
  • bug #47218 [Console] fix dispatch signal event check for compatibility with the contract interface (@xabbuh)
  • bug #47200 [Form] ignore missing keys when mapping DateTime objects to uninitialized arrays (@xabbuh)
  • bug #47189 [Validator] Add additional hint when egulias/email-validator needs to be installed (@mpdude)
  • bug #47195 [FrameworkBundle] fix writes to static $kernel property (@xabbuh)
  • bug #47185 [String] Fix snake conversion (@simPod)
  • bug #47175 [DowCrawler] Fix locale-sensitivity of whitespace normalization (@nicolas-grekas)
  • bug #47171 [TwigBridge] suggest to install the Twig bundle when the required component is already installed (@xabbuh)
  • bug #47169 [Serializer] Fix throwing right exception in ArrayDenormalizer with invalid type (@norkunas)
  • bug #47161 [Mailer] Fix logic (@fabpot)
  • bug #47157 [Messenger] Fix Doctrine transport on MySQL (@nicolas-grekas)
  • bug #47155 [Filesystem] Remove needless mb_* calls (@HellFirePvP)
  • bug #46190 [Translation] Fix translator overlapse (@Xavier RENAUDIN)
  • bug #47142 [Mailer] Fix error message in case of an STMP error (@fabpot)
  • bug #45333 [Console] Fix ConsoleEvents::SIGNAL subscriber dispatch (@GwendolenLynch)
  • bug #47145 [HttpClient] Fix shared connections not being freed on PHP < 8 (@nicolas-grekas)
  • bug #47143 [HttpClient] Fix memory leak when using StreamWrapper (@nicolas-grekas)
  • bug #47130 [HttpFoundation] Fix invalid ID not regenerated with native PHP file sessions (@BrokenSourceCode)
  • bug #47129 [FrameworkBundle] remove the ChatterInterface alias when the chatter service is removed (@xabbuh)

[PR] https://github.com/symfony/symfony/pull/47398

Changelog (https://github.com/symfony/symfony/compare/v5.4.10...v5.4.11)

  • bug #47069 [Security] Allow redirect after login to absolute URLs (@Tim Ward)
  • bug #47073 [HttpKernel] Fix non-scalar check in surrogate fragment renderer (@aschempp)
  • bug #47003 [Cache] Ensured that redis adapter can use multiple redis sentinel hosts (@warslett)
  • bug #43329 [Serializer] Respect default context in DateTimeNormalizer::denormalize (@hultberg)
  • bug #47070 [Messenger] Fix function name in TriggerSql on postgresql bridge to support table name with schema (@zimny9932)
  • bug #47086 Workaround disabled "var_dump" (@nicolas-grekas)
  • bug #40828 [BrowserKit] Merge fields and files recursively if they are multidimensional array (@januszmk)
  • bug #47010 [String] Fix width method in AbstractUnicodeString (@TBoileau)
  • bug #47048 [Serializer] Fix XmlEncoder encoding attribute false (@alamirault)
  • bug #47022 [Console] get full command path for command in search path (@remicollet)
  • bug #47000 [ErrorHandler] Fix return type patching for list and class-string pseudo types (@derrabus)
  • bug #43998 [HttpKernel] [HttpCache] Don't throw on 304 Not Modified (@aleho)
  • bug #46792 [Bridge] Corrects bug in test listener trait (@magikid)
  • bug #46985 [DoctrineBridge] Avoid calling AbstractPlatform::hasNativeGuidType() (@derrabus)
  • bug #46958 [Serializer] Ignore getter with required parameters (Fix #46592) (@astepin)
  • bug #46981 [Mime]  quote address names if they contain parentheses (@xabbuh)
  • bug #46960 [FrameworkBundle] Fail gracefully when forms use disabled CSRF (@HeahDude)
  • bug #46973 [DependencyInjection] Fail gracefully when attempting to autowire composite types (@derrabus)
  • bug #45884 [Serializer] Fix inconsistent behaviour of nullable objects in key/value arrays (@phramz)
  • bug #46963 [Mime] Fix inline parts when added via attachPart() (@fabpot)
  • bug #46968 [PropertyInfo] Make sure nested composite types do not crash ReflectionExtractor (@derrabus)
  • bug #46931 Flush backend output buffer after closing. (@bradjones1)
  • bug #46947 [Serializer] Prevent that bad Ignore method annotations lead to incorrect results (@astepin)
  • bug #46948 [Validator] : Fix "PHP Warning: Undefined array key 1" in NotCompromisedPasswordValidator (@KevinVanSonsbeek)
  • bug #46905 [BrowserKit] fix sending request to paths containing multiple slashes (@xabbuh)
  • bug #46244 [Validator] Fix traverse option on Valid constraint when used as Attribute (@tobias-93)
  • bug #42033 [HttpFoundation] Fix deleteFileAfterSend on client abortion (@nerg4l)
  • bug #46941 [Messenger] Fix calls to deprecated DBAL methods (@derrabus)
  • bug #46863 [Mime] Fix invalid DKIM signature with multiple parts (@BrokenSourceCode)
  • bug #46808 [HttpFoundation] Fix TypeError on null $_SESSION in NativeSessionStorage::save() (@chalasr)
  • bug #46811 [DoctrineBridge] Fix comment for type on Query::setValue (middlewares) (@l-vo)
  • bug #46790 [HttpFoundation] Prevent PHP Warning: Session ID is too long or contains illegal characters (@BrokenSourceCode)
  • bug #46800 Spaces in system temp folder path cause deprecation errors in php 8 (@demeritcowboy)
  • bug #46797 [Messenger] Ceil waiting time when multiplier is a float on retry (@WissameMekhilef)

[PR] https://github.com/symfony/symfony/pull/47115

Changelog (https://github.com/symfony/symfony/compare/v5.4.9...v5.4.10)

  • bug #46779 [String] Add an invariable word in french (@lemonlab)
  • bug #46765 [Serializer] Fix denormalization union types with constructor (@Gwemox)
  • bug #46769 [HttpKernel] Fix a PHP 8.1 deprecation notice in HttpCache (@mpdude)
  • bug #46760 Fix double authentication via RememberMe resulting in wrong RememberMe cookie being set in client (@heiglandreas)
  • bug #46735 [Messenger] Do not log the message object itself (@ajardin)
  • bug #46748 [Security] Fix legacy impersonation system (@dunglas)
  • bug #46747 Fix global state pollution between tests run with ApplicationTester (@Seldaek)
  • bug #46730 [Intl] Fix the IntlDateFormatter::formatObject signature (@damienalexandre)
  • bug #46668 [FrameworkBundle] Lower JsonSerializableNormalizer priority (@aprat84)
  • bug #46711 [PhpUnitBridge] Exclude from baseline generation deprecations triggered in legacy test (@mondrake)
  • bug #46678 [HttpFoundation] Update "[Session] Overwrite invalid session id" to only validate when files session storage is used (@alexpott)
  • bug #45861 [Serializer] Try all possible denormalization route with union types when ALLOW_EXTRA_ATTRIBUTES=false (@T-bond)
  • bug #46676 [DoctrineBridge] Extend type guessing on enum fields (@Gigino Chianese)
  • bug #46699 [Cache] Respect $save option in all adapters (@jrjohnson)
  • bug #46697 [HttpKernel] Disable session tracking while collecting profiler data (@nicolas-grekas)
  • bug #46684 [MonologBridge] Fixed support of elasticsearch 7.+ in ElasticsearchLogstashHandler (@lyrixx)
  • bug #46646 [Messenger] move resetting services at worker stopped into listener (@Thomas Talbot)
  • bug #46368 [Mailer] Fix for missing sender name in case with usage of the EnvelopeListener (@bobahvas)
  • bug #46603 [Mailer] Fix Error Handling for OhMySMTP Bridge (@paul-oms)
  • bug #46545 Fix getting class constraints on debug command (@loic425)
  • bug #46548 [Mime] Allow url as a path in the DataPart::fromPath (@wkania)
  • bug #46576 Fix choice filter error when loading mix of grouped and non-grouped choices (@BreyndotEchse)
  • bug #46594 [FrameworkBundle] Fix XML cache config (@HeahDude)
  • bug #46610 [Messenger] use the outermost wrapping DBAL connection (@xabbuh)
  • bug #46595 [Console] Escape in command name & description from getDefaultName() (@ogizanagi)
  • bug #46608 [Console] Fix deprecation when description is null (@HypeMC)
  • bug #46574 [Console] Escape in command name & description from PHP (getDefault* methods) (@ogizanagi)
  • bug #46577 [Serializer] Fix ignore attribute in Xml files (@alamirault)
  • bug #46565 [WebProfilerBundle] Fix dark theme selected line highlight color & reuse css vars (@ogizanagi)
  • bug #46525 [Serializer] Get attributeContext after converting name (@zenas1210)
  • bug #46535 [Mime] Check that the path is a file in the DataPart::fromPath (@wkania)
  • bug #46543 [Cache] do not pass null to strlen() (@xabbuh)
  • bug #46515 [PropertyInfo] Fix extracting int range type (@norkunas)
  • bug #46478 [Contracts] remove static cache from ServiceSubscriberTrait (@kbond)

[PR] https://github.com/symfony/symfony/pull/46781

Changelog (https://github.com/symfony/symfony/compare/v5.4.8...v5.4.9)

  • bug #46386 [Console]  Fix missing negative variation of negatable options in shell completion (@GromNaN)
  • bug #46448 [DependencyInjection] Fix "proxy" tag: resolve its parameters and pass it to child definitions (@nicolas-grekas)
  • bug #46442 [FrameworkBundle] Revert "bug #46125 Always add CacheCollectorPass (fancyweb)" (@chalasr)
  • bug #46443 [DoctrineBridge] Don't reinit managers when they are proxied as ghost objects (@nicolas-grekas)
  • bug #46427 [FrameworkBundle] fix wiring of annotations.cached_reader (@nicolas-grekas)
  • bug #46425 [DependencyInjection] Ignore unused bindings defined by attribute (@nicolas-grekas)
  • bug #46434 [FrameworkBundle] Fix BC break in abstract config commands (@yceruto)
  • bug #46424 [Form] do not accept array input when a form is not multiple (@xabbuh)
  • bug #46367 [Mime] Throw exception when body in Email attach method is not ok (@alamirault)
  • bug #46421 [VarDumper][VarExporter] Deal with DatePeriod->include_end_date on PHP 8.2 (@nicolas-grekas)
  • bug #46401 [Cache] Throw when "redis_sentinel" is used with a non-Predis "class" option (@buffcode)
  • bug #46414 Bootstrap 4 fieldset for row errors (@konradkozaczenko)
  • bug #46412 [FrameworkBundle] Fix dumping extension config without bundle (@yceruto)
  • bug #46382 [HttpClient] Honor "max_duration" when replacing requests with async decorators (@nicolas-grekas)
  • bug #46407 [Filesystem] Safeguard (sym)link calls (@derrabus)
  • bug #46098 [Form] Fix same choice loader with different choice values (@HeahDude)
  • bug #46380 [HttpClient] Add missing HttpOptions::setMaxDuration() (@nicolas-grekas)
  • bug #46249 [HttpFoundation] [Session] Regenerate invalid session id (@peter17)
  • bug #46328 [Config] Allow scalar configuration in PHP Configuration (@jderusse, @HypeMC)
  • bug #46366 [Mime] Add null check for EmailHeaderSame (@magikid)
  • bug #46364 [Config] Fix looking for single files in phars with GlobResource (@nicolas-grekas)
  • bug #46365 [HttpKernel] Revert "bug #46327 Allow ErrorHandler ^5.0 to be used" (@nicolas-grekas)
  • bug #46114 Fixes "Incorrectly nested style tag found" error when using multi-line header content (@Perturbatio)
  • bug #46325 [Ldap] Fix LDAP connection options (@buffcode)
  • bug #46341 Fix aliases handling in command name completion (@Seldaek)
  • bug #46317 [Security/Http] Ignore invalid URLs found in failure/success paths (@nicolas-grekas)
  • bug #46309 [Security] Fix division by zero (@tvlooy)
  • bug #46327 [HttpKernel] Allow ErrorHandler ^5.0 to be used in HttpKernel 4.4 (@mpdude)
  • bug #46297 [Serializer] Fix JsonSerializableNormalizer ignores circular reference handler in $context (@BreyndotEchse)
  • bug #46291 [Console] Suppress unhandled error in some specific use-cases. (@rw4lll)
  • bug #46302 [ErrorHandler] Fix list of tentative return types (@nicolas-grekas)
  • bug #45981 [Serializer][PropertyInfo] Fix support for "false" built-in type on PHP 8.2 (@alexandre-daubois)
  • bug #46277 [HttpKernel] Fix SessionListener without session in request (@edditor)
  • bug #46282 [DoctrineBridge] Treat firstResult === 0 like null (@derrabus)
  • bug #46239 [Translation] Refresh local translations on PushCommand if the provider has domains (@Florian-B)
  • bug #46278 [Workflow] Fix deprecated syntax for interpolated strings (@nicolas-grekas)
  • bug #46264 [Console] Better required argument check in InputArgument (@jnoordsij)
  • bug #46262 [EventDispatcher] Fix removing listeners when using first-class callable syntax (@javer)
  • bug #46216 [Form] fix populating single widget time view data with different timezones (@xabbuh)
  • bug #46221 [DomCrawler][VarDumper] Fix html-encoding emojis (@nicolas-grekas)
  • bug #46167 [VarExporter] Fix exporting DateTime objects on PHP 8.2 (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/46467

Changelog (https://github.com/symfony/symfony/compare/v5.4.7...v5.4.8)

  • bug #46154 [Mailer] Restore X-Transport after failure (@zenas1210)
  • bug #46178 [DependencyInjection] Properly declare #[When] as allowed on functions (@nicolas-grekas)
  • bug #46171 [VarDumper] Fix dumping floats on PHP8 (@nicolas-grekas)
  • bug #46170 Fix dumping enums on PHP 8.2 (@nicolas-grekas)
  • bug #46143 [Cache] Prevent fatal errors on php 8 when running concurrently with TagAwareAdapter v6.1 (@sbelyshkin)
  • bug #46149 Modify processing of uploaded files to be compatible with PHP 8.1 (@p-golovin)
  • bug #46125 [FrameworkBundle] Always add CacheCollectorPass (@fancyweb)
  • bug #46121 Fix "Notice: Undefined index: headers" in messenger with Oracle (@rjd22)
  • bug #46106 [String] Fix ansi escape sequences regex (@fancyweb)
  • bug #46097 [Routing] fix router base url when default uri has trailing slash (@Tobion)
  • bug #46054 [SecurityBundle] Use config's secret in remember-me signatures (@jderusse)
  • bug #45980 [Finder] Add support of no-capture regex modifier in MultiplePcreFilterIterator (available from PHP 8.2) (@alexandre-daubois)
  • bug #45394 [HttpKernel] Use the existing session id if available. (@trsteel88)
  • bug #46008 [Workflow] Catch error when trying to get an uninitialized marking (@lyrixx)
  • bug #45171 [Translation] Allow usage of Provider domains if possible (@welcoMattic)
  • bug #40998 [Form] Use reference date in reverse transform (@KDederichs)
  • bug #46012 [HttpKernel] Fix Symfony not working on SMB share (@qinshuze)
  • bug #45983 [Messenger] DoctrineTransportFactory works with notify and decorated PostgreSQL driver (@alamirault)
  • bug #45992 [Mailer] Return-Path has higher priority for envelope address than From address (@tpetry)
  • bug #45998 [HttpClient] Fix sending content-length when streaming the body (@nicolas-grekas)
  • bug #45565 Fix table header seperator wrapping (@alamirault)
  • bug #45969 [Intl] Update the ICU data to 71.1 - 5.4 (@jderusse)
  • bug #45968 [Intl] Update the ICU data to 71.1 - 4.4 (@jderusse)
  • bug #45964 Fix use_cookies framework session configuration (@alexander-schranz)
  • bug #45947 [FrameworkBundle] [Command] Fix debug:router --no-interaction error … (@WilliamBoulle)
  • bug #45948 [RateLimiter] Adding default empty string value on Security::LAST_USERNAME (@David-Crty)
  • bug #45931 [Process] Fix Process::getEnv() when setEnv() hasn't been called before (@asika32764)
  • bug #45928 [ExpressionLanguage] Fix matching null against a regular expression (@ausi)
  • bug #45925 [RateLimiter] Add typecase to SlidingWindow::getExpirationTime (@georgringer)
  • bug #45910 [Messenger] reset connection on worker shutdown (@SanderHagen)
  • bug #45909 [Form][TwigBundle] reset Twig form theme resources between requests (@xabbuh)

[PR] https://github.com/symfony/symfony/pull/46193

Changelog (https://github.com/symfony/symfony/compare/v5.4.6...v5.4.7)

  • bug #45906 [HttpClient] on redirections don't send content related request headers (@xabbuh)
  • bug #45714 [Messenger] Fix cannot select FOR UPDATE from view on Oracle (@rjd22)
  • bug #45905 [TwigBridge] Fix the build (@wouterj)
  • bug #45888 [Messenger] Add mysql indexes back and work around deadlocks using soft-delete (@nicolas-grekas)
  • bug #45890 [PropertyInfo] PhpStanExtractor namespace missmatch issue (@Korbeil)
  • bug #45897 [TwigBridge] fix bootstrap_3_layout ChoiceType's expanded label_html (@ytilotti)
  • bug #45891 [HttpClient] Fix exporting objects with readonly properties (@nicolas-grekas)
  • bug #45875 [ExpressionLanguage] Fix matches when the regexp is not valid (@fabpot)
  • bug #44996 [RateLimiter] Always store SlidingWindows with an expiration set (@Seldaek)
  • bug #45870 [Validator] Fix File constraint invalid max size exception message (@fancyweb)
  • bug #45851 [Console] Fix exit status on uncaught exception with negative code (@acoulton)
  • bug #45733 [Validator] fix #43345 @Assert\DivisibleBy (@CharlyPoppins)
  • bug #45791 [Translation] [LocoProvider] Add content-type for POST translations (@Tomasz Kusy)
  • bug #45840 [Translation] Fix locales format in CrowdinProvider (@ossinkine)
  • bug #45491 [DoctrineBridge] Allow to use a middleware instead of DbalLogger (@l-vo)
  • bug #45839 [Translation] Fix intersect in TranslatorBag (@ossinkine)
  • bug #45838 [Serializer] Fix denormalizing union types (@T-bond)
  • bug #45808 [Security] Fixed TOCTOU in RememberMe cache token verifier (@Ivan Kurnosov)
  • bug #45816 [Mailer] Preserve case of headers (@nicolas-grekas)
  • bug #45787 [FrameworkBundle] Fix exit codes in debug:translation command (@gndk)
  • bug #45789 [Config] Fix using null values with config builders (@HypeMC)
  • bug #45814 [HttpClient] Let curl handle Content-Length headers (@nicolas-grekas)
  • bug #45813 [HttpClient] Move Content-Type after Content-Length (@nicolas-grekas)
  • bug #45737 [Lock] SemaphoreStore catching exception from sem_get (@Triplkrypl)
  • bug #45690 [Mailer] Use recipients in sendmail transport (@HypeMC)
  • bug #45720 [PropertyInfo] strip only leading \ when unknown docType (@EmilMassey)
  • bug #45764 [RateLimiter] Fix rate serialization for long intervals (monthly and yearly) (@smelesh)
  • bug #45684 [Serializer] Fix nested deserialization_path computation when there is no metadata for the attribute (@fancyweb)
  • bug #44915 [Console] Fix compact table style to avoid outputting a leading space (@Seldaek)
  • bug #45691 [Mailer] fix: stringify from address for ses+api transport (@everyx)
  • bug #45696 Make FormErrorIterator generic (@VincentLanglet)
  • bug #45676 [Process] Don't return executable directories in PhpExecutableFinder (@fancyweb)
  • bug #45564 [symfony/mailjet-mailer] Fix invalid mailjet error managment (@alamirault, @fancyweb)
  • bug #45697 [Security] Fix return value of NullToken::getUser() (@chalasr)
  • bug #45719 typehint of DkimOptions algorithm wrong (@markusramsak)
  • bug #45702 [Form] Fix the usage of the Valid constraints in array-based forms (@stof)
  • bug #45677 [DependencyInjection] fix ServiceSubscriberTrait bug where parent has __call() (@kbond)
  • bug #45678 [HttpClient] Fix reading proxy settings from dotenv when curl is used (@nicolas-grekas)
  • bug #45675 [Runtime] Fix passing $debug parameter to ErrorHandler (@Kocal)
  • bug #45629 [FrameworkBundle] Fix container:lint and #[Autoconfigure(binds: ...)] failing (@LANGERGabrielle)
  • bug #45671 [FrameworkBundle] Ensure container is reset between tests (@nicolas-grekas)
  • bug #45572 [HttpKernel] fix using Target attribute with controller arguments (@kbond)

[PR] https://github.com/symfony/symfony/pull/45915

Changelog (https://github.com/symfony/symfony/compare/v5.4.5...v5.4.6)

  • bug #45619 [redis-messenger] remove undefined array key warnings (@PhilETaylor)
  • bug #45637 [Cache] do not pass DBAL connections to PDO adapters (@xabbuh)
  • bug #45631 [HttpFoundation] Fix PHP 8.1 deprecation in Response::isNotModified (@HypeMC)
  • bug #45610 [HttpKernel] Guard against bad profile data (@nicolas-grekas)
  • bug #45532 Fix deprecations on PHP 8.2 (@nicolas-grekas)
  • bug #45595 [FrameworkBundle] Fix resetting container between tests (@nicolas-grekas)
  • bug #45590 [Console] Revert StringInput bc break from #45088 (@bobthecow)
  • bug #45585 [HttpClient] fix checking for unset property on PHP <= 7.1.4 (@nicolas-grekas)
  • bug #45583 [WebProfilerBundle] Fixes HTML syntax regression introduced by #44570 (@xavismeh)

[PR] https://github.com/symfony/symfony/pull/45654

Changelog (https://github.com/symfony/symfony/compare/v5.3.15...v5.3.16)

  • bug #45590 [Console] Revert StringInput bc break from #45088 (@bobthecow)

[PR] https://github.com/symfony/symfony/pull/45591

Changelog (https://github.com/symfony/symfony/compare/v5.4.4...v5.4.5)

  • bug #45351 [WebProfilerBundle] Log section minor fixes (missing "notice" filter, log priority, accessibility) (@Amunak)
  • bug #44967 [Validator] Multi decimal to alpha for CssColor validator (@tilimac)
  • bug #45546 [Console] Fix null handling in formatAndWrap() (@derrabus)
  • bug #44570 [WebProfilerBundle] add nonces to profiler (@garak)
  • bug #44839 MailerInterface: failed exception contract when enabling messenger (@Giorgio Premi)
  • bug #45526 [Lock] Release Locks from Internal Store on Postgres waitAndSave* (@chrisguitarguy)
  • bug #45529 [DependencyInjection] Don't reset env placeholders during compilation (@nicolas-grekas)
  • bug #45527 [HttpClient] Fix overriding default options with null (@nicolas-grekas)
  • bug #45531 [Serializer] Fix passing null to str_contains() (@Erwin Dirks)
  • bug #42458 [Validator][Tests] Fix AssertingContextualValidator not throwing on remaining expectations (@fancyweb)
  • bug #45279 [Messenger] Fix dealing with unexpected payload in Redis transport (@nicoalonso)
  • bug #45496 [VarDumper] Fix dumping mysqli_driver instances (@nicolas-grekas)
  • bug #45495 [HttpFoundation] Fix missing ReturnTypeWillChange attributes (@luxemate)
  • bug #45482 [Cache] Add missing log when saving namespace (@developer-av)
  • bug #45479 [HttpKernel] Reset services between requests performed by KernelBrowser (@nicolas-grekas)
  • bug #44650 [Serializer] Make document type nodes ignorable (@boenner)
  • bug #45469 [SecurityBundle] fix autoconfiguring Monolog's ProcessorInterface (@nicolas-grekas)
  • bug #45414 [FrameworkBundle] KernelTestCase resets internal state on tearDown (@core23)
  • bug #45430 [Dotenv] Fix reading config for symfony/runtime when running dump command (@nicolas-grekas)
  • bug #45460 [Intl] fix wrong offset timezone PHP 8.1 (@Lenny4)
  • bug #45462 [HttpKernel] Fix extracting controller name from closures (@nicolas-grekas)
  • bug #45463 [Security/Http] Fix getting password-upgrader when user-loader is a closure (@nicolas-grekas)
  • bug #45424 [DependencyInjection] Fix type binding (@sveneld)
  • bug #45426 [Runtime] Fix dotenv_overload with commands (@fancyweb)
  • bug #44259 [Security] AccountStatusException::$user should be nullable (@Cantepie)
  • bug #45391 [Serializer] Ensuring end of line character apply with constructor settings in CSV encoder (@bizley)
  • bug #45323 [Serializer] Fix ignored callbacks in denormalization (@benjaminmal)
  • bug #45399 [FrameworkBundle] Fix sorting bug in sorting of tagged services by priority (@Ahummeling)
  • bug #45338 [Mailer] Fix string-cast of exceptions thrown by authenticator in EsmtpTransport (@wikando-ck)
  • bug #45339 [Cache] fix error handling when using Redis (@nicolas-grekas)
  • bug #45331 [Security]  Fix wrong authenticator class in debug logs (@chalasr)
  • bug #45322 Fix generic type for FormErrorIterator (@akalineskou)
  • bug #45281 [Cache] Fix connecting to Redis via a socket file (@alebedev80)
  • bug #45289 [FrameworkBundle] Fix log channel of TagAwareAdapter (@fancyweb)
  • bug #45306 [PropertyAccessor] Add missing TypeError catch (@b1rdex)
  • bug #44868 [DependencyInjection][FrameworkBundle] Fix using PHP 8.1 enum as parameters (@ogizanagi)
  • bug #45299 [DependencyInjection] Fix AsEventListener not working on decorators (@LANGERGabrielle)
  • bug #45302 [HttpKernel][WebProfilerBundle] Fixed error count by log not displayed in WebProfilerBundle (@SVillette)
  • bug #45219 [WebProfilerBundle] Fixes weird spacing in log message context/trace output (@jennevdmeer)
  • bug #45290 [Notifier] fix Microsoft Teams webhook url (@christophkoenig)
  • bug #45274 [Mailer] allow Mailchimp to handle multiple TagHeader's (@kbond)
  • bug #45275 [Mailer] ensure only a single tag can be used with Postmark (@kbond)
  • bug #45261 [HttpClient] Fix Content-Length header when possible (@nicolas-grekas)
  • bug #45258 [DependencyInjection] Don't dump polyfilled classes in preload script (@nicolas-grekas)
  • bug #38534 [Serializer] make XmlEncoder stateless thus reentrant (@connorhu)
  • bug #42253 [Form] Do not fix URL protocol for relative URLs (@bogkonstantin)
  • bug #45256 [DomCrawler] ignore bad charsets (@nicolas-grekas)
  • bug #45255 [PropertyAccess] Fix handling of uninitialized property of parent class (@filiplikavcan)
  • bug #45204 [Validator] Fix minRatio and maxRatio when getting rounded (@alexander-schranz)
  • bug #45240 [Console] Revert StringInput bc break from #45088 (@bobthecow)
  • bug #45243 [DoctrineBridge] Fix compatibility with doctrine/orm 3 in Id generators (@ostrolucky)

[PR] https://github.com/symfony/symfony/pull/45577

Changelog (https://github.com/symfony/symfony/compare/v5.4.3...v5.4.4)

  • security #cve-2022-xxxx [FrameworkBundle] Enable CSRF in FORM by default (@jderusse)

[PR] https://github.com/symfony/symfony/pull/45238
[SECURITY] Security release

Changelog (https://github.com/symfony/symfony/compare/v5.3.14...v5.3.15)

  • security #cve-2022-xxxx [FrameworkBundle] Enable CSRF in FORM by default (@jderusse)

[PR] https://github.com/symfony/symfony/pull/45237
[SECURITY] Security release

Changelog (https://github.com/symfony/symfony/compare/v5.4.2...v5.4.3)

  • bug #45193 [FrameworkBundle] Fix missing arguments when a serialization default context is bound (@ArnoudThibaut)
  • bug #44997 [Runtime] Fix --env and --no-debug with dotenv_overload (@fancyweb)
  • bug #45188 [Dotenv] Fix bootEnv() override with .env.local.php when the env key already exists (@fancyweb)
  • bug #45095 [Finder] Fix finding VCS re-included files in excluded directory (@julienfalque)
  • bug #44987 [DoctrineBridge] Fix automapping (@mbabker)
  • bug #44860 [Validator] Fix Choice constraint with associative choices array (@derrabus)
  • bug #44939 [Form] UrlType should not add protocol to emails (@GromNaN)
  • bug #43149 Silence warnings during tty detection (@neclimdul)
  • bug #45154 [Serializer] Fix AbstractObjectNormalizer not considering pseudo type false (@Thomas Nunninger)
  • bug #45185 [Notifier] Fix encoding of messages with FreeMobileTransport (@94noni)
  • bug #45181 [Console] Fix PHP 8.1 deprecation in ChoiceQuestion (@BrokenSourceCode)
  • bug #44634 [HttpKernel] Fix compatibility with php bridge and already started php sessions (@alexander-schranz)
  • bug #45174 [Notifier] Use the UTF-8 encoding in smsapi-notifier (@marphi)
  • bug #45140 [Yaml] Making the parser stateless (@mamazu)
  • bug #45109 [Console] fix restoring stty mode on CTRL+C (@nicolas-grekas)
  • bug #45103 [Process] Avoid calling fclose on an already closed resource (@Seldaek)
  • bug #44941 [RateLimiter] Resolve crash on near-round timestamps (@xesxen)
  • bug #45088 [Console] fix parsing escaped chars in StringInput (@nicolas-grekas)
  • bug #45096 [Cache] Throw exception if incompatible version of psr/simple-cache is used (@colinodell)
  • bug #45067 [RateLimiter] Implicit conversion fix (@brian978)
  • bug #45063 [DependencyInjection] remove arbitratry limitation to exclude inline services from bindings (@nicolas-grekas)
  • bug #44986 [DependencyInjection] copy synthetic status when resolving child definitions (@kbond)
  • bug #45073 [HttpClient] Fix Failed to open stream: Too many open files (@adrienfr)
  • bug #45053 [Console] use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (@nicolas-grekas)
  • bug #45029 [Cache] Set mtime of cache files 1 year into future if they do not expire (@Blacksmoke16)
  • bug #45012 [DoctrineBridge] Fix invalid guess with enumType (@jderusse)
  • bug #45015 [HttpClient] fix resetting DNS/etc when calling CurlHttpClient::reset() (@nicolas-grekas)
  • bug #45004 [HttpClient] Remove deprecated usage of GuzzleHttp\Promise\promise_for (@plozmun)
  • bug #44998 [FrameworkBundle] Allow default cache pools to be overwritten by user (@Seldaek)
  • bug #44890 [HttpClient] Remove deprecated usage of GuzzleHttp\Promise\queue (@GrahamCampbell)
  • bug #45002 [PropertyAccess] Fix handling of uninitialized property of anonymous class (@filiplikavcan)
  • bug #44979 [DependencyInjection] Add iterable to possible binding type (@vladimir.panivko)
  • bug #44976 [FrameworkBundle] Avoid calling rtrim(null, '/') in AssetsInstallCommand (@pavol-tk, @GromNaN)
  • bug #44879 [DependencyInjection] Ignore argument type check in CheckTypeDeclarationsPass if it's a Definition with a factory (@fancyweb)
  • bug #44920 Use correct tag for ExpoTransportFactory service (@jschaedl)
  • bug #44931 Allow a zero time-limit for messenger:consume (@fritzmg)
  • bug #44932 [DependencyInjection] Fix nested env var with resolve processor (@Laurent Moreau)
  • bug #44912 [Console] Allow OutputFormatter::escape() to be used for escaping URLs used in (@Seldaek)
  • bug #44877 [Validator] Error using CssColor with doctrine annotations (@sormes)
  • bug #44878 [HttpClient] Turn negative timeout to a very long timeout (@fancyweb)
  • bug #44854 [Validator] throw when Constraint::_construct() has not been called (@nicolas-grekas)
  • bug #44857 [Translation] [LocoProvider] Fix use of asset ids (@danut007ro)

[PR] https://github.com/symfony/symfony/pull/45217

Changelog (https://github.com/symfony/symfony/compare/v5.3.13...v5.3.14)

  • bug #44860 [Validator] Fix Choice constraint with associative choices array (@derrabus)
  • bug #44939 [Form] UrlType should not add protocol to emails (@GromNaN)
  • bug #43149 Silence warnings during tty detection (@neclimdul)
  • bug #45154 [Serializer] Fix AbstractObjectNormalizer not considering pseudo type false (@Thomas Nunninger)
  • bug #45185 [Notifier] Fix encoding of messages with FreeMobileTransport (@94noni)
  • bug #45181 [Console] Fix PHP 8.1 deprecation in ChoiceQuestion (@BrokenSourceCode)
  • bug #45174 [Notifier] Use the UTF-8 encoding in smsapi-notifier (@marphi)
  • bug #45140 [Yaml] Making the parser stateless (@mamazu)
  • bug #45109 [Console] fix restoring stty mode on CTRL+C (@nicolas-grekas)
  • bug #45103 [Process] Avoid calling fclose on an already closed resource (@Seldaek)
  • bug #45088 [Console] fix parsing escaped chars in StringInput (@nicolas-grekas)
  • bug #45096 [Cache] Throw exception if incompatible version of psr/simple-cache is used (@colinodell)
  • bug #45063 [DependencyInjection] remove arbitratry limitation to exclude inline services from bindings (@nicolas-grekas)
  • bug #44986 [DependencyInjection] copy synthetic status when resolving child definitions (@kbond)
  • bug #45073 [HttpClient] Fix Failed to open stream: Too many open files (@adrienfr)
  • bug #45053 [Console] use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (@nicolas-grekas)
  • bug #45029 [Cache] Set mtime of cache files 1 year into future if they do not expire (@Blacksmoke16)
  • bug #45012 [DoctrineBridge] Fix invalid guess with enumType (@jderusse)
  • bug #45015 [HttpClient] fix resetting DNS/etc when calling CurlHttpClient::reset() (@nicolas-grekas)
  • bug #45004 [HttpClient] Remove deprecated usage of GuzzleHttp\Promise\promise_for (@plozmun)
  • bug #44998 [FrameworkBundle] Allow default cache pools to be overwritten by user (@Seldaek)
  • bug #44890 [HttpClient] Remove deprecated usage of GuzzleHttp\Promise\queue (@GrahamCampbell)
  • bug #45002 [PropertyAccess] Fix handling of uninitialized property of anonymous class (@filiplikavcan)
  • bug #44979 [DependencyInjection] Add iterable to possible binding type (@vladimir.panivko)
  • bug #44976 [FrameworkBundle] Avoid calling rtrim(null, '/') in AssetsInstallCommand (@pavol-tk, @GromNaN)
  • bug #44879 [DependencyInjection] Ignore argument type check in CheckTypeDeclarationsPass if it's a Definition with a factory (@fancyweb)
  • bug #44931 Allow a zero time-limit for messenger:consume (@fritzmg)
  • bug #44932 [DependencyInjection] Fix nested env var with resolve processor (@Laurent Moreau)
  • bug #44912 [Console] Allow OutputFormatter::escape() to be used for escaping URLs used in (@Seldaek)
  • bug #44878 [HttpClient] Turn negative timeout to a very long timeout (@fancyweb)
  • bug #44854 [Validator] throw when Constraint::_construct() has not been called (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/45216
[EOL] End of life release for branch 5.3

Changelog (https://github.com/symfony/symfony/compare/v5.4.1...v5.4.2)

  • bug #44828 [Lock] Release DoctrineDbalPostgreSqlStore connection lock on failure (@simon-watiau)
  • bug #44838 [DependencyInjection][HttpKernel] Fix enum typed bindings (@ogizanagi)
  • bug #44723 [Lock] Release PostgreSqlStore connection lock on failure (simon-watiau) * commit 'e5b2f9efba': [Lock] Release PostgreSqlStore connection lock on failure
  • bug #44826 [HttpKernel] Do not attempt to register enum arguments in controller service locator (@ogizanagi)
  • bug #44824 [Mime] Fix missing sprintf in DkimSigner (@alamirault)
  • bug #44816 [Translation] [LocoProvider] Use rawurlencode and separate tag setting (@danut007ro)
  • bug #44805 [Security] fix unserializing session payloads from v4 (@nicolas-grekas)
  • bug #44820 [Cache] Don't lock when doing nested computations (@nicolas-grekas)
  • bug #44807 [Messenger] fix Redis support on 32b arch (@nicolas-grekas)
  • bug #44759 [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass (@Vitali Tsyrkin)
  • bug #44809 [WebProfilerBundle] relax return type for memory data collector (@94noni)
  • bug #44799 [Cache] fix compat with apcu < 5.1.10 (@nicolas-grekas)
  • bug #44764 [Form] Expand FormView key to include int (@biozshock)
  • bug #44730 [Console] Fix autocompletion of argument with default value (@GromNaN)
  • bug #44637 [PropertyInfo] PhpStan extractor nested object fix (@rmikalkenas)
  • bug #44085 [Translation] Fix TranslationPullCommand with ICU translations (@Kocal)
  • bug #44578 [PropertyInfo] Fix phpstan extractor issues (@ostrolucky)
  • bug #44771 [Notifier] Use correct factory for the msteams transport (@veewee)
  • bug #44618 [HttpKernel] Fix SessionListener without session in request (@shyim)
  • bug #44743 [HttpClient] fix checking for recent curl consts (@nicolas-grekas)
  • bug #44752 [Security/Http] Fix cookie clearing on logout (@maxhelias)
  • bug #44732 [Mime] Relaxing in-reply-to header validation (@ThomasLandauer)
  • bug #44714 [WebProfilerBundle] fix Email HTML preview (@94noni)
  • bug #44728 [Mime] Fix encoding filenames in multipart/form-data (@nicolas-grekas)
  • bug #44602 [Serializer] Improve UidNormalizer denormalize error message (@fancyweb)
  • bug #44383 [Lock] Create tables in transaction only if supported by driver (@martinssipenko)
  • bug #44518 [HttpFoundation] Take php session.cookie settings into account (@simonchrz)
  • bug #44719 [ErrorHandler] fix on patching return types on Windows (@nicolas-grekas)
  • bug #44710 [DependencyInjection] fix linting callable classes (@nicolas-grekas)
  • bug #44639 [DependencyInjection] Cast tag attribute value to string (@ruudk)
  • bug #44473 [Validator] Restore default locale in ConstraintValidatorTestCase (@rodnaph)
  • bug #44682 [FrameworkBundle] alias cache.app.taggable to cache.app if using cache.adapter.redis_tag_aware (@kbond)
  • bug #44649 [HttpKernel] fix how configuring log-level and status-code by exception works (@nicolas-grekas)
  • bug #44667 [Cache] Revert "feature #41989 make LockRegistry use semaphores when possible" (@nicolas-grekas)
  • bug #44671 [HttpClient] Fix tracing requests made after calling withOptions() (@nicolas-grekas)
  • bug #44577 [Cache] Fix proxy no expiration to the Redis (@Sergey Belyshkin)
  • bug #44669 [Cache] disable lock on CLI (@nicolas-grekas)
  • bug #44598 [Translation] Handle the blank-translation in Loco Adapter (@kgonella)
  • bug #44448 [Validator] Allow Sequence constraint to be applied onto class as an attribute (@sidz)
  • bug #44354 [RateLimiter] Make RateLimiter resilient to timeShifting (@jderusse)
  • bug #44600 [Serializer] Fix denormalizing custom class in UidNormalizer (@fancyweb)
  • bug #44537 [Config] In XmlUtils, avoid converting from octal every string starting with a 0 (@alexandre-daubois)
  • bug #44510 [Workflow] Fix eventsToDispatch parameter setup for StateMachine (@Olexandr Kalaidzhy)
  • bug #44625 [HttpClient] fix monitoring responses issued before reset() (@nicolas-grekas)
  • bug #44623 [HttpClient] Fix dealing with "HTTP/1.1 000 " responses (@nicolas-grekas)
  • bug #44430 [PropertyInfo] Fix aliased namespace matching (@Korbeil)
  • bug #44601 [HttpClient] Fix closing curl-multi handle too early on destruct (@nicolas-grekas)
  • bug #44571 [HttpClient] Don't reset timeout counter when initializing requests (@nicolas-grekas)
  • bug #44479 [HttpClient] Double check if handle is complete (@Nyholm)
  • bug #44418 [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass (@fancyweb)
  • bug #44474 [Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #… (@olegmifle)
  • bug #43164 [FrameworkBundle] Fix cache pool configuration with one adapter and one provider (@fancyweb)
  • bug #44419 [PropertyAccess] Fix accessing public property on Object (@kevcomparadise)
  • bug #44565 [FrameworkBundle] Use correct cookie domain in loginUser() (@wouterj)
  • bug #44538 [Process] fixed uppercase ARGC and ARGV should also be skipped (@rbaarsma)
  • bug #44438 [HttpClient] Fix handling thrown \Exception in \Generator in MockResponse (@fancyweb)
  • bug #44469 [String] Fix requiring wcswitch table several times (@fancyweb)
  • bug #44539 [Lock] Fix missing argument in PostgreSqlStore::putOffExpiration with DBAL connection (@GromNaN)

[PR] https://github.com/symfony/symfony/pull/44843

Changelog (https://github.com/symfony/symfony/compare/v5.3.12...v5.3.13)

  • bug #44838 [DependencyInjection][HttpKernel] Fix enum typed bindings (@ogizanagi)
  • bug #44723 [Lock] Release PostgreSqlStore connection lock on failure (simon-watiau) * commit 'e5b2f9efba': [Lock] Release PostgreSqlStore connection lock on failure
  • bug #44826 [HttpKernel] Do not attempt to register enum arguments in controller service locator (@ogizanagi)
  • bug #44824 [Mime] Fix missing sprintf in DkimSigner (@alamirault)
  • bug #44816 [Translation] [LocoProvider] Use rawurlencode and separate tag setting (@danut007ro)
  • bug #44805 [Security] fix unserializing session payloads from v4 (@nicolas-grekas)
  • bug #44820 [Cache] Don't lock when doing nested computations (@nicolas-grekas)
  • bug #44807 [Messenger] fix Redis support on 32b arch (@nicolas-grekas)
  • bug #44759 [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass (@Vitali Tsyrkin)
  • bug #44799 [Cache] fix compat with apcu < 5.1.10 (@nicolas-grekas)
  • bug #44085 [Translation] Fix TranslationPullCommand with ICU translations (@Kocal)
  • bug #44771 [Notifier] Use correct factory for the msteams transport (@veewee)
  • bug #44618 [HttpKernel] Fix SessionListener without session in request (@shyim)
  • bug #44743 [HttpClient] fix checking for recent curl consts (@nicolas-grekas)
  • bug #44752 [Security/Http] Fix cookie clearing on logout (@maxhelias)
  • bug #44732 [Mime] Relaxing in-reply-to header validation (@ThomasLandauer)
  • bug #44728 [Mime] Fix encoding filenames in multipart/form-data (@nicolas-grekas)
  • bug #44710 [DependencyInjection] fix linting callable classes (@nicolas-grekas)
  • bug #44639 [DependencyInjection] Cast tag attribute value to string (@ruudk)
  • bug #44473 [Validator] Restore default locale in ConstraintValidatorTestCase (@rodnaph)
  • bug #44682 [FrameworkBundle] alias cache.app.taggable to cache.app if using cache.adapter.redis_tag_aware (@kbond)
  • bug #44671 [HttpClient] Fix tracing requests made after calling withOptions() (@nicolas-grekas)
  • bug #44577 [Cache] Fix proxy no expiration to the Redis (@Sergey Belyshkin)
  • bug #44669 [Cache] disable lock on CLI (@nicolas-grekas)
  • bug #44598 [Translation] Handle the blank-translation in Loco Adapter (@kgonella)
  • bug #44354 [RateLimiter] Make RateLimiter resilient to timeShifting (@jderusse)
  • bug #44600 [Serializer] Fix denormalizing custom class in UidNormalizer (@fancyweb)
  • bug #44537 [Config] In XmlUtils, avoid converting from octal every string starting with a 0 (@alexandre-daubois)
  • bug #44510 [Workflow] Fix eventsToDispatch parameter setup for StateMachine (@Olexandr Kalaidzhy)
  • bug #44625 [HttpClient] fix monitoring responses issued before reset() (@nicolas-grekas)
  • bug #44623 [HttpClient] Fix dealing with "HTTP/1.1 000 " responses (@nicolas-grekas)
  • bug #44601 [HttpClient] Fix closing curl-multi handle too early on destruct (@nicolas-grekas)
  • bug #44571 [HttpClient] Don't reset timeout counter when initializing requests (@nicolas-grekas)
  • bug #44479 [HttpClient] Double check if handle is complete (@Nyholm)
  • bug #44418 [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass (@fancyweb)
  • bug #44474 [Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #… (@olegmifle)
  • bug #43164 [FrameworkBundle] Fix cache pool configuration with one adapter and one provider (@fancyweb)
  • bug #44419 [PropertyAccess] Fix accessing public property on Object (@kevcomparadise)
  • bug #44565 [FrameworkBundle] Use correct cookie domain in loginUser() (@wouterj)
  • bug #44538 [Process] fixed uppercase ARGC and ARGV should also be skipped (@rbaarsma)
  • bug #44438 [HttpClient] Fix handling thrown \Exception in \Generator in MockResponse (@fancyweb)
  • bug #44469 [String] Fix requiring wcswitch table several times (@fancyweb)
  • bug #44502 [HttpFoundation] do not call preg_match() on null (@xabbuh)
  • bug #44481 [FrameworkBundle] Fix loginUser() causing deprecation (@wouterj)
  • bug #44416 [Translation] Make http requests synchronous when reading the Loco API (@Kocal)
  • bug #44350 [Translation] Fix TranslationTrait (@Tomasz Kusy)
  • bug #44467 [Console] Fix parameter types for ProcessHelper::mustRun() (@derrabus)
  • bug #44427 [FrameworkBundle] Fix compatibility with symfony/security-core 6.x (deps=high tests) (@wouterj)
  • bug #44399 Prevent infinite nesting of lazy ObjectManager instances when ObjectManager is reset (@Ocramius)
  • bug #44375 [DoctrineBridge] fix calling get_class on non-object (@kbond)
  • bug #44361 [HttpClient] Fix handling error info in MockResponse (@fancyweb)
  • bug #44309 [Messenger] Leverage DBAL's getNativeConnection() method (@derrabus)
  • bug #44187 [Translation] [Loco] Fix idempotency of LocoProvider write method (@welcoMattic)
  • bug #43992 [Security] Do not overwrite already stored tokens for REMOTE_USER authentication (@stlrnz)
  • bug #43876 [Validator] Fix validation for single level domains (@HypeMC)
  • bug #44327 [Debug][ErrorHandler] Increased the reserved memory from 10k to 32k (@sakalys)
  • bug #44261 [Process] intersect with getenv() in case-insensitive manner to get default envs (@stable-staple)
  • bug #44295 [Serializer] fix support for lazy/unset properties (@nicolas-grekas)
  • bug #44277 [Notifier] Fix AllMySms bridge body content (@afiocre)
  • bug #44269 [DoctrineBridge] Revert " add support for the JSON type" (@dunglas)

[PR] https://github.com/symfony/symfony/pull/44842

Changelog (https://github.com/symfony/symfony/compare/v5.4.0...v5.4.1)

  • bug #44490 [DependencyInjection][Messenger] Add auto-registration for BatchHandlerInterface (@GaryPEGEOT)
  • bug #44523 [Console] Fix polyfill-php73 requirement (@Seldaek)
  • bug #44502 [HttpFoundation] do not call preg_match() on null (@xabbuh)
  • bug #44475 [Console] Handle alias in completion script (@GromNaN)
  • bug #44481 [FrameworkBundle] Fix loginUser() causing deprecation (@wouterj)
  • bug #44416 [Translation] Make http requests synchronous when reading the Loco API (@Kocal)
  • bug #44437 [HttpKernel] Fix wrong usage of SessionUtils::popSessionCookie (@simonchrz)
  • bug #44350 [Translation] Fix TranslationTrait (@Tomasz Kusy)
  • bug #44460 [SecurityBundle] Fix ambiguous deprecation message on missing provider (@chalasr)
  • bug #44467 [Console] Fix parameter types for ProcessHelper::mustRun() (@derrabus)
  • bug #44427 [FrameworkBundle] Fix compatibility with symfony/security-core 6.x (deps=high tests) (@wouterj)
  • bug #44424 [SecurityBundle] Don't rely on deprecated strategy constants (@derrabus)
  • bug #44399 Prevent infinite nesting of lazy ObjectManager instances when ObjectManager is reset (@Ocramius)
  • bug #44395 [HttpKernel] fix sending Vary: Accept-Language when appropriate (@nicolas-grekas)
  • bug #44385 [DependencyInjection] Skip parameter attribute configurators in AttributeAutoconfigurationPass if we can't get the constructor reflector (@fancyweb)
  • bug #44359 Avoid duplicated session listener registration in tests (@alexander-schranz)
  • bug #44375 [DoctrineBridge] fix calling get_class on non-object (@kbond)
  • bug #44378 [HttpFoundation] fix SessionHandlerFactory using connections (@dmaicher)
  • bug #44365 [SecurityBundle]  Fix invalid reference with always_authenticate_before_granting (@chalasr)
  • bug #44361 [HttpClient] Fix handling error info in MockResponse (@fancyweb)
  • bug #44370 [Lock] create lock table if it does not exist (@martinssipenko)

[PR] https://github.com/symfony/symfony/pull/44527

Changelog (https://github.com/symfony/symfony/compare/v5.4.0-RC1...v5.4.0)

  • bug #44309 [Messenger] Leverage DBAL's getNativeConnection() method (@derrabus)
  • bug #44300 [FrameworkBundle] Fix property-info phpstan extractor discovery (@1ed)
  • feature #44271 [Notifier] add Vonage bridge to replace the Nexmo one (@nicolas-grekas)
  • bug #44187 [Translation] [Loco] Fix idempotency of LocoProvider write method (@welcoMattic)
  • bug #43992 [Security] Do not overwrite already stored tokens for REMOTE_USER authentication (@stlrnz)
  • bug #43876 [Validator] Fix validation for single level domains (@HypeMC)
  • bug #44327 [Debug][ErrorHandler] Increased the reserved memory from 10k to 32k (@sakalys)
  • bug #44261 [Process] intersect with getenv() in case-insensitive manner to get default envs (@stable-staple)
  • bug #44295 [Serializer] fix support for lazy/unset properties (@nicolas-grekas)
  • bug #44277 [Notifier] Fix AllMySms bridge body content (@afiocre)
  • bug #44269 [DoctrineBridge] Revert " add support for the JSON type" (@dunglas)

[PR] https://github.com/symfony/symfony/pull/44335

Changelog (https://github.com/symfony/symfony/compare/v5.4.0-BETA3...v5.4.0-RC1)

  • security #cve-2021-41268 [SecurityBundle] Default signature_properties to the previous behavior (@wouterj)
  • security #cve-2021-41267 [HttpKernel] Fix missing extra trusted header in sub-request (@jderusse)
  • security #cve-2021-41270 [Serializer] Use single quote to escape formulas (@jderusse)
  • bug #44230 [Console] Add Suggestion class for more advanced completion suggestion (@wouterj)
  • bug #44232 [Cache] fix connecting to local Redis sockets (@nicolas-grekas)
  • bug #44204 [HttpClient] fix closing curl multi handle when destructing client (@nicolas-grekas)
  • bug #44208 [Process] exclude argv/argc from possible default env vars (@nicolas-grekas)
  • bug #44188 [VarExporter] fix exporting declared but unset properties when __sleep() is implemented (@nicolas-grekas)
  • bug #44176 [Console] Default ansi option to null (@jderusse)
  • bug #44179 [WebProfilerBundle] Fix JS error when toolbar is reloaded (@jderusse)
  • bug #44172 [Security] Guard is incompatible with Symfony 6 (@derrabus)
  • bug #44119 [HttpClient][Mime] Add correct IDN flags for IDNA2008 compliance (@j-bernard)
  • bug #44139 [WebProfilerBundle] Prevent installation of incompatible mailer component versions (@Anne-Julia Seitz)
  • bug #43917 Allow autodetecting mapping type for any object (@franmomu)
  • bug #44131 [Yaml] properly parse quoted strings tagged with !!str (@xabbuh)
  • bug #42323 [TwigBridge] do not merge label classes into expanded choice labels (@xabbuh)

[PR] https://github.com/symfony/symfony/pull/44244

Changelog (https://github.com/symfony/symfony/compare/v5.3.11...v5.3.12)

  • security #cve-2021-41268 [SecurityBundle] Default signature_properties to the previous behavior (@wouterj)
  • security #cve-2021-41267 [HttpKernel] Fix missing extra trusted header in sub-request (@jderusse)
  • security #cve-2021-41270 [Serializer] Use single quote to escape formulas (@jderusse)
  • bug #44232 [Cache] fix connecting to local Redis sockets (@nicolas-grekas)
  • bug #44204 [HttpClient] fix closing curl multi handle when destructing client (@nicolas-grekas)
  • bug #44208 [Process] exclude argv/argc from possible default env vars (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/44243
[SECURITY] Security release

Changelog (https://github.com/symfony/symfony/compare/v5.3.10...v5.3.11)

  • bug #44188 [VarExporter] fix exporting declared but unset properties when __sleep() is implemented (@nicolas-grekas)
  • bug #44176 [Console] Default ansi option to null (@jderusse)
  • bug #44119 [HttpClient][Mime] Add correct IDN flags for IDNA2008 compliance (@j-bernard)
  • bug #44131 [Yaml] properly parse quoted strings tagged with !!str (@xabbuh)
  • bug #42323 [TwigBridge] do not merge label classes into expanded choice labels (@xabbuh)
  • bug #44110 [FrameworkBundle] Fix default PHP attributes support in validation and serializer configuration when doctrine/annotations is not installed with PHP 8 (@fancyweb)
  • bug #44121 [Serializer] fix support for lazy properties (@nicolas-grekas)
  • bug #44108 [FrameworkBundle][Messenger] remove FlattenExceptionNormalizer definition if serializer not available (@kbond)
  • bug #44111 [Serializer] fix support for unset properties on PHP < 7.4 (@nicolas-grekas)
  • bug #44070 [Process] intersect with getenv() to populate default envs (@nicolas-grekas)
  • bug #43990 [Translation] [Loco] Generate id parameter instead of letting Loco do it (@welcoMattic)
  • bug #44043 [Cache] fix dbindex Redis (@a1812)
  • bug #44050 [Notifier] Fix package names (@fabpot)
  • bug #44042 Fix DateIntervalToStringTransformer::transform() doc (@BenMorel)
  • bug #44034 [Yaml] don't try to replace references in quoted strings (@xabbuh)
  • bug #44028 [ErrorHandler] Fix FlattenException::setPrevious argument typing (@welcoMattic)
  • bug #44012 [DependencyInjection] fix inlining when non-shared services are involved (@nicolas-grekas)
  • bug #44002 [Cache] Fix Memory leak (@a1812)
  • bug #43981 [FrameworkBundle] fix registering late resettable services (@nicolas-grekas)
  • bug #43988 [DoctrineBridge] add support for the JSON type (@dunglas)
  • bug #43987 [PhpUnitBridge] Fix Uncaught ValueError (@dunglas)
  • bug #43961 [HttpClient] Curl http client has to reinit curl multi handle on reset (@rmikalkenas)
  • bug #43948 [Asset][Security] Fixed leftover deprecations PHP 8.1 (@michaljusiega)
  • bug #43945 [Runtime] fix defining APP_DEBUG when Dotenv is not enabled (@nicolas-grekas)
  • bug #43922 [DependencyInjection] only allow ReflectionNamedType for ServiceSubscriberTrait (@kbond)
  • bug #43814 [Intl] Update the ICU data to 70.1 - 5.3 (@jderusse)
  • bug #43915 [Messenger] Fix tests (@jderusse)
  • bug #43901 [SecurityBundle] Default access_decision_manager.strategy option with merge (@biozshock)
  • bug #43909 [VarExporter] escape unicode chars involved in directionality (@nicolas-grekas)
  • bug #43900 [Security] Fix TypeError message in ChainUserProvider (@derrabus)
  • bug #43884 [Console] Runtime conflict for psr/log >= 3.0 instead of composer conflict (@fancyweb)
  • bug #43867 [VarDumper] Make dumping DateInterval instances timezone-independent (@derrabus)
  • bug #43096 [Messenger] Use TransportMessageIdStamp in InMemoryTransport allows retrying (@alexndlm)
  • bug #42168 [RateLimiter] Fix wait duration for fixed window policy (@jlekowski)
  • bug #43501 [HttpKernel] fix ErrorException in CacheWarmerAggregate (@Ahummeling)
  • bug #42361 [Translation] correctly handle intl domains with TargetOperation (@acran)
  • bug #43833 [Runtime] Consider also $_ENV when resolving APP_RUNTIME and APP_RUNTIME_OPTIONS (@Peter Simoncic)
  • bug #43834 [Inflector] Fix inflector for "zombies" (@acodispo)
  • bug #43267 [Config] Fix signature generation with nested attributes on PHP 8.1 (@agustingomes)

[PR] https://github.com/symfony/symfony/pull/44194

Changelog (https://github.com/symfony/symfony/compare/v5.4.0-BETA2...v5.4.0-BETA3)

  • feature #44125 Add a setter on DateTimeNormalizer to change the default context at runtime (@Seldaek)
  • bug #44110 [FrameworkBundle] Fix default PHP attributes support in validation and serializer configuration when doctrine/annotations is not installed with PHP 8 (@fancyweb)
  • bug #44115 [WebProfilerBundle] Tweak the colors of the security panel (@javiereguiluz)
  • bug #44121 [Serializer] fix support for lazy properties (@nicolas-grekas)
  • bug #44108 [FrameworkBundle][Messenger] remove FlattenExceptionNormalizer definition if serializer not available (@kbond)
  • bug #44111 [Serializer] fix support for unset properties on PHP < 7.4 (@nicolas-grekas)
  • bug #44098 [DependencyInjection] fix preloading (@nicolas-grekas)
  • bug #44065 [FrameworkBundle] Add framework config for DBAL cache adapter (@GromNaN)
  • bug #44096 Make ExpressionVoter Cacheable (@jderusse)
  • bug #44070 [Process] intersect with getenv() to populate default envs (@nicolas-grekas)
  • feature #43181 Allow AbstractDoctrineExtension implementations to support the newer bundle structure (@mbabker)
  • bug #44060 [Cache] Fix calculate ttl in couchbase sdk 3.0 (@ajcerezo)
  • bug #43990 [Translation] [Loco] Generate id parameter instead of letting Loco do it (@welcoMattic)
  • bug #44043 [Cache] fix dbindex Redis (@a1812)
  • feature #44015 [Cache] Decrease the probability of invalidation loss on tag eviction (@nicolas-grekas)
  • bug #44064 [Cache] fix releasing not acquired locks (@nicolas-grekas)
  • bug #44063 [DependencyInjection] fix creating 2nd container instances (@nicolas-grekas)
  • bug #44051 [Notifier] Fix package name (@fabpot)
  • bug #44050 [Notifier] Fix package names (@fabpot)

[PR] https://github.com/symfony/symfony/pull/44128

Changelog (https://github.com/symfony/symfony/compare/v5.4.0-BETA1...v5.4.0-BETA2)

  • bug #44042 Fix DateIntervalToStringTransformer::transform() doc (@BenMorel)
  • bug #44034 [Yaml] don't try to replace references in quoted strings (@xabbuh)
  • bug #44013 [ErrorHandler] fix parsing @param with dollars in the description (@nicolas-grekas)
  • bug #44010 [DependencyInjection] fix auto-refresh when inline_factories is enabled (@nicolas-grekas)
  • bug #44028 [ErrorHandler] Fix FlattenException::setPrevious argument typing (@welcoMattic)
  • bug #44016 [SecurityBundle] Fix listing listeners in profiler when authenticator manager is disabled (@94noni)
  • bug #44012 [DependencyInjection] fix inlining when non-shared services are involved (@nicolas-grekas)
  • bug #44002 [Cache] Fix Memory leak (@a1812)
  • bug #43993 [FrameworkBundle] fix deprecation message (@nicolas-grekas)
  • feature #43985 [HttpClient] Implement ResetInterface for all http clients (@rmikalkenas)
  • bug #43981 [FrameworkBundle] fix registering late resettable services (@nicolas-grekas)
  • bug #43988 [DoctrineBridge] add support for the JSON type (@dunglas)
  • bug #43987 [PhpUnitBridge] Fix Uncaught ValueError (@dunglas)
  • feature #43983 [HttpKernel] allow ignoring kernel.reset methods that don't exist (@nicolas-grekas)
  • bug #43967 [Loco] Fix Loco Provider ID and pull & push local messages reading (@welcoMattic)
  • bug #43961 [HttpClient] Curl http client has to reinit curl multi handle on reset (@rmikalkenas)
  • bug #43930 [DependencyInjection] Fix support for unions/intersections together with ServiceSubscriberInterface (@kbond)
  • bug #43948 [Asset][Security] Fixed leftover deprecations PHP 8.1 (@michaljusiega)
  • bug #43944 [Yaml] revert using functions provided by polyfill packages (@xabbuh)
  • bug #43940 [FrameworkBundle] Fix logic in workflow:dump between workflow name and workflow id (@noniagriconomie)
  • bug #43945 [Runtime] fix defining APP_DEBUG when Dotenv is not enabled (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/44048

Changelog (https://github.com/symfony/symfony/compare/v5.3.10...v5.4.0-BETA1)

  • feature #43916 [PropertyInfo] Support the list pseudo-type (@derrabus)
  • feature #43850 Add completion for DebugConfig name and path arguments (@eclairia, @Adrien Jourdier)
  • feature #43838 feat: add completion for DebugAutowiring search argument (@eclairia, @Adrien Jourdier)
  • feature #38464 [Routing] Add support for aliasing routes (@Lctrs)
  • feature #43923 [Console] Open CompleteCommand for custom outputs (@wouterj)
  • feature #43663 [Messenger] Add command completion for failed messages (@scyzoryck)
  • feature #43857 [Framework] Add completion to debug:container (@GromNaN)
  • feature #43891 [Messenger] Add completion to command messenger:consume (@GromNaN)
  • feature #42471 Add generic types to traversable implementations (@derrabus)
  • feature #43898 [Security] Make the abstract Voter class implement CacheableVoterInterface (@javiereguiluz)
  • feature #43848 [FrameworkBundle] Add completion for workflow:dump (@StaffNowa)
  • feature #43837 [Finder] Add .gitignore nested negated patterns support (@julienfalque)
  • feature #43754 Determine attribute or annotation type for directories (@cinamo)
  • feature #43846 Add completion for debug:twig (@StaffNowa)
  • feature #43138 [FrameworkBundle][HttpKernel] Add the ability to enable the profiler using a parameter (@dunglas)
  • feature #40457 [PropertyInfo] Add PhpStanExtractor (@Korbeil)
  • feature #40262 [DoctrineBridge] Param as connection in *.event_subscriber/listener tags (@wbloszyk)
  • feature #43354 [Messenger] allow processing messages in batches (@nicolas-grekas)
  • feature #43835 [SecurityBundle] Deprecate not configuring explicitly a provider for custom_authenticators when there is more than one registered provider (@lyrixx)
  • feature #43598 [Console] add suggestions for debug commands: firewall, form, messenger, router (@IonBazan)
  • feature #41993 [Security] Prevent FormLoginAuthenticator from responding to requests that should be handled by JsonLoginAuthenticator (@abunch)
  • feature #43751 [WebProfilerBundle] Add a "preview" tab in mailer profiler for HTML email (@lyrixx)
  • feature #43644 [FrameworkBundle] Add completion to debug:translation command (@alexandre-daubois)
  • feature #43653 [PasswordHasher] Add autocompletion for security commands (@noniagriconomie)
  • feature #43676 [FrameworkBundle] Add completion feature on translation:update command (@stephenkhoo)
  • feature #43672 [Translation] Add completion feature on translation pull and push commands (@welcoMattic)
  • feature #43060 [RateLimiter] Add support for long intervals (months and years) (@alexandre-daubois)
  • feature #42177 [Security][SecurityBundle] Implement ADM strategies as dedicated classes (@derrabus)
  • feature #43804 [DependencyInjection][FrameworkBundle][SecurityBundle][TwigBundle] Deprecate Composer 1 (@derrabus)
  • feature #43796 [Filesystem] Add third argument $lockFile to Filesystem::appendToFile() (@fwolfsjaeger)
  • feature #42414 [Notifier] Add Expo bridge (@zairigimad)
  • feature #43066 [Security] Cache voters that will always abstain (@jderusse)
  • feature #43758 [FrameworkBundle] Rename translation:update to translation:extract (@welcoMattic)
  • feature #41414 Support statusCode default param when loading template directly via route (@dayallnash)
  • feature #42238 [DependencyInjection] Add SubscribedService attribute, deprecate current ServiceSubscriberTrait usage (@kbond)
  • feature #38542 [FrameworkBundle][Serializer] Allow serializer default context configuration (@soyuka)
  • feature #43755 [Dotenv] Add $overrideExistingVars to bootEnv() and loadEnv() and dotenv_overload to SymfonyRuntime (@fancyweb)
  • feature #43671 add ResponseIsUnprocessable (@garak)
  • feature #43682 [FrameworkBundle] Add completion for config:dump-reference (@StaffNowa)
  • feature #43588 [Messenger] Autoconfigurable attributes (@alirezamirsepassi)
  • feature #43593 [Validator] Add CidrValidator to allow validation of CIDR notations (@popsorin)
  • feature #43683 [VarDumper] Add completion to server:dump command (@alexandre-daubois)
  • feature #43677 [RateLimiter] bug #42194 fix: sliding window policy to use microtime (@jlekowski)
  • feature #43679 [VarDumper] Add support for Fiber (@lyrixx)
  • feature #43680 Add suggestions for the option 'format' of lints commands: twig, yaml and xliff (@makraz)
  • feature #43621 Add completion for cache:pool:clear and cache:pool:delete commands (@andyexeter)
  • feature #43639 [Uid] Allow use autocompletion (@StaffNowa)
  • feature #43626 [Console] [Framework] Add completion to secrets:set and fix secrets:remove (@GromNaN)
  • feature #43640 [Console] Add completion to messenger:setup-transports command (@Tayfun74)
  • feature #43615 feat: add completion for CompletionCommand "shell" argument (@dkarlovi)
  • feature #43595 [Console] SymfonyStyle enhancements (@kbond)
  • feature #41268 [HttpFoundation] Allow setting session options via DSN (@makraz)
  • feature #43596 [Console] Add completion to help & list commands (@GromNaN)
  • feature #43576 [Messenger] subtract handling time from sleep time in worker (@nicolas-grekas)
  • feature #43386 [DependencyInjection] Extend TaggedIterator and TaggedLocator Attributes with able to specify defaultIndexMethod for #[TaggerIterator] and #[TaggedLocator] (@fractalzombie)
  • feature #42251 [Console] Bash completion integration (@wouterj)
  • feature #39402 [Notifier] Add push channel to notifier (@norkunas)
  • feature #43332 [Lock] Split PdoStore into DoctrineDbalStore (@GromNaN)
  • feature #43362 [Cache] Split PdoAdapter into DoctrineDbalAdapter (@GromNaN)
  • feature #42580 [Console][FrameworkBundle] Add DotenvDebugCommand (@chr-hertel)
  • feature #43411 [HttpFoundation] Deprecate passing null as $requestIp in IpUtils (@W0rma)
  • feature #43526 Add a warning in WDT when using symfony/symfony (@fabpot)
  • feature #43481 [String] Add trimSuffix() and trimPrefix() methods (@nicolas-grekas)
  • feature #43497 [Notifier] [Twilio] Ensure from/sender is valid via regex (@OskarStark)
  • feature #43492 Lower log level in case of retry (@jderusse)
  • feature #43479 [DependencyInjection] autowire union and intersection types (@nicolas-grekas)
  • feature #43134 [Notifier] Add sms77 Notifier Bridge (@matthiez)
  • feature #43378 [HttpFoundation] Deprecate upload_progress.* and url_rewriter.tags session options (@Matthew Covey)
  • feature #42582 [Security] Add authenticators info to the profiler (@chalasr)
  • feature #42723 [Messenger] Log when worker should stop and when SIGTERM is received (@ruudk)
  • feature #40168 [Validator] Added CssColor constraint (@welcoMattic)
  • feature #43328 [MonologBridge] Deprecate the Swiftmailer handler (@fabpot)
  • feature #43322 [MonologBridge] Deprecates ResetLoggersWorkerSubscriber (@lyrixx)
  • feature #43108 [HttpKernel] Add basic support for language negotiation (@GregoireHebert)
  • feature #41265 [Messenger] Add a middleware to log when transaction has been left open (@lyrixx)
  • feature #43280 [HttpClient] Add method to set response factory in mock client (@greeflas)
  • feature #42610 [Dotenv] Reimplementing symfony/flex' dump-env as a Symfony command (@abdielcs, @nicolas-grekas)
  • feature #42244 [HttpKernel] Add support for configuring log level, and status code by exception class (@lyrixx)
  • feature #43236 [Security] Add alias for FirewallMapInterface to @security.firewall.map (@lyrixx)
  • feature #43150 [Finder] Add recursive .gitignore files support (@julienfalque)
  • feature #41608 [Runtime] Possibility to define the env and/or debug key (@maxhelias)
  • feature #42257 [Messenger] Allow using user's serializer for message do not fit the expected JSON structure (@welcoMattic)
  • feature #43148 [Cache] Throw ValueError in debug mode when serialization fails (@nicolas-grekas)
  • feature #43139 [Notifier] Mattermost Notifier option to post in an other channel (@nathanaelmartel)
  • feature #42335 [Messenger] Add WorkerMetadata to Worker class. (@okwinza)
  • feature #42712 [Serializer] Save missing arguments in MissingConstructorArgumentsException (@BafS)
  • feature #43004 [Serializer] Throw NotNormalizableValueException when type is not known or not in body in discriminator map (@lyrixx)
  • feature #43121 [Notifier] [GoogleChat] remove support for deprecated "threadKey" parameter (@IonBazan)
  • feature #42338 [DomCrawler] Added Crawler::innerText() method (@Bilge)
  • feature #43095 [Form] Add the EnumType (@derrabus)
  • feature #43094 [Console] Add support of RGB functional notation (@alexandre-daubois)
  • feature #43098 [Validator] Add error's uid to Count and Length constraints with "exactly" option enabled (@VladGapanovich)
  • feature #42668 [Yaml] Use more concise float representation in dump (@dev97)
  • feature #43017 [HttpFoundation] Map multipart/form-data as form Content-Type (@keichinger)
  • feature #43015 [DependencyInjection] Allow injecting tagged iterator as service locator arguments (@IonBazan)
  • feature #42991 [FrameworkBundle] Add configureContainer(), configureRoutes() and getConfigDir() to MicroKernelTrait (@nicolas-grekas)
  • feature #43018 [Mailer] Adding support for TagHeader and MetadataHeader to the Sendgrid API transport (@gnito-org)
  • feature #42988 [ErrorHandler] Add helper script to patch type declarations (@wouterj)
  • feature #42982 Add Session Token to Amazon Mailer (@Jubeki)
  • feature #42959 [DependencyInjection] Make auto-aliases private by default (@nicolas-grekas)
  • feature #42957 [RateLimiter][Runtime][Translation] remove @experimental flag (@nicolas-grekas)
  • feature #41163 [Mesenger] Add support for reseting container services between 2 messages (@lyrixx)
  • feature #41858 [Translation] Translate translatable parameters (@kylekatarnls)
  • feature #42941 Implement Message Stream for Postmark Mailer (@driesvints)
  • feature #42532 [DependencyInjection] Sort services in service locator according to priority (@BoShurik)
  • feature #42502 [Serializer] Add support for collecting type error during denormalization (@lyrixx)
  • feature #40120 [Cache] Add CouchbaseCollectionAdapter compatibility with sdk 3.0.0 (@ajcerezo)
  • feature #42965 [Cache] Deprecate support for Doctrine Cache (@derrabus)
  • feature #41615 [Serializer] Add option to skip uninitialized typed properties (@vuryss)
  • feature #41566 [FrameworkBundle] Introduced new method for getting bundles config path (@a-menshchikov)
  • feature #42881 [Console] Add more context when CommandIsSuccessful fails (@yoannrenard)
  • feature #42900 [HttpFoundation] Add a flag to hasSession to distinguished session from factory (@jderusse)
  • feature #41390 [HttpKernel] Add session cookie handling in cli context (@alexander-schranz, @Nyholm)
  • feature #42800 Display the roles of the logged-in user in the Web Debug Toolbar (@NicoHaase)
  • feature #42872 [Mime] Update mime types (@fabpot)
  • feature #42039 [DependencyInjection] Autoconfigurable attributes on methods, properties and parameters (@ruudk)
  • feature #42710 [Mailer] Added OhMySMTP Bridge (@paul-oms)
  • feature #40987 [Config] Handle ignoreExtraKeys in config builder (@HypeMC)
  • feature #42426 [Notifier] Autoconfigure chatter.transport_factory (@ismail1432)
  • feature #42748 [Notifier] Add Esendex message ID to SentMessage object (@benr77)
  • feature #42526 [FrameworkBundle] Add BrowserKitAssertionsTrait::assertThatForBrowser (@koenreiniers)
  • feature #41527 [Ldap] Fixing the behaviour of getting LDAP Attributes (@mr-sven)
  • feature #42623 [ErrorHandler] Turn return-type annotations into deprecations by default + add mode to turn them into native types (@nicolas-grekas)
  • feature #42696 [Notifier] Mark Transport as final (@fabpot)
  • feature #42433 [Notifier] Add more explicit error if a SMSChannel doesn't have a Recipient (@ismail1432)
  • feature #42619 [Serializer] Deprecate support for returning empty, iterable, countable, raw object when normalizing (@lyrixx)
  • feature #42662 [Mailer] Consume a PSR-14 event dispatcher (@derrabus)
  • feature #42625 [DependencyInjection] Add service_closure() to the PHP-DSL (@HypeMC)
  • feature #42650 [Security] make TokenInterface::getUser() nullable to tell about unauthenticated tokens (@nicolas-grekas)
  • feature #42632 [Console] Deprecate HelperSet::setCommand() and getCommand() (@derrabus)
  • feature #41994 [Validator] Add support of nested attributes (@alexandre-daubois)
  • feature #42595 Fix incompatibilities with upcoming security 6.0 (@wouterj)
  • feature #42578 [Security] Deprecate legacy remember me services (@wouterj)
  • feature #42516 [Security] Deprecate built-in authentication entry points (@wouterj)
  • feature #42387 [Form] Deprecate calling FormErrorIterator::children() if the current element is not iterable (@W0rma)
  • feature #39641 [Yaml] Add --exclude and negatable --parse-tags option to lint:yaml command (@christingruber)
  • feature #42510 [Security] Deprecate remaining anonymous checks (@wouterj)
  • feature #42423 [Security] Deprecate AnonymousToken, non-UserInterface users, and token credentials (@wouterj)
  • feature #41954 [Filesystem] Add the Path class (@theofidry)
  • feature #42442 [FrameworkBundle] Deprecate AbstractController::get() and has() (@fabpot)
  • feature #42422 Clarify goals of AbstractController (@fabpot)
  • feature #42420 [Security] Deprecate legacy signatures (@wouterj)
  • feature #41754 [SecurityBundle] Create a smooth upgrade path for security factories (@wouterj)
  • feature #42198 [Security] Deprecate PassportInterface (@chalasr)
  • feature #42332 [HttpFoundation] Add litespeed_finish_request to Response (@thomas2411)
  • feature #42286 [HttpFoundation] Add SessionFactoryInterface (@kbond)
  • feature #42392 [HttpFoundation] Mark Request::get() internal (@ro0NL)
  • feature #39601 [Notifier] add SentMessageEvent and FailedMessageEvent (@ismail1432)
  • feature #42188 [Notifier] Add FakeChat Logger transport (@noniagriconomie)
  • feature #41522 [Notifier] Add TurboSms Bridge (@fre5h)
  • feature #42337 [Validator] Remove internal from ConstraintViolationAssertion (@jordisala1991)
  • feature #42123 [Notifier] Add FakeSMS Logger transport (@noniagriconomie)
  • feature #42297 [Serializer] Add support for serializing empty array as object (@lyrixx)
  • feature #42326 [Security] Deprecate remaining LogoutHandlerInterface implementations (@chalasr)
  • feature #42219 [Mailer] Add support of ping_threshold to SesTransportFactory (@Tyraelqp)
  • feature #40052 [ErrorHandler] Add button to copy the path where error is thrown (@lmillucci)
  • feature #38495 [Asset] [DX] Option to make asset manifests strict on missing item (@GromNaN)
  • feature #39828 [Translation] XliffLintCommand supports Github Actions annotations (@YaFou)
  • feature #39826 [TwigBridge] LintCommand supports Github Actions annotations (@YaFou)
  • feature #39141 [Notifier] Add Amazon SNS bridge (@adrien-chinour)
  • feature #42240 [Serializer] Add support for preserving empty object in object property (@lyrixx)
  • feature #42239 [Notifier] Add Yunpian Notifier Bridge (@welcoMattic)
  • feature #42195 [WebProfilerBundle] Redesigned the log section (@javiereguiluz)
  • feature #42163 [Messenger] [Redis] Prepare turning delete_after_ack to true in 6.0 (@chalasr)
  • feature #42180 [Notifier] Add bridge for smsc.ru (@kozlice)
  • feature #42137 [Finder] Make Comparator immutable (@derrabus)
  • feature #42127 [ExpressionLanguage] Store compiler and evaluator as closures (@derrabus)
  • feature #42094 [Notifier] [Slack] Throw error if maximum block limit is reached for slack message options (@norkunas)
  • feature #42050 [Security] Deprecate TokenInterface::isAuthenticated() (@chalasr)
  • feature #42090 [Notifier] [Slack] Include additional errors to slack notifier error message (@norkunas)
  • feature #41989 [Cache] make LockRegistry use semaphores when possible (@nicolas-grekas)
  • feature #41965 [Security] Deprecate "always authenticate" and "exception on no token" (@wouterj)
  • feature #41962 add ability to style doubles and integers independently (@1ma)
  • feature #40830 [Serializer] Add support of PHP backed enumerations (@alexandre-daubois)
  • feature #40908 [Cache] Deprecate DoctrineProvider (@derrabus)
  • feature #41717 Allow TranslatableMessage object in form option 'help' (@scuben)
  • feature #41705 [Notifier] add Mailjet SMS bridge (@jnadaud)
  • feature #41851 Add TesterTrait::assertCommandIsSuccessful() helper (@yoannrenard)
  • feature #39623 [Messenger] Added StopWorkerException (@lyrixx)
  • feature #41292 [Workflow] Add support for getting updated context after a transition (@lyrixx)
  • feature #41154 [Validator] Add support for ConstraintViolationList::createFromMessage() (@lyrixx)
  • feature #41874 [SecurityBundle] Hide security toolbar if no firewall matched (@wouterj)
  • feature #41375 [Notifier] Add MessageMedia Bridge (@vuphuong87)
  • feature #41923 [EventDispatcher] Deprecate configuring tags on RegisterListenersPass (@derrabus)
  • feature #41802 [Uid] Add NilUlid (@fancyweb)
  • feature #40738 [Notifier] Add options to Microsoft Teams notifier (@OskarStark)
  • feature #41172 [Notifier] Add Telnyx notifier bridge (@StaffNowa)
  • feature #41770 [HttpClient] Add default base_uri to MockHttpClient (@nicolas-grekas)
  • feature #41205 [TwigBridge] Add encore_entry_*_tags() to UndefinedCallableHandler, as no-op (@nicolas-grekas)
  • feature #41786 [FrameworkBundle] Add commented base64 version of secrets' keys (@nicolas-grekas)
  • feature #41432 [WebProfilerBundle] Improved the light/dark theme switching (@javiereguiluz)
  • feature #41540 [VarDumper] Add casters for Symfony UUIDs and ULIDs (@fancyweb)
  • feature #41530 [FrameworkBundle] Deprecate the public profiler service to private (@nicolas-grekas)
  • feature #41199 [FrameworkBundle] Deprecate the AdapterInterface autowiring alias, use CacheItemPoolInterface instead (@nicolas-grekas)
  • feature #41203 [FrameworkBundle] Add autowiring alias for HttpCache\StoreInterface (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/43937

Changelog (https://github.com/symfony/symfony/compare/v5.3.9...v5.3.10)

  • bug #43798 [Dotenv] Duplicate $_SERVER values in $_ENV if they don't exist (@fancyweb)
  • bug #43799 [PhpUnitBridge] fix symlink to bridge in docker by making its path relative (@nicolas-grekas)
  • bug #43801 [TwigBundle] fix auto-enabling assets/expression/routing/yaml/workflow extensions (@nicolas-grekas)
  • bug #43790 [String] Fix inflector for "zombies" (@acodispo)
  • bug #43781 [Messenger] Fix TraceableMessageBus implementation so it can compute caller even when used within a callback (@Ocramius)
  • bug #43589 [Lock] Fix incorrect return type in PostgreSqlStore (@GromNaN)
  • bug #43627 [Framework][Secrets] Fix service definition when local vault is disabled (@GromNaN)
  • bug #43579 [DependencyInjection] Fix autowiring tagged arguments from attributes (@Okhoshi)
  • bug #43655 [VarDumper] Fix dumping twig templates found in exceptions (@event15)
  • bug #43484 [Messenger] Fix Redis Transport when username is empty (@villfa)
  • bug #43659 Fix logging of impersonator introduced in 5.3 (@johanwilfer)
  • bug #43630 [Messenger] Fix unwrapping the Postgres connection in DBAL 3 (@derrabus)
  • bug #43568 [Messenger] fix: TypeError in PhpSerializer::encode() (@dsech)
  • bug #43591 [Config] Fix files sorting in GlobResource (@lyrixx)
  • bug #43569 [HttpClient] fix collecting debug info on destruction of CurlResponse (@nicolas-grekas)
  • bug #43545 [DependencyInjection] fix "url" env var processor (@nicolas-grekas)
  • bug #43537 [HttpClient] fix RetryableHttpClient when a response is canceled (@nicolas-grekas)
  • bug #43533 [Uid] fix 4 missing bits of entropy in UUIDv4 (@nicolas-grekas)
  • bug #43376 [Runtime] Fix class validation of composer "extra.runtime.class" (@piku235)
  • bug #43413 [VarDumper] Fix error with uninitialized XMLReader (@villfa)
  • bug #43439 [Notifier] [RocketChat] Fix undefined index for message id (@OskarStark)
  • bug #43408 [Notifier] Fix 'Undefined array key' error in FirebaseTransport (@villfa)
  • bug #43388 [Validator] Fixes URL validation for single-char subdomains (@DfKimera)
  • bug #41534 [Form] Fix ChoiceType to effectively set and use translator (@marek-binkowski-sim)
  • bug #43364 [Translation] Use symfony default locale when pulling translations from providers (@Yoann MOROCUTTI)
  • bug #43333 [HttpClient] fix missing kernel.reset tag on TraceableHttpClient services (@nicolas-grekas)
  • bug #43302 [Cache] Commit items implicitly only when deferred keys are requested (@Sergey Belyshkin)
  • bug #43330 [Cache][Lock] fix SQLSRV throws for method_exists() (@GDmac)
  • bug #43270 [VarDumper] Fix handling of "new" in initializers on PHP 8.1 (@nicolas-grekas)
  • bug #43312 [Translation] [Bridge] [Lokalise] do not export empty strings (@taranovegor)
  • bug #43277 [DependencyInjection] fix support for "new" in initializers on PHP 8.1 (@nicolas-grekas)
  • bug #43243 [HttpClient] accept headers when CURLE_RECV_ERROR is received before the content (@nicolas-grekas)
  • bug #43208 [Serializer] Attributes that extend serializer`s annotations are not ignored by the serialization process (@Alexander Onatskiy)
  • bug #43241 [PhpUnitBridge] Do not override correct triggering file for return type deprecations (@wouterj)
  • bug #43204 [Serializer] Fix denormalizing XML array with empty body (5.x) (@alexandre-daubois)
  • bug #43205 [Serializer] Fix denormalizing XML array with empty body (4.4) (@alexandre-daubois)
  • bug #43235 [Security] Remove annoying deprecation in UsageTrackingTokenStorage (@chalasr)

[PR] https://github.com/symfony/symfony/pull/43818

Changelog (https://github.com/symfony/symfony/compare/v5.3.7...v5.3.8)

  • bug #43206 [Workflow] Add missing audit-trail settings in framework workflow con… (@Stephan Wentz)
  • bug #42354 [Ldap][Security] Make LdapAuthenticator an EntryPoint (@dcp-dev, @chalasr)
  • bug #43146 [SecurityBundle] Fixed LogicException message of FirewallAwareTrait (@fkropfhamer)
  • bug #43158 [Cache] Fix invalidating tags on Redis <5 (@wouterj)
  • bug #43179 [Ldap] Fix resource type checks & docblocks on PHP 8.1 (@chalasr)
  • bug #43174 [Messenger] relax parameter type (@xabbuh)
  • bug #43137 [FrameworkBundle] Avoid secrets:decrypt-to-local command to fail (@noniagriconomie)
  • bug #43171 [VarDumper] fix dumping typed references from properties (@nicolas-grekas)
  • bug #43124 [Messenger] [Redis] Allow authentication with user and password (@GaryPEGEOT)
  • bug #39350 [FrameworkBundle] Remove translation data_collector BEFORE adding it to profiler (@l-vo)
  • bug #43115 [DependencyInjection] Fix iterator in ServiceConfigurator (@jderusse)
  • bug #43073 [Notifier] Update FirebaseTransport.php (@dima-gr)
  • bug #43031 [Form] Do not trim unassigned unicode characters (@simonberger)
  • bug #43058 [WebProfilerBundle] Fix displaying certain configs (@HypeMC)
  • bug #43022 [PhpUnitBridge] Track unsilenced deprecations only for userland (@nicolas-grekas)
  • bug #42979 [FrameworkBundle] fix session-related BC layer triggering deprecation (@nicolas-grekas)
  • bug #42672 [PropertyAccess] Fix Regression in PropertyAccessor::isWritable() (@haase-fabian)
  • bug #42976 [Mime] Allow array as input for RawMessage (@derrabus)
  • bug #42932 [Messenger] Support rediss in transport bridge (@RuslanZavacky)
  • bug #42771 [FrameworkBundle] Match 5.3 and 5.1 mailer configuration (@wizardz)
  • bug #42098 [PropertyInfo] Support for intersection types (@derrabus)
  • bug #42904 [Cache] Make sure PdoAdapter::prune() always returns a bool (@derrabus)
  • bug #42896 [HttpClient] Fix handling timeouts when responses are destructed (@nicolas-grekas)
  • bug #42862 [Framework] Clean "about" command help after Environment section was removed (@GromNaN)
  • bug #42835 [Cache] Fix implicit float to int cast (@derrabus)
  • bug #42831 [Mime] Update mime types (@fabpot)
  • bug #42830 [HttpKernel] Fix empty timeline in profiler (@nicodmf)
  • bug #42815 [DependencyInjection] Fix circular reference in autowired decorators (@shyim)
  • bug #42819 Fix tests failing with DBAL 3 (@derrabus)

[PR] https://github.com/symfony/symfony/pull/43211

Changelog (https://github.com/symfony/symfony/compare/v5.3.6...v5.3.7)

  • bug #42769 [HttpClient] Don't pass float to usleep() (@derrabus)
  • bug #42753 Cast ini_get to an integer to match expected type (@natewiebe13)
  • bug #42345 [Messenger] Remove indices in messenger table on MySQL to prevent deadlocks while removing messages when running multiple consumers (@jeroennoten)
  • bug #41378 [Messenger] Fix ErrorDetailsStamp denormalization (@wucdbm)
  • bug #42160 [Translation] Extract translatable content on twig set (@natewiebe13)
  • bug #42053 [Notifier] [Smsapi] fixed checking whether message is sent (@damlox)
  • bug #40744 allow null for framework.translator.default_path (@SimonHeimberg)
  • bug #39856 [DomCrawler] improve failure messages of the CrawlerSelectorTextContains constraint (@xabbuh)
  • bug #40545 [HttpFoundation] Fix isNotModified determination logic (@ol0lll)
  • bug #42368 [FrameworkBundle] Fall back to default configuration in debug:config and consistently resolve parameter values (@herndlm)
  • bug #41684 Fix Url Validator false positives (@sidz)
  • bug #42576 [Translation] Reverse fallback locales (@ro0NL)
  • bug #42721 Escape all special characters for parse_mode MARKDOWN_V2 (@thomas2411)
  • bug #42707 [Messenger] [AMQP] Do not leak any credentials when connection fails (@ruudk)
  • bug #42690 [Notifier] Firebase error handling (@mishaklomp)
  • bug #42628 [PropertyInfo] Support for the never return type (@derrabus)
  • bug #42685 Fix ProgressBar to correctly clear multi-line formats (@rtek)
  • bug #42649 [Translation] Fix message key handling for the Localise provider (@xepozz)
  • bug #42659 Ignoring X-Transport header while signing email with DKIM (@metaer)
  • bug #42585 [ExpressionLanguage] [Lexer] Remove PHP 8.0 polyfill (@nigelmann)
  • bug #42621 [Security] Don't produce TypeErrors for non-string CSRF tokens (@derrabus)
  • bug #42596 [Security] Fix wrong cache directive when using the new PUBLIC_ACCESS attribute (@wouterj)
  • bug #42445 [Cache] fix wiring async cache recomputing in debug mode (@nicolas-grekas)
  • bug #42365 [Cache] Do not add namespace argument to NullAdapter in CachePoolPass (@olsavmic)
  • bug #42331 [HttpKernel] always close open stopwatch section after handling kernel.request events (@xabbuh)
  • bug #42381 [Console] Don't pass null to preg_replace() (@derrabus)
  • bug #42347 Fix ServiceLocator indexing when service is decorated (@shyim)
  • bug #42380 [HttpFoundation] Don't pass null to strpos() (@derrabus)
  • bug #42377 [HttpKernel] Remove preloading legacy event dispatcher (@OskarStark)
  • bug #42260 Fix return types for PHP 8.1 (@derrabus)
  • bug #42360 [DoctrineBridge] Typehint against doctrine/persistence interfaces (@malarzm)
  • bug #42341 [Validator] Update MIR card scheme (@ossinkine)
  • bug #42321 [PasswordHasher] Fix usage of PasswordHasherAdapter in PasswordHasherFactory (@peter17)

[PR] https://github.com/symfony/symfony/pull/42790

Changelog (https://github.com/symfony/symfony/compare/v5.3.5...v5.3.6)

  • bug #42307 [Mailer] Fixed decode exception when sendgrid response is 202 (@rubanooo)
  • bug #42296 [Dotenv][Yaml] Remove PHP 8.0 polyfill (@derrabus)
  • bug #42274 [VarDumper] HtmlDumper::setDumpHeader() accepts null (@rrpadilla)
  • bug #42289 [HttpFoundation] Fixed type mismatch (@Toflar)
  • bug #42259 [Security] fix Check if it has session before getSession() (@mousezheng)

[PR] https://github.com/symfony/symfony/pull/42314

Changelog (https://github.com/symfony/symfony/compare/v5.2.13...v5.2.14)

  • bug #42307 [Mailer] Fixed decode exception when sendgrid response is 202 (@rubanooo)
  • bug #42296 [Dotenv][Yaml] Remove PHP 8.0 polyfill (@derrabus)
  • bug #42289 [HttpFoundation] Fixed type mismatch (@Toflar)

[PR] https://github.com/symfony/symfony/pull/42313

Changelog (https://github.com/symfony/symfony/compare/v5.3.4...v5.3.5)

  • bug #42270 [WebProfilerBundle] [WebProfiler] "empty" filter bugfix. Filter with name "empty" is not … (@luzrain)

[PR] https://github.com/symfony/symfony/pull/42278

Changelog (https://github.com/symfony/symfony/compare/v5.2.12...v5.2.13)

  • bug #42270 [WebProfilerBundle] [WebProfiler] "empty" filter bugfix. Filter with name "empty" is not … (@luzrain)

[PR] https://github.com/symfony/symfony/pull/42277

Changelog (https://github.com/symfony/symfony/compare/v5.3.3...v5.3.4)

  • bug #41504 [Translation] Fix default value for locales in translation push|pull commands (@welcoMattic)
  • bug #42243 [Translation] [Lokalise] Fix base_uri (@welcoMattic, @Nyholm)
  • bug #42212 [Lock] Handle lock with long key (@jderusse)
  • bug #42223 [Debug][ErrorHandler] Do not use the php80 polyfill (@nicolas-grekas)
  • bug #42207 [Console] fix table setHeaderTitle without headers (@a1812)
  • bug #42130 [Translation] fix fallback to Locale::getDefault() (@nicolas-grekas)
  • bug #42184 [Mailer] Make sure Http TransportException is not leaking (@Nyholm)
  • bug #42091 [Console] Run commands when implements SignalableCommandInterface without pcntl and they have'nt signals (@PaolaRuby)
  • bug #42150 [Form] Fix 'invalid_message' use in multiple ChoiceType (@alexandre-daubois)
  • bug #42183 [Notifier] Allow passing a previous throwable to exceptions (@derrabus)
  • bug #42185 [Notifier] Make sure Http TransportException is not leaking (@Nyholm)
  • bug #42182 [Notifier] Make sure Http TransportException is not leaking (@Nyholm)
  • bug #42173 [Messenger] [Redis] Fix auth option wrongly considered invalid (@chalasr)
  • bug #42174 Indicate compatibility with psr/log 2 and 3 (@derrabus)
  • bug #41897 [Security] fix #41891 Save hashed tokenValue in RememberMe cookie (@qurben)
  • bug #42156 Fix missing assignment (@Seldaek)
  • bug #42112 [HttpFoundation] fix FileBag under PHP 8.1 (@alexpott)
  • bug #42131 [PhpUnitBridge] Fix composer resolution on Windows (@Rainrider)
  • bug #42097 [DependencyInjection] Support for intersection types (@derrabus)
  • bug #42114 [HttpFoundation] Fix return types of SessionHandler::gc() (@derrabus)
  • bug #42099 [VarDumper] Support for intersection types (@derrabus)
  • bug #42011 [Cache] Support decorated Dbal drivers in PdoAdapter (@Jeroeny)
  • bug #42068 Add a Special Case for Translating Choices in en_US_POSIX (@chrisguitarguy)
  • bug #42074 Fix ctype_digit deprecation (@alexpott)
  • bug #42084 [WebProfilerBundle] Fix the values of some CSS properties (@javiereguiluz)
  • bug #42079 [FrameworkBundle] Fixed file operations in Sodium vault seal (@javiereguiluz)
  • bug #42078 [DoctrineBridge] [Doctrine Bridge] Fix an exception message (@javiereguiluz)
  • bug #42067 [Messenger] [Redis] Make auth option works (@welcoMattic)
  • bug #42054 [DoctrineBridge] fix setting default mapping type to attribute/annotation on php 8/7 respectively (@nicolas-grekas)
  • bug #42059 [Messenger] Fixed BC layer for RedeliveryStamp (@Nyholm)
  • bug #42060 [Messenger] AmqpTransport implements QueueReceiverInterface (@xabbuh)
  • bug #42049 [TwigBridge] do not render the same label id attribute twice (@xabbuh)
  • bug #42019 [DependencyInjection] Fix TaggedLocator attribute without indexAttribute argument (@Lucas Bäuerle)
  • bug #42032 [HttpKernel] recover from failed deserializations (@xabbuh)
  • bug #42035 [Messenger] Fix use_notify default value for PostgreSqlConnection (@tgalopin)
  • bug #42009 [Console] Fix save correct name in setDefaultCommand() for PHP8 (@a1812)
  • bug #41990 [Lock] fix derivating semaphore from key (@nicolas-grekas)
  • bug #41986 [Notifier] Fix TransportTestCase (@OskarStark)
  • bug #40529 [Translation] Missing translations from traits (@insekticid)
  • bug #41384 Fix SkippedTestSuite (@jderusse)
  • bug #41966 [Console] Revert "bug #41952 fix handling positional arguments" (@chalasr, @nicolas-grekas)
  • bug #41905 [EventDispatcher] Correct the called event listener method case (@JJsty1e)
  • bug #41961 [Serializer] Need to clear cache when updating Annotation Groups on Entities (@monteiro)
  • bug #41952 [Console] fix handling positional arguments (@nicolas-grekas)
  • bug #41917 Rethrow exception in DoctrineTokenProvider (@jderusse)
  • bug #41887 [PhpUnitBridge] Fix deprecation handler with PHPUnit 10 (@YaFou)

[PR] https://github.com/symfony/symfony/pull/42267

Changelog (https://github.com/symfony/symfony/compare/v5.2.11...v5.2.12)

  • bug #42212 [Lock] Handle lock with long key (@jderusse)
  • bug #42223 [Debug][ErrorHandler] Do not use the php80 polyfill (@nicolas-grekas)
  • bug #42207 [Console] fix table setHeaderTitle without headers (@a1812)
  • bug #42130 [Translation] fix fallback to Locale::getDefault() (@nicolas-grekas)
  • bug #42184 [Mailer] Make sure Http TransportException is not leaking (@Nyholm)
  • bug #42091 [Console] Run commands when implements SignalableCommandInterface without pcntl and they have'nt signals (@PaolaRuby)
  • bug #42150 [Form] Fix 'invalid_message' use in multiple ChoiceType (@alexandre-daubois)
  • bug #42183 [Notifier] Allow passing a previous throwable to exceptions (@derrabus)
  • bug #42182 [Notifier] Make sure Http TransportException is not leaking (@Nyholm)
  • bug #42173 [Messenger] [Redis] Fix auth option wrongly considered invalid (@chalasr)
  • bug #42174 Indicate compatibility with psr/log 2 and 3 (@derrabus)
  • bug #42112 [HttpFoundation] fix FileBag under PHP 8.1 (@alexpott)
  • bug #42131 [PhpUnitBridge] Fix composer resolution on Windows (@Rainrider)
  • bug #42097 [DependencyInjection] Support for intersection types (@derrabus)
  • bug #42114 [HttpFoundation] Fix return types of SessionHandler::gc() (@derrabus)
  • bug #42099 [VarDumper] Support for intersection types (@derrabus)
  • bug #42011 [Cache] Support decorated Dbal drivers in PdoAdapter (@Jeroeny)
  • bug #42068 Add a Special Case for Translating Choices in en_US_POSIX (@chrisguitarguy)
  • bug #42074 Fix ctype_digit deprecation (@alexpott)
  • bug #42084 [WebProfilerBundle] Fix the values of some CSS properties (@javiereguiluz)
  • bug #42079 [FrameworkBundle] Fixed file operations in Sodium vault seal (@javiereguiluz)
  • bug #42067 [Messenger] [Redis] Make auth option works (@welcoMattic)
  • bug #42054 [DoctrineBridge] fix setting default mapping type to attribute/annotation on php 8/7 respectively (@nicolas-grekas)
  • bug #42059 [Messenger] Fixed BC layer for RedeliveryStamp (@Nyholm)
  • bug #42049 [TwigBridge] do not render the same label id attribute twice (@xabbuh)
  • bug #42032 [HttpKernel] recover from failed deserializations (@xabbuh)
  • bug #42035 [Messenger] Fix use_notify default value for PostgreSqlConnection (@tgalopin)
  • bug #41990 [Lock] fix derivating semaphore from key (@nicolas-grekas)
  • bug #40529 [Translation] Missing translations from traits (@insekticid)
  • bug #41384 Fix SkippedTestSuite (@jderusse)
  • bug #41966 [Console] Revert "bug #41952 fix handling positional arguments" (@chalasr, @nicolas-grekas)
  • bug #41905 [EventDispatcher] Correct the called event listener method case (@JJsty1e)
  • bug #41952 [Console] fix handling positional arguments (@nicolas-grekas)
  • bug #41887 [PhpUnitBridge] Fix deprecation handler with PHPUnit 10 (@YaFou)

[PR] https://github.com/symfony/symfony/pull/42264
[EOL] End of life release for branch 5.2

Changelog (https://github.com/symfony/symfony/compare/v5.3.2...v5.3.3)

  • bug #41910 [Security] Handle concurency in Csrf DoctrineTokenProvider (@jderusse)
  • bug #41881 Fix SessionTokenStorage reuse with Request (@jderusse)
  • bug #41893 [Filesystem] Workaround cannot dumpFile into "protected" folders on Windows (@arnegroskurth)
  • bug #41896 [Messenger] fix FlattenExceptionNormalizer (@nicolas-grekas)
  • bug #41242 [SecurityBundle] Change information label from red to yellow (@94noni)
  • bug #41665 [HttpKernel] Keep max lifetime also when part of the responses don't set it (@mpdude)
  • bug #41760 [ErrorHandler] fix handling buffered SilencedErrorContext (@nicolas-grekas)
  • bug #41807 [HttpClient] fix Psr18Client when allow_url_fopen=0 (@nicolas-grekas)
  • bug #41735 [Runtime] Fix project dir variable when vendor not in project root (@Ash014)
  • bug #40857 [DependencyInjection] Add support of PHP enumerations (@alexandre-daubois)
  • bug #41767 [Config] fix tracking default values that reference the parent class (@nicolas-grekas)
  • bug #41768 [DependencyInjection] Fix binding "iterable $foo" when using the PHP-DSL (@nicolas-grekas)
  • bug #41777 [DependencyInjection] accept service locator definitions with no class (@nicolas-grekas)
  • bug #41801 [Uid] Fix fromString() with low base58 values (@fancyweb)
  • bug #41793 [Cache] handle prefixed redis connections when clearing pools (@nicolas-grekas)
  • bug #41804 [Cache] fix eventual consistency when using RedisTagAwareAdapter with a cluster (@nicolas-grekas)
  • bug #41773 [Cache] Disable locking on Windows by default (@nicolas-grekas)
  • bug #41655 [Mailer] fix encoding of addresses using SmtpTransport (@dmaicher)
  • bug #41663 [HttpKernel] [HttpCache] Keep s-maxage=0 from ESI sub-responses (@mpdude)
  • bug #41739 Avoid broken action URL in text notification mail (@mbrodala)
  • bug #41737 [Security] Fix special char used to create cache key (@jderusse)
  • bug #41701 [VarDumper] Fix tests for PHP 8.1 (@alexandre-daubois)
  • bug #41795 [FrameworkBundle] Replace var_export with VarExporter to use array short syntax in secrets list files (@alexandre-daubois)
  • bug #41779 [DependencyInjection] throw proper exception when decorating a synthetic service (@nicolas-grekas)
  • bug #41787 [Security] Implement fluent interface on RememberMeBadge::disable() (@derrabus)
  • bug #41776 [ErrorHandler] [DebugClassLoader] Do not check Phake mocks classes (@adoy)
  • bug #41780 [PhpUnitBridge] fix handling the COMPOSER_BINARY env var when using simple-phpunit (@Taluu)
  • bug #41755 [PasswordHasher] UserPasswordHasher only calls getSalt when method exists (@dbrumann)
  • bug #41670 [HttpFoundation] allow savePath of NativeFileSessionHandler to be null (@simon.chrzanowski)
  • bug #41751 [Messenger] prevent reflection usages when classes do not exist (@xabbuh)
  • bug #41747 [Security] Fixed 'security.command.debug_firewall' not found (@Nyholm)
  • bug #41741 [Security] Fix invalid RememberMe value after update (@jderusse)
  • bug #41744 [Security] Fix invalid cookie when migrating to new Security (@jderusse)
  • bug #41740 [Security] make the getter usable if no user identifier is set (@xabbuh)

[PR] https://github.com/symfony/symfony/pull/41916

Changelog (https://github.com/symfony/symfony/compare/v5.2.10...v5.2.11)

  • bug #41893 [Filesystem] Workaround cannot dumpFile into "protected" folders on Windows (@arnegroskurth)
  • bug #41896 [Messenger] fix FlattenExceptionNormalizer (@nicolas-grekas)
  • bug #41242 [SecurityBundle] Change information label from red to yellow (@94noni)
  • bug #41665 [HttpKernel] Keep max lifetime also when part of the responses don't set it (@mpdude)
  • bug #41760 [ErrorHandler] fix handling buffered SilencedErrorContext (@nicolas-grekas)
  • bug #41807 [HttpClient] fix Psr18Client when allow_url_fopen=0 (@nicolas-grekas)
  • bug #40857 [DependencyInjection] Add support of PHP enumerations (@alexandre-daubois)
  • bug #41767 [Config] fix tracking default values that reference the parent class (@nicolas-grekas)
  • bug #41768 [DependencyInjection] Fix binding "iterable $foo" when using the PHP-DSL (@nicolas-grekas)
  • bug #41801 [Uid] Fix fromString() with low base58 values (@fancyweb)
  • bug #41793 [Cache] handle prefixed redis connections when clearing pools (@nicolas-grekas)
  • bug #41804 [Cache] fix eventual consistency when using RedisTagAwareAdapter with a cluster (@nicolas-grekas)
  • bug #41773 [Cache] Disable locking on Windows by default (@nicolas-grekas)
  • bug #41655 [Mailer] fix encoding of addresses using SmtpTransport (@dmaicher)
  • bug #41663 [HttpKernel] [HttpCache] Keep s-maxage=0 from ESI sub-responses (@mpdude)
  • bug #41739 Avoid broken action URL in text notification mail (@mbrodala)
  • bug #41701 [VarDumper] Fix tests for PHP 8.1 (@alexandre-daubois)
  • bug #41795 [FrameworkBundle] Replace var_export with VarExporter to use array short syntax in secrets list files (@alexandre-daubois)
  • bug #41779 [DependencyInjection] throw proper exception when decorating a synthetic service (@nicolas-grekas)
  • bug #41776 [ErrorHandler] [DebugClassLoader] Do not check Phake mocks classes (@adoy)
  • bug #41780 [PhpUnitBridge] fix handling the COMPOSER_BINARY env var when using simple-phpunit (@Taluu)
  • bug #41670 [HttpFoundation] allow savePath of NativeFileSessionHandler to be null (@simon.chrzanowski)
  • bug #41751 [Messenger] prevent reflection usages when classes do not exist (@xabbuh)
  • bug #41616 [Messenger] Remove TLS related options when not using TLS (@odolbeau)
  • bug #41719 [FrameworkBundle] fix Could not find service "test.service_container" (@smilesrg)
  • bug #41674 [HttpClient] fix compat with cURL <= 7.37 (@nicolas-grekas)
  • bug #41656 [HttpClient] throw exception when AsyncDecoratorTrait gets an already consumed response (@nicolas-grekas)
  • bug #41644 [Config] fix tracking attributes in ReflectionClassResource (@nicolas-grekas)
  • bug #41621 [Process] Fix incorrect parameter type (@bch36)
  • bug #41624 [HttpClient] Revert bindto workaround for unaffected PHP versions (@derrabus)
  • bug #41549 [Security] Fix opcache preload with alias classes (@jderusse)
  • bug #41491 [Serializer] Do not allow to denormalize string with spaces only to valid a DateTime object (@sidz)
  • bug #41218 [DependencyInjection] Update loader’s directory when calling ContainerConfigurator::withPath (@MatTheCat)
  • bug #41505 [FrameworkBundle] fix KernelBrowser::loginUser with a stateless firewall (@dunglas)
  • bug #41509 [SecurityBundle] Link UserProviderListener to correct firewall dispatcher (@Matth--)
  • bug #41386 [Console] Escape synopsis output (@jschaedl)
  • bug #41495 [HttpFoundation] Add ReturnTypeWillChange to SessionHandlers (@nikic)

[PR] https://github.com/symfony/symfony/pull/41914

Changelog (https://github.com/symfony/symfony/compare/v5.3.1...v5.3.2)

  • security #cve-2021-32693 [SecurityHttp] Fix "Authentication granted with multiple firewalls" (@wouterj)
  • bug #41693 [Uid] fix performance and prevent collisions with the real clock_seq (@nicolas-grekas)
  • bug #41700 [Security] Fix deprecation notice on TokenInterface::getUser() stringable return (@tscni)
  • bug #41703 [Security] Restore extension point in MessageDigestPasswordEncoder (@derrabus)
  • bug #41716 [Messenger] Fix RequestContext not updated (@jderusse)
  • bug #41616 [Messenger] Remove TLS related options when not using TLS (@odolbeau)
  • bug #41719 [FrameworkBundle] fix Could not find service "test.service_container" (@smilesrg)
  • bug #41686 [Console] Fix using #[AsCommand] without DI (@nicolas-grekas)
  • bug #41673 [DependencyInjection] fix parsing classes for attributes (@nicolas-grekas)
  • bug #41675 [Runtime] fix overriding --env|-e with single-command apps (@nicolas-grekas)
  • bug #41674 [HttpClient] fix compat with cURL <= 7.37 (@nicolas-grekas)
  • bug #41680 [Console] fix managing signals when commands are lazy loaded (@nicolas-grekas)
  • bug #41678 [PasswordHasher] Fix missing PasswordHasherAwareInterface allowed type (@chalasr)
  • bug #41656 [HttpClient] throw exception when AsyncDecoratorTrait gets an already consumed response (@nicolas-grekas)
  • bug #41600 [Notifier] Escape . char for Telegram transport (@Clément)
  • bug #41644 [Config] fix tracking attributes in ReflectionClassResource (@nicolas-grekas)
  • bug #41621 [Process] Fix incorrect parameter type (@bch36)
  • bug #41624 [HttpClient] Revert bindto workaround for unaffected PHP versions (@derrabus)
  • bug #41597 [DependencyInjection] fix when@{env} inside imported files (@nusje2000)
  • bug #41553 [Messenger] fix BC for FrameworkBundle 4.4 with a non-existence alias being used (@monteiro)
  • bug #41582 Fix not null get collection key types (@dragosprotung)
  • bug #41572 [PasswordHasher] Prevent PHP fatal error when using auto algorithm (@matason)
  • bug #41549 [Security] Fix opcache preload with alias classes (@jderusse)
  • bug #41491 [Serializer] Do not allow to denormalize string with spaces only to valid a DateTime object (@sidz)
  • bug #41535 [Console] Fix negated options not accessible (@jderusse)
  • bug #41472 [Validator] remove service if its class doesn't exist (@xabbuh)
  • bug #41218 [DependencyInjection] Update loader’s directory when calling ContainerConfigurator::withPath (@MatTheCat)
  • bug #41505 [FrameworkBundle] fix KernelBrowser::loginUser with a stateless firewall (@dunglas)
  • bug #41509 [SecurityBundle] Link UserProviderListener to correct firewall dispatcher (@Matth--)
  • bug #41386 [Console] Escape synopsis output (@jschaedl)
  • bug #41523 [Notifier] [Bridge] Remove hidden dependency on HttpFoundation for SmsBiurasTransport (@fre5h)
  • bug #41512 Relax requirement on symfony/runtime (@lyrixx)

[PR] https://github.com/symfony/symfony/pull/41728
[SECURITY] Security release

Changelog (https://github.com/symfony/symfony/compare/v5.3.0...v5.3.1)

  • bug #41463 [Serializer][Validator] Fix not null return from "getCollectionValueTypes" (@jderusse)
  • bug #41493 [Security] Readd deprecated methods to the interfaces (@wouterj)
  • bug #41495 [HttpFoundation] Add ReturnTypeWillChange to SessionHandlers (@nikic)
  • bug #41485 [HttpKernel] fix ArgumentMetadataFactory messes up controller arguments with attributes (@sgehrig)
  • bug #41461 Fix Symfony 5.3 end of maintenance date (@jmsche)

[PR] https://github.com/symfony/symfony/pull/41510

Changelog (https://github.com/symfony/symfony/compare/v5.2.9...v5.2.10)

  • bug #41000 [Form] Use !isset for checks cause this doesn't falsely include 0 (@Kai Dederichs)
  • bug #41407 [DependencyInjection] keep container.service_subscriber tag on the decorated definition (@xabbuh)
  • bug #40866 [Filesystem] fix readlink() for Windows (@a1812)
  • bug #41394 [Form] fix support for years outside of the 32b range on x86 arch (@nicolas-grekas)
  • bug #41380 Make Mailgun Header compatible with other Bridges (@jderusse)
  • bug #39847 [Messenger] Fix merging PrototypedArrayNode associative values (@svityashchuk)
  • bug #41346 [WebProfilerBundle] Wrapping exception js in Sfjs check and also loading base_js Sfjs if needed (@weaverryan)
  • bug #41344 [VarDumper] Don't pass null to parse_url() (@derrabus)

[PR] https://github.com/symfony/symfony/pull/41488

Changelog (https://github.com/symfony/symfony/compare/v5.3.0-RC1...v5.3.0)

  • bug #41458 [FrameworkBundle] fix ConfigBuilderCacheWarmer (@nicolas-grekas)
  • bug #41456 [FrameworkBundle] fix creating ContainerBuilder at warmup/CLI time (@nicolas-grekas)
  • bug #41452 [FrameworkBundle] Remove redundant cache service (@derrabus)
  • bug #41451 [Translation] Remove PoEditor Provider (@welcoMattic)
  • bug #41000 [Form] Use !isset for checks cause this doesn't falsely include 0 (@Kai Dederichs)
  • bug #41407 [DependencyInjection] keep container.service_subscriber tag on the decorated definition (@xabbuh)
  • bug #40866 [Filesystem] fix readlink() for Windows (@a1812)
  • bug #41402 [HttpKernel] Throw when HttpKernel is created and the env is empty (@nicolas-grekas)
  • bug #41376 [SecurityBundle] Don't register deprecated listeners with authenticator manager enabled (@chalasr)
  • bug #41394 [Form] fix support for years outside of the 32b range on x86 arch (@nicolas-grekas)
  • bug #41380 Make Mailgun Header compatible with other Bridges (@jderusse)
  • bug #39847 [Messenger] Fix merging PrototypedArrayNode associative values (@svityashchuk)
  • bug #41367 [Ldap] Avoid calling the deprecated getUsername() (@derrabus)
  • bug #41346 [WebProfilerBundle] Wrapping exception js in Sfjs check and also loading base_js Sfjs if needed (@weaverryan)
  • bug #41344 [VarDumper] Don't pass null to parse_url() (@derrabus)

[PR] https://github.com/symfony/symfony/pull/41460

Changelog (https://github.com/symfony/symfony/compare/v5.3.0-BETA4...v5.3.0-RC1)

  • security #cve-2021-21424 [Security\Core] Fix user enumeration via response body on invalid credentials (@chalasr)
  • bug #41275 Fixes Undefined method call (@faizanakram99)
  • feature #41175 [Security] [RememberMe] Add support for parallel requests doing remember-me re-authentication (@Seldaek)
  • bug #41269 [SecurityBundle] Remove invalid unused service (@chalasr)
  • feature #41247 [Security] Deprecate the old authentication mechanisms (@chalasr)
  • bug #41139 [Security] [DataCollector] Remove allows anonymous information in datacollector (@ismail1432)
  • bug #41254 [Security\Http] Fix handling secure: auto using the new RememberMeAuthenticator (@chalasr)
  • bug #41230 [FrameworkBundle][Validator] Fix deprecations from Doctrine Annotations+Cache (@derrabus)
  • bug #41206 [Mailer] Fix SES API call with UTF-8 Addresses (@jderusse)
  • bug #41240 Fixed deprecation warnings about passing null as parameter (@derrabus)
  • bug #41241 [Finder] Fix gitignore regex build with "**" (@mvorisek)
  • bug #41224 [HttpClient] fix adding query string to relative URLs with scoped clients (@nicolas-grekas)
  • bug #41233 [DependencyInjection][ProxyManagerBridge] Don't call class_exists() on null (@derrabus)
  • bug #41214 [Console] fix registering command aliases when using the new "cmd|alias" syntax for names (@nicolas-grekas)
  • bug #41211 [Notifier] Add missing charset to content-type for Slack notifier (@norkunas)
  • bug #41210 [Console] Fix Windows code page support (@orkan)

[PR] https://github.com/symfony/symfony/pull/41283
[SECURITY] Security release

Changelog (https://github.com/symfony/symfony/compare/v5.2.8...v5.2.9)

  • security #cve-2021-21424 [Security\Core] Fix user enumeration via response body on invalid credentials (@chalasr)
  • bug #41275 Fixes Undefined method call (@faizanakram99)
  • bug #41269 [SecurityBundle] Remove invalid unused service (@chalasr)
  • bug #41139 [Security] [DataCollector] Remove allows anonymous information in datacollector (@ismail1432)
  • bug #41230 [FrameworkBundle][Validator] Fix deprecations from Doctrine Annotations+Cache (@derrabus)
  • bug #41206 [Mailer] Fix SES API call with UTF-8 Addresses (@jderusse)
  • bug #41240 Fixed deprecation warnings about passing null as parameter (@derrabus)
  • bug #41241 [Finder] Fix gitignore regex build with "**" (@mvorisek)
  • bug #41224 [HttpClient] fix adding query string to relative URLs with scoped clients (@nicolas-grekas)
  • bug #41233 [DependencyInjection][ProxyManagerBridge] Don't call class_exists() on null (@derrabus)
  • bug #41211 [Notifier] Add missing charset to content-type for Slack notifier (@norkunas)
  • bug #41210 [Console] Fix Windows code page support (@orkan)

[PR] https://github.com/symfony/symfony/pull/41279
[SECURITY] Security release

Changelog (https://github.com/symfony/symfony/compare/v5.3.0-BETA3...v5.3.0-BETA4)

  • security #cve-2021-21424 [Security][Guard] Prevent user enumeration (@chalasr)
  • feature #41178 [FrameworkBundle] Introduce AbstractController::renderForm() instead of handleForm() (@lyrixx)
  • feature #41182 [DependencyInjection] allow PHP-DSL files to be env-conditional (@nicolas-grekas)
  • bug #41177 [DependencyInjection] fix empty instanceof-conditionals created by AttributeAutoconfigurationPass (@nicolas-grekas)
  • bug #41176 [DependencyInjection] fix dumping service-closure-arguments (@nicolas-grekas)
  • bug #41174 [Console] Fix Windows code page support (@orkan)
  • bug #41173 [Security] Make Login Rate Limiter also case insensitive for non-ascii user identifiers (@Seldaek)
  • bug #41170 [DependencyInjection] Don't try to load YamlFileLoader if it's not actually needed (@nicolas-grekas)
  • bug #41168 WDT: Only load "Sfjs" if it is not present already (@weaverryan)
  • feature #36864 [Messenger] Ability to distinguish retry and delay actions (@theravel)
  • bug #41164 [FrameworkBundle] fix debug:event-dispatcher and debug:firewall (@nicolas-grekas)
  • feature #41161 [HttpClient] Add DecoratorTrait to ease writing simple decorators (@nicolas-grekas)
  • bug #41147 [Inflector][String] wrong plural form of words ending by "pectus" (@makraz)
  • bug #41160 [HttpClient] Don't prepare the request in ScopingHttpClient (@nicolas-grekas)
  • bug #41156 [Security] Make Login Rate Limiter case insensitive (@jderusse)
  • bug #41155 [Translation] Improved Translation Providers (@welcoMattic)
  • feature #40927 [Translation] Added Lokalise Provider (@welcoMattic)
  • feature #40926 [Translation] Added PoEditor Provider (@welcoMattic)
  • bug #41137 [Security] Reset limiters on successful login (@MatTheCat)
  • bug #41148 [Runtime] fix defining $_SERVER[APP_ENV] (@nicolas-grekas)
  • bug #40758 [Security] NullToken signature (@jderusse)
  • bug #40763 Fix/Rewrite .gitignore regex builder (@mvorisek)

[PR] https://github.com/symfony/symfony/pull/41196
[SECURITY] Security release

Changelog (https://github.com/symfony/symfony/compare/v5.2.7...v5.2.8)

  • security #cve-2021-21424 [Security][Guard] Prevent user enumeration (@chalasr)
  • bug #41176 [DependencyInjection] fix dumping service-closure-arguments (@nicolas-grekas)
  • bug #41174 [Console] Fix Windows code page support (@orkan)
  • bug #41173 [Security] Make Login Rate Limiter also case insensitive for non-ascii user identifiers (@Seldaek)
  • bug #41168 WDT: Only load "Sfjs" if it is not present already (@weaverryan)
  • bug #41147 [Inflector][String] wrong plural form of words ending by "pectus" (@makraz)
  • bug #41160 [HttpClient] Don't prepare the request in ScopingHttpClient (@nicolas-grekas)
  • bug #41156 [Security] Make Login Rate Limiter case insensitive (@jderusse)
  • bug #41137 [Security] Reset limiters on successful login (@MatTheCat)
  • bug #40758 [Security] NullToken signature (@jderusse)
  • bug #40763 Fix/Rewrite .gitignore regex builder (@mvorisek)
  • bug #41113 [Console] Fix Windows code page support (@orkan)
  • bug #40902 [Security] Allow ips parameter in access_control to accept comma-separated string (@edefimov)
  • bug #40980 [TwigBridge] Fix HTML for translatable custom-file label in Bootstrap 4 theme (@acran)
  • bug #40955 [Notifier] [Bridge] Fix missed messageId for SendMessage object in slack notifier (@WaylandAce)
  • bug #40943 [PropertyInfo] PhpDocExtractor: Handle "true" and "false" property types (@Maciej Zgadzaj)
  • bug #40759 [Form] Add missing TranslatableMessage support to choice_label option of ChoiceType (@alexandre-daubois)
  • bug #40917 [Config][DependencyInjection] Uniformize trailing slash handling (@dunglas)
  • bug #40699 [PropertyInfo] Make ReflectionExtractor correctly extract nullability (@shiftby)
  • bug #40874 [PropertyInfo] fix attribute namespace with recursive traits (@soullivaneuh)
  • bug #40957 [PhpUnitBridge] Fix tests with @doesNotPerformAssertions annotations (@alexpott)
  • bug #41099 [Cache] Check if phpredis version is compatible with stream parameter (@nicolassing)
  • bug #40982 [Notifier] Fix return SentMessage then Messenger not used (@WaylandAce)
  • bug #41072 [VarExporter] Add support of PHP enumerations (@alexandre-daubois)
  • bug #41104 Fix return type in isAllowedProperty method on ReflectionExtractor class (@Tomanhez)
  • bug #41078 [Notifier] Make FailoverTransport always pick the first transport (@jschaedl)
  • bug #41105 [Inflector][String] Fixed singularize edges > edge (@ruudk)
  • bug #41075 [ErrorHandler] Skip "same vendor" @method deprecations for Symfony\* classes unless symfony/symfony is being tested (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/41195
[SECURITY] Security release

Changelog (https://github.com/symfony/symfony/compare/v5.3.0-BETA2...v5.3.0-BETA3)

  • feature #40947 [Translation] Added Crowdin Translation Provider (@andrii-bodnar)
  • bug #41132 [Runtime] don't display the shebang on the CLI (@nicolas-grekas)
  • bug #41113 [Console] Fix Windows code page support (@orkan)
  • bug #40902 [Security] Allow ips parameter in access_control to accept comma-separated string (@edefimov)
  • bug #40980 [TwigBridge] Fix HTML for translatable custom-file label in Bootstrap 4 theme (@acran)
  • bug #40955 [Notifier] [Bridge] Fix missed messageId for SendMessage object in slack notifier (@WaylandAce)
  • bug #40943 [PropertyInfo] PhpDocExtractor: Handle "true" and "false" property types (@Maciej Zgadzaj)
  • bug #40759 [Form] Add missing TranslatableMessage support to choice_label option of ChoiceType (@alexandre-daubois)
  • bug #40917 [Config][DependencyInjection] Uniformize trailing slash handling (@dunglas)
  • bug #40699 [PropertyInfo] Make ReflectionExtractor correctly extract nullability (@shiftby)
  • bug #40874 [PropertyInfo] fix attribute namespace with recursive traits (@soullivaneuh)
  • bug #40957 [PhpUnitBridge] Fix tests with @doesNotPerformAssertions annotations (@alexpott)
  • bug #41099 [Cache] Check if phpredis version is compatible with stream parameter (@nicolassing)
  • bug #40982 [Notifier] Fix return SentMessage then Messenger not used (@WaylandAce)
  • bug #40972 Avoid regenerating the remember me token if it is still fresh (@Seldaek)
  • bug #41072 [VarExporter] Add support of PHP enumerations (@alexandre-daubois)
  • feature #40992 [Notifier] Add SlackOptions::threadTs() to send message as reply (@WaylandAce)
  • bug #41104 Fix return type in isAllowedProperty method on ReflectionExtractor class (@Tomanhez)
  • bug #41078 [Notifier] Make FailoverTransport always pick the first transport (@jschaedl)
  • feature #39157 [TwigBridge] Add form templates for Bootstrap 5 (@ker0x)
  • bug #41022 [PasswordHasher] Improved BC layer (@derrabus)
  • bug #41105 [Inflector][String] Fixed singularize edges > edge (@ruudk)
  • bug #41075 [ErrorHandler] Skip "same vendor" @method deprecations for Symfony\* classes unless symfony/symfony is being tested (@nicolas-grekas)
  • bug #41096 Make Serializable implementation internal and final (@derrabus)
  • bug #40994 [Config] More accurate message on invalid config builder (@a-menshchikov)
  • bug #40767 [Routing] Fix localized paths (@l-vo)

[PR] https://github.com/symfony/symfony/pull/41144

Changelog (https://github.com/symfony/symfony/compare/v5.3.0-BETA1...v5.3.0-BETA2)

  • feature #41002 [FrameworkBundle][HttpKernel] Move IDE file link formats from FrameworkExtension to FileLinkFormatter (@MatTheCat)
  • bug #41014 [Routing] allow extending Route attribute (@robmro27)
  • feature #39913 [OptionsResolver] Add prototype definition support for nested options (@yceruto)
  • bug #41008 [Security] Do not try to rehash null-passwords (@tjveldhuizen)
  • bug #41013 [Console] Remove spaces between arguments GithubActionReporter (@franmomu)
  • bug #40920 [PasswordHasher] accept hashing passwords with nul bytes or longer than 72 bytes when using bcrypt (@nicolas-grekas)
  • bug #40993 [Security] [Security/Core] fix checking for bcrypt (@nicolas-grekas)
  • bug #40986 [Console] Negatable option are null by default (@jderusse)
  • bug #40923 [Yaml] expose references detected in inline notation structures (@xabbuh)
  • bug #40951 [FrameworkBundle] Make debug:event-dispatcher search case insensitive (@javiereguiluz)
  • bug #40966 [Messenger] fix manual amqp setup when autosetup disabled (@Tobion)
  • bug #40956 [Config] [ConfigBuilder] Set FQCN as properties type instead of class name (@MatTheCat)
  • bug #40964 [HttpFoundation] Fixes for PHP 8.1 deprecations (@jrmajor)
  • bug #40950 [Config] Remove double semicolons from autogenerated config classes (@HypeMC)
  • bug #40903 [Config] Builder: Remove typehints and allow for EnvConfigurator (@Nyholm)
  • bug #40919 [Mailer] use correct spelling when accessing the SMTP php.ini value (@xabbuh)
  • bug #40514 [Yaml] Allow tabs as separators between tokens (@bertramakers)
  • bug #40882 [Cache] phpredis: Added full TLS support for RedisCluster (@jackthomasatl)
  • feature #38475 [Translation] Adding Translation Providers (@welcoMattic)
  • bug #40877 [Config] Make sure one can build cache on Windows and then run in (Docker) Linux (@Nyholm)
  • bug #40878 [Config] Use plural name on array values (@Nyholm)
  • bug #40872 [DependencyInjection] [AliasDeprecatedPublicServicesPass] Noop when the service is private (@fancyweb)
  • feature #40800 [DependencyInjection] Add #[Target] to tell how a dependency is used and hint named autowiring aliases (@nicolas-grekas)
  • bug #40859 [Config] Support extensions without configuration in ConfigBuilder warmup (@wouterj)
  • bug #40852 [Notifier] Add missing entries in scheme to package map (@jschaedl)

[PR] https://github.com/symfony/symfony/pull/41019

Changelog (https://github.com/symfony/symfony/compare/v5.2.6...v5.2.7)

  • bug #41008 [Security] Do not try to rehash null-passwords (@tjveldhuizen)
  • bug #40993 [Security] [Security/Core] fix checking for bcrypt (@nicolas-grekas)
  • bug #40923 [Yaml] expose references detected in inline notation structures (@xabbuh)
  • bug #40964 [HttpFoundation] Fixes for PHP 8.1 deprecations (@jrmajor)
  • bug #40919 [Mailer] use correct spelling when accessing the SMTP php.ini value (@xabbuh)
  • bug #40514 [Yaml] Allow tabs as separators between tokens (@bertramakers)
  • bug #40882 [Cache] phpredis: Added full TLS support for RedisCluster (@jackthomasatl)
  • bug #40872 [DependencyInjection] [AliasDeprecatedPublicServicesPass] Noop when the service is private (@fancyweb)
  • bug #40802 [FrameworkBundle] Fix array controller link in debug:router (@fancyweb)
  • bug #40793 [DoctrineBridge] Add support for a driver type "attribute" (@beberlei)
  • bug #40807 RequestMatcher issue when _controller is a closure (@Plopix)
  • bug #40811 [PropertyInfo] Use the right context for methods defined in traits (@colinodell)
  • bug #40791 [WebProfilerBundle] Use ControllerReference instead of URL in twig render() (@Foxprodev)
  • bug #40330 [SecurityBundle] Empty line starting with dash under "access_control" causes all rules to be skipped (@monteiro)
  • bug #40780 [Cache] Apply NullAdapter as Null Object (@roukmoute)
  • bug #40740 [Cache][FrameworkBundle] Fix logging for TagAwareAdapter (@fancyweb)
  • bug #40755 [Routing] Better inline requirements and defaults parsing (@Foxprodev)
  • bug #40754 [PhpUnitBridge] Fix phpunit symlink on Windows (@johnstevenson)
  • bug #40660 [Form] Fix 'invalid_message' use in multiple ChoiceType (@alexandre-daubois)
  • bug #40707 [Yaml] Fixed infinite loop when parser goes through an additional and invalid closing tag (@alexandre-daubois)
  • bug #40698 [Console] Add Helper::width() and Helper::length() (@Nyholm, @grasmash)
  • bug #40679 [Debug][ErrorHandler] Avoid warning with Xdebug 3 with develop mode disabled (@Jean85)
  • bug #40702 [HttpClient] allow CurlHttpClient on Windows (@n0rbyt3)
  • bug #40503 [Yaml] fix parsing some block sequences (@a1812)
  • bug #40610 Fixed bugs found by psalm (@Nyholm)
  • bug #40603 [Config] Fixed support for nodes not extending BaseNode (@Nyholm)
  • bug #40658 [RateLimiter] Fix sleep value (@jderusse)
  • bug #40645 [FrameworkBundle] Dont store cache misses on warmup (@Nyholm)
  • bug #40629 [DependencyInjection] Fix "url" env var processor behavior when the url has no path (@fancyweb)
  • bug #40655 [Cache] skip storing failure-to-save as misses in ArrayAdapter (@nicolas-grekas)
  • bug #40522 [Serializer] Allow AbstractNormalizer to use null for non-optional nullable constructor parameters without default value (@Pierre Rineau)
  • bug #40595 add missing queue_name to find(id) in doctrine messenger transport (@monteiro)
  • bug #40619 [FrameworkBundle] dont access the container to configure http_cache (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/41018

Changelog (https://github.com/symfony/symfony/compare/v5.2.6...v5.3.0-BETA1)

  • feature #40838 [SecurityBundle] Deprecate public services to private (@fancyweb)
  • feature #40782 [DependencyInjection] Add #[When(env: 'foo')] to skip autoregistering a class when the env doesn't match (@nicolas-grekas)
  • feature #40840 [Security] Add passport to AuthenticationTokenCreatedEvent (@scheb)
  • feature #40799 [FrameworkBundle] Add AbstractController::handleForm() helper (@dunglas)
  • feature #40646 [Notifier] Add MessageBird notifier bridge (@StaffNowa)
  • feature #40804 [Config][FrameworkBundle] Add CacheWarmer for ConfigBuilder (@Nyholm)
  • feature #40814 Remove the experimental flag from the authenticator system 🚀 (@chalasr)
  • feature #40690 [Form] Add support for sorting fields (@yceruto)
  • feature #40691 [Notifier] Add SmsBiuras notifier bridge (@StaffNowa)
  • feature #40406 [DependencyInjection] Autowire arguments using attributes (@derrabus, @nicolas-grekas)
  • feature #40155 [Messenger] Support Redis Cluster (@nesk)
  • feature #40600 [Config][DependencyInjection] Add configuration builder for writing PHP config (@Nyholm)
  • feature #40171 [Workflow] Add Mermaid.js dumper (@eFrane)
  • feature #40761 [MonologBridge] Reset loggers on workers (@l-vo)
  • feature #40785 [Security] Deprecate using UsageTrackingTokenStorage outside the request-response cycle (@wouterj)
  • feature #40718 [Messenger] Add X-Ray trace header support to the SQS transport (@WaylandAce)
  • feature #40682 [DependencyInjection] Add env() and EnvConfigurator in the PHP-DSL (@fancyweb)
  • feature #40145 [Security] Rework the remember me system (@wouterj)
  • feature #40695 [Console] Deprecate Helper::strlen() for width() and length() (@Nyholm)
  • feature #40486 [Security] Add concept of required passport badges (@wouterj)
  • feature #39007 [Notifier] Add notifier for Microsoft Teams (@idetox)
  • feature #40710 [Serializer] Construct annotations using named arguments (@derrabus)
  • feature #40647 [Notifier] [FakeChat] Added the bridge (@OskarStark)
  • feature #40607 [Notifier] Add LightSms notifier bridge (@Vasilij Dusko, @StaffNowa)
  • feature #40576 [Mime] Remove @internal from Headers methods (@VincentLanglet)
  • feature #40575 [FrameworkBundle][HttpKernel][TwigBridge] Add an helper to generate fragments URL (@dunglas)
  • feature #38468 Messenger multiple failed transports (@monteiro)
  • feature #39949 [Notifier] [FakeSms] Add the bridge (@JamesHemery)
  • feature #40403 [Security] Rename UserInterface::getUsername() to getUserIdentifier() (@wouterj)
  • feature #40602 [Cache] Support a custom serializer in the ApcuAdapter class (@ste93cry)
  • feature #40449 [TwigBridge] add tailwindcss form layout (@kbond)
  • feature #40567 [Security] Move the badges resolution check to AuthenticatorManager (@chalasr)
  • feature #40300 [HttpFoundation] Add support for mysql unix_socket and charset in PdoSessionHandler::buildDsnFromUrl (@bcremer, @Nyholm)
  • feature #40153 [Security] LoginLink with specific locale (@roromix)
  • feature #40489 [Serializer] Add a Custom End Of Line in CSV File (@xfifix)
  • feature #40554 [Contracts] Add TranslatorInterface::getLocale() (@nicolas-grekas)
  • feature #40556 Add #[As-prefix] to service attributes (@nicolas-grekas)
  • feature #40555 [HttpKernel] Add #[AsController] attribute for declaring standalone controllers on PHP 8 (@nicolas-grekas)
  • feature #40550 [Notifier] Move abstract test cases to namespace (@OskarStark)
  • feature #40530 [Uid] Handle predefined namespaces keywords "dns", "url", "oid" and "x500" (@fancyweb)
  • feature #40536 [HttpFoundation][HttpKernel] Rename master request to main request (@derrabus)
  • feature #40513 [Runtime] make GenericRuntime ... generic (@nicolas-grekas)
  • feature #40430 [Form] Add "form_attr" FormType option (@cristoforocervino)
  • feature #38488 [Validator] Add normalizer option to Unique constraint (@henry2778)
  • feature #40487 [Security] Remove deprecated support for passing a UserInterface implementation to Passport (@wouterj)
  • feature #40443 [Security] Rename User to InMemoryUser (@chalasr)
  • feature #40468 Deprecate configuring tag names and service ids in compiler passes (@nicolas-grekas)
  • feature #40248 [DependencyInjection] Add #[TaggedItem] attribute for defining the index and priority of classes found in tagged iterators/locators (@nicolas-grekas)
  • feature #40240 [Validator] Add Validation::createIsValidCallable() that returns a boolean instead of exception (@wouterj)
  • feature #40366 [FrameworkBundle] Add KernelTestCase::getContainer() (@Nyholm)
  • feature #40441 [WebProfilerBundle] Disable CSP if dumper was used (@monojp)
  • feature #40448 [twig-bridge] Allow NotificationEmail to be marked as public (@maxailloud)
  • feature #38465 [Runtime] a new component to decouple applications from global state (@nicolas-grekas)
  • feature #40432 [HttpKernel] Deprecate returning a ContainerBuilder from KernelInterface::registerContainerConfiguration() (@nicolas-grekas)
  • feature #40337 [DependencyInjection] Add support an integer return for default_index_method (@maranqz)
  • feature #39693 [PropertyAccess] use bitwise flags to configure when the property accessor should throw (@xabbuh)
  • feature #40267 [Security] Decouple passwords from UserInterface (@chalasr)
  • feature #40377 [Notifier] [OvhCloud] Add "sender" (@notFloran)
  • feature #40384 [DependencyInjection] Implement psr/container 1.1 (@derrabus)
  • feature #40229 [FrameworkBundle][Translation] Extract translation IDs from all of src (@natewiebe13)
  • feature #40338 [FrameworkBundle] Add support for doctrine/annotations:1.13 || 2.0 (@Nyholm)
  • feature #40323 [TwigBridge][TwigBundle] Twig serialize filter (@jrushlow)
  • feature #40339 [RateLimiter][Security] Add a login_throttling.interval (in security.firewalls) option to change the default throttling interval. (@damienfa, @wouterj)
  • feature #40307 [HttpKernel] Handle multi-attribute controller arguments (@chalasr)
  • feature #40284 [RateLimiter][Security] Allow to use no lock in the rate limiter/login throttling (@wouterj)
  • feature #39607 [Messenger] Add rediss:// DSN scheme support for TLS to Redis transport (@njutn95)
  • feature #40306 [HttpClient] Add HttpClientInterface::withOptions() (@nicolas-grekas)
  • feature #39883 [Uid] Add Generate and Inspect commands (@fancyweb)
  • feature #40140 [DependencyInjection] Add ContainerBuilder::willBeAvailable() to help with conditional configuration (@nicolas-grekas)
  • feature #40266 [Routing] Construct Route annotations using named arguments (@derrabus)
  • feature #40288 Deprecate passing null as $message or $code to exceptions (@derrabus)
  • feature #40298 [Form] Remove hard dependency on symfony/intl (@Nyholm)
  • feature #40214 [FrameworkBundle] allow container/routing configurators to vary by env (@nicolas-grekas)
  • feature #40257 [Intl] Add Currencies::getCashFractionDigits() and Currencies::getCashRoundingIncrement() (@nicolas-grekas)
  • feature #39326 [Security] Added debug:firewall command (@TimoBakx)
  • feature #40234 [Console] Add ConsoleCommand attribute for declaring commands on PHP 8 (@nicolas-grekas)
  • feature #39897 [DependencyInjection] Autoconfigurable attributes (@derrabus)
  • feature #39804 [DependencyInjection] Add #[Autoconfigure] to help define autoconfiguration rules (@nicolas-grekas)
  • feature #40174 [Mailer] AWS SES transport Source ARN header support (@chekalsky)
  • feature #38473 [Framework] Add tag assets.package to register asset packages (@GromNaN)
  • feature #39399 [Serializer] Allow to provide (de)normalization context in mapping (@ogizanagi)
  • feature #40202 [Workflow] Deprecate InvalidTokenConfigurationException (@chalasr)
  • feature #40176 [PasswordHasher] Use bcrypt as default hash algorithm for "native" and "auto" (@chalasr)
  • feature #40048 [FrameworkBundle] Deprecate session.storage service (@jderusse)
  • feature #40169 [DependencyInjection] Negated (not:) env var processor (@bpolaszek)
  • feature #39802 [Security] Extract password hashing from security-core - with proper wording (@chalasr)
  • feature #40143 [Filesystem] improve messages on failure (@nicolas-grekas)
  • feature #40144 [Filesystem] Remove dirs atomically if possible (@nicolas-grekas)
  • feature #39507 [Uid] Add UidFactory to create Ulid and Uuid from timestamps and randomness/nodes (@fancyweb)
  • feature #39688 [FrameworkBundle][Messenger] Added RouterContextMiddleware (@jderusse)
  • feature #40102 [Notifier] [Firebase] Add data field to options (@Raresmldvn)
  • feature #39978 [DoctrineBridge] Make subscriber and listeners prioritizable (@jderusse)
  • feature #39732 [Routing] don't decode nor double-encode already encoded slashes when generating URLs (@nicolas-grekas)
  • feature #39893 [HttpKernel] Show full URI when route not found (@ruudk)
  • feature #40059 [PhpUnitBridge] Add SYMFONY_PHPUNIT_REQUIRE env variable (@acasademont)
  • feature #39948 [Notifier] [SpotHit] Add the bridge (@JamesHemery)
  • feature #38973 [Messenger] Allow to limit consumer to specific queues (@dbu)
  • feature #40029 [DoctineBridge] Remove UuidV*Generator classes (@nicolas-grekas)
  • feature #39976 [Console] Add bright colors to console. (@CupOfTea696)
  • feature #40028 [Semaphore] remove "experimental" status (@jderusse)
  • feature #38616 [FrameworkBundle][HttpFoundation][Security] Deprecate service "session" (@jderusse)
  • feature #40010 [Uid] remove "experimental" status (@nicolas-grekas)
  • feature #40012 [Uid] Add RFC4122 UUID namespaces as constants (@nicolas-grekas)
  • feature #40008 [Uid] Replace getTime() with getDateTime() (@fancyweb)
  • feature #39910 [FrameworkBundle] Command cache:pool:clear warns and fails when one of the pools fails to clear (@jderusse)
  • feature #39699 [String] Made AsciiSlugger fallback to parent locale's symbolsMap (@jontjs)
  • feature #39971 [Cache] Change PDO cache table collate from utf8_bin to utf8mb4_bin (@pdragun)
  • feature #38922 [Notifier] Add notifier for Clickatell (@Kevin Auivinet, @Kevin Auvinet, @ke20)
  • feature #39587 [Notifier] [Mobyt] Change ctor signature and validate message types (@OskarStark)
  • feature #39919 [Security] Randomize CSRF token to harden BREACH attacks (@jderusse)
  • feature #39850 [Uid] Add fromBase58(), fromBase32(), fromRfc4122() and fromBinary() methods (@fancyweb)
  • feature #39904 [Console] add option --short to the list command (@nicolas-grekas)
  • feature #39851 [Console] enable describing commands in ways that make the list command lazy (@nicolas-grekas)
  • feature #39838 [Notifier] Add Gitter Bridge (@christingruber)
  • feature #39342 [Notifier] Add mercure bridge (@mtarld)
  • feature #39863 [Form][Uid] Add UlidType and UuidType form types (@Gemorroj)
  • feature #39806 [DependencyInjection] Add a remove() method to the PHP configurator (@dunglas)
  • feature #39843 [FrameworkBundle] Add renderForm() helper setting the appropriate HTTP status code (@dunglas)
  • feature #39852 [Security] RoleHierarchy returns an unique array of roles (@lyrixx)
  • feature #39855 [HttpFoundation] deprecate the NamespacedAttributeBag class (@xabbuh)
  • feature #39579 [Notifier] [GoogleChat] [BC BREAK] Rename threadKey parameter to thread_key + set parameter via ctor (@OskarStark)
  • feature #39617 [Notifier] Add AllMySms Bridge (@qdequippe)
  • feature #39702 [Notifier] Add Octopush notifier transport (@aurelienheyliot)
  • feature #39568 [Notifier] Add GatewayApi bridge (@Piergiuseppe Longo)
  • feature #39585 [Notifier] Change Dsn api (@OskarStark)
  • feature #39675 [Serializer] [UidNormalizer] Add normalization formats (@fancyweb)
  • feature #39457 [Notifier] [DX] Dsn::getRequiredOption() (@OskarStark)
  • feature #39098 [PhpUnitBridge] Add log file option for deprecations (@michaelKaefer)
  • feature #39642 [Console] Support binary / negatable options (@greg-1-anderson, @jderusse)
  • feature #39051 [WebProfilerBundle] Possibility to dynamically set mode (@brusch)
  • feature #39701 [Lock] Create flock directory (@jderusse)
  • feature #39696 [DoctrineBridge] Deprecate internal test helpers in Test namespace (@wouterj)
  • feature #39684 [DomCrawler] deprecate parents() in favor of ancestors() (@xabbuh)
  • feature #39666 [FrameworkBundle][HttpFoundation] add assertResponseFormatSame() (@dunglas)
  • feature #39660 [Messenger] Deprecate option prefetch_count (@jderusse)
  • feature #39577 [Serializer] Migrate ArrayDenormalizer to DenormalizerAwareInterface (@derrabus)
  • feature #39020 [PropertyInfo] Support multiple types for collection keys & values (@Korbeil)
  • feature #39557 [Notifier] [BC BREAK] Final classes (@OskarStark)
  • feature #39592 [Notifier] [BC BREAK] Change constructor signature for Mattermost and Esendex transport (@OskarStark)
  • feature #39643 [PhpUnitBridge] Remove obsolete polyfills (@derrabus)
  • feature #39606 [Notifier] [Slack] Validate token syntax (@OskarStark)
  • feature #39549 [Notifier] [BC BREAK] Fix return type (@OskarStark)
  • feature #39096 [Notifier] add iqsms bridge (@alexandrbarabolia)
  • feature #39493 [Notifier] Introduce LengthException (@OskarStark)
  • feature #39484 [FrameworkBundle] Allow env variables in json_manifest_path (@jderusse)
  • feature #39480 [FrameworkBundle] Add "mailer" monolog channel to mailer transports (@chalasr)
  • feature #39419 [PhpUnitBridge] bump "php" to 7.1+ and "phpunit" to 7.5+ (@nicolas-grekas)
  • feature #39410 [Notifier] Add HeaderBlock for slack notifier (@norkunas)
  • feature #39365 [Notifier] [DX] UnsupportedMessageTypeException for notifier transports (@OskarStark)
  • feature #38469 [Form] Add "choice_translation_parameters" option (@VincentLanglet)
  • feature #39352 [TwigBridge] export concatenated translations (@Stephen)
  • feature #39378 [Messenger] Use "warning" instead of "error" log level for RecoverableException (@lyrixx)
  • feature #38622 [BrowserKit] Allowing body content from GET with a content-type (@thiagomp)
  • feature #39363 [Cache] Support Redis Sentinel mode when using phpredis/phpredis extension (@renan)
  • feature #39340 [Security] Assert voter returns valid decision (@jderusse)
  • feature #39327 [FrameworkBundle] Add validator.expression_language service (@fbourigault)
  • feature #39276 [FrameworkBundle] Added option to specify the event dispatcher in debug:event-dispatcher (@TimoBakx)
  • feature #39042 [Console] Extracting ProgressBar's format's magic strings into const (@CesarScur)
  • feature #39323 Search for pattern on debug:event-dispatcher (@Nyholm)
  • feature #39317 [Form] Changed DataMapperInterface $forms parameter type to \Traversable (@vudaltsov)
  • feature #39258 [Notifier] Add ContextBlock for slack notifier (@norkunas)
  • feature #39300 [Notifier] Check for maximum number of buttons in slack action block (@malteschlueter)
  • feature #39097 [DomCrawler] Cache discovered namespaces (@simonberger, @fabpot)
  • feature #39037 [Ldap] Ldap Entry case-sensitive attribute key option (@karlshea)
  • feature #39146 [Console] Added Invalid constant into Command Class (@TheGarious)
  • feature #39075 [Messenger]  Allow InMemoryTransport to serialize message (@tyx)
  • feature #38982 [Console][Yaml] Linter: add Github annotations format for errors (@ogizanagi)
  • feature #38846 [Messenger] Make all the dependencies of AmazonSqsTransport injectable (@jacekwilczynski)
  • feature #38596 [BrowserKit] Add jsonRequest function to the browser-kit client (@alexander-schranz)
  • feature #38998 [Messenger][SQS] Make sure one can enable debug logs (@Nyholm)
  • feature #38974 [Intl] deprecate polyfills in favor of symfony/polyfill-intl-icu (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/40853

Changelog (https://github.com/symfony/symfony/compare/v5.2.5...v5.2.6)

  • bug #40598 [Form] error if the input string couldn't be parsed as a date (@xabbuh)
  • bug #40587 [HttpClient] fix using stream_copy_to_stream() with responses cast to php streams (@nicolas-grekas)
  • bug #40510 [Form] IntegerType: Always use en for IntegerToLocalizedStringTransformer (@Warxcell)
  • bug #40593 Uses the correct assignment action for console options depending if they are short or long (@topikito)
  • bug #40535 [HttpKernel] ConfigDataCollector to return known data without the need of a Kernel (@topikito)
  • bug #40552 [Translation] Fix update existing key with existing +int-icu domain (@Alexis)
  • bug #40541 Fixed parsing deprecated definitions without message key (@adamwojs)
  • bug #40537 [Security] Handle properly 'auto' option for remember me cookie security (@fliespl)
  • bug #40524 [Console] fix emojis messing up the line width (@MarionLeHerisson)
  • bug #40506 [Validator] Avoid triggering the autoloader for user-input values (@Seldaek)
  • bug #40544 [FrameworkBundle] ensure TestBrowserToken::$firewallName is serialized (@kbond)
  • bug #40547 [RateLimiter] Security hardening - Rate limiter (@jderusse)
  • bug #40538 [HttpClient] remove using $http_response_header (@nicolas-grekas)
  • bug #40508 [PhpUnitBridge] fix reporting deprecations from DebugClassLoader (@nicolas-grekas)
  • bug #40497 [HttpFoundation] enable HTTP method overrides as early as possible with the HTTP cache (@xabbuh)
  • bug #40348 [Console] Fix line wrapping for decorated text in block output (@grasmash)
  • bug #40499 [Inflector][String] Fixed pluralize "coupon" (@Nyholm)
  • bug #40494 [PhpUnitBridge] fix compat with symfony/debug (@nicolas-grekas)
  • bug #40453 [VarDumper] Adds support for ReflectionUnionType to VarDumper (@Michael Nelson, @michaeldnelson)
  • bug #40460 Correctly clear lines for multi-line progress bar messages (@grasmash)
  • bug #40490 [Security] Add XML support for authenticator manager (@wouterj)
  • bug #40242 [ErrorHandler] Fix error caused by include + open_basedir (@stlrnz)
  • bug #40368 [FrameworkBundle] Make the TestBrowserToken interchangeable with other tokens (@Seldaek)
  • bug #40450 [Console] ProgressBar clears too many lines on update (@danepowell)
  • bug #40178 [FrameworkBundle] Exclude unreadable files when executing About command (@michaljusiega)
  • bug #40472 [Bridge\Twig] Add 'form-control-range' for range input type (@Oviglo)
  • bug #40481 make async-ses required (@jderusse)
  • bug #39866 [Mime] Escape commas in address names (@YaFou)
  • bug #40373 Check if templating engine supports given view (@fritzmg)
  • bug #39992 [Security] Refresh original user in SwitchUserListener (@AndrolGenhald)
  • bug #40446 [TwigBridge] Fix "Serialization of 'Closure'" error when rendering an TemplatedEmail (@jderusse)
  • bug #40416 Fix ConstraintViolation#getMessageTemplate() to always return string (@Ocramius)
  • bug #40425 [DoctrineBridge] Fix eventListener initialization when eventSubscriber constructor dispatch an event (@jderusse)
  • bug #40313 [FrameworkBundle] Fix PropertyAccess definition when not in debug (@PedroTroller)
  • bug #40417 [Form] clear unchecked choice radio boxes even if clear missing is set to false (@xabbuh)
  • bug #40388 [ErrorHandler] Added missing type annotations to FlattenException (@derrabus)
  • bug #40407 [TwigBridge] Allow version 3 of the Twig extra packages (@derrabus)

[PR] https://github.com/symfony/symfony/pull/40617

Changelog (https://github.com/symfony/symfony/compare/v5.2.4...v5.2.5)

  • bug #40415 Fix ConstraintViolation#getPropertyPath() to always return string (@Ocramius)
  • bug #40421 [FrameworkBundle] fix XSD (@nicolas-grekas)
  • bug #39685 [Mailer][Mime][TwigBridge][Validator] Allow egulias/email-validator 3.x (@derrabus)
  • bug #40398 [FrameworkBundle] : Fix method name compare in ResolveControllerNameSubscriber (@glensc)
  • bug #39733 [TwigBridge] Render email once (@jderusse)
  • bug #40386 [DependencyInjection][Security] Backport psr/container 1.1/2.0 compatibility (@derrabus)
  • bug #40376 [Messenger] Don't lock tables or start transactions (@Nyholm)
  • bug #40378 Changing ZulipTransportFactory tag to prevent the exception UnsupportedSchemeException (@big-r81)

[PR] https://github.com/symfony/symfony/pull/40440

Changelog (https://github.com/symfony/symfony/compare/v5.2.3...v5.2.4)

  • bug #40336 [Messenger] Doctrine setup with migrations (@Nyholm)
  • bug #40318 [Translation] deal with indented heredoc/nowdoc tokens (@xabbuh)
  • bug #40350 [DependencyInjection] fix parsing calls of methods named "method" (@xabbuh)
  • bug #40316 [Serializer] zero parts can be omitted in date interval input (@xabbuh)
  • bug #40239 MockResponse total_time should not be simulated when provided (@Pierrick VIGNAND)
  • bug #40299 [Cache] Add server-commands support for Predis Replication Environments (@DemigodCode)
  • bug #40231 [HttpKernel] Configure session.cookie_secure earlier (@tamcy)
  • bug #40283 [Translation] Make name attribute optional in xliff2 (@MarieMinasyan)
  • bug #40286 [Security] #[CurrentUser] arguments should resolve to null for "anon." (@chalasr)
  • bug #40281 [FrameworkBundle] Allow x-forwarded-prefix trusted header in config (@drupol)
  • bug #39599 [Cache] Fix Redis TLS scheme rediss for Redis connection (@misaert)
  • bug #40244 [Routing] fix conflict with param named class in attribute (@nlhommet)
  • bug #40273 [Cache] fix setting items' metadata on commit() (@nicolas-grekas)
  • bug #40258 [Form] Ignoring invalid forms from delete_empty behavior in CollectionType (@yceruto)
  • bug #40246 [EventDispatcher] fix registering subscribers twice on edge-case (@nicolas-grekas)
  • bug #40162 [Intl] fix Locale::getFallback() throwing exception on long $locale (@AmirHo3ein13)
  • bug #40211 [Validator] fix taking error message from the correct violation (@xabbuh)
  • bug #40208 [PropertyInfo] fix resolving self to name of the analyzed class (@xabbuh)
  • bug #40209 [WebLink] Escape double quotes in attributes values (@fancyweb)
  • bug #40192 [Console] fix QuestionHelper::getHiddenResponse() not working with space in project directory name (@Yendric)
  • bug #40203 [String] Check if function exists before declaring it (@Nyholm)
  • bug #40175 [PropertyInfo]  use the right context for properties defined in traits (@xabbuh)
  • bug #40172 [Translation] Allow using dashes in locale when linting Xliff files (@localheinz)
  • bug #39671 [Worflow] Fixed GuardListener when using the new Security system (@lyrixx)
  • bug #40187 [Console] Fix PHP 8.1 null error for preg_match flag (@kylekatarnls)
  • bug #39659 [Form] keep valid submitted choices when additional choices are submitted (@xabbuh)
  • bug #40188 [HttpFoundation] Fix PHP 8.1 null values (@kylekatarnls)
  • bug #40167 [DependencyInjection] Definition::removeMethodCall should remove all matching calls (@ruudk)
  • bug #40160 [PropertyInfo] fix extracting mixed type-hinted property types (@xabbuh)
  • bug #40040 [Finder] Use a lazyIterator to close files descriptors when no longer used (@jderusse)
  • bug #40141 [RateLimiter] Fix sliding_window misbehaving with stale records (@xesxen)
  • bug #40135 [FrameworkBundle] Fix freshness checks with boolean parameters on routes (@HypeMC)
  • bug #40138 [FrameworkBundle] fix registering "annotations.cache" on the "container.hot_path" (@nicolas-grekas)
  • bug #40137 [Form] forward the label_html option to expanded choice fields (@xabbuh)
  • bug #40116 [FrameworkBundle][Translator] scan directories for translations sequentially (@xabbuh)
  • bug #40124 [Form] merge translation parameters with value configured for parent form (@xabbuh)
  • bug #40104 [HttpKernel] [Kernel] Silence failed deprecations logs writes (@fancyweb)
  • bug #40098 [DependencyInjection] fix tracking of changes to vendor/ dirs (@nicolas-grekas)
  • bug #39980 [Mailer][Mime] Update inline part names with newly generated ContentId (@ddegentesh)
  • bug #40043 [HttpFoundation] Setting REQUEST_TIME_FLOAT when constructing a Request object (@ctasada)
  • bug #40050 [FrameworkBundle][Translator] Fixed updating catalogue metadata from Intl domain (@yceruto)
  • bug #40080 Fix Request with DNS issue not retried (@jderusse)
  • bug #40089 [SecurityBundle] role_names variable instead of roles (@wickedOne)
  • bug #40042 [Doctrine] Restore priority for EventSubscribers (@jderusse)
  • bug #40066 [ErrorHandler] fix parsing return types in DebugClassLoader (@nicolas-grekas)
  • bug #40065 [ErrorHandler] fix handling messages with null bytes from anonymous classes (@nicolas-grekas)
  • bug #40067 [PhpUnitBridge] fix reporting deprecations when they come from DebugClassLoader (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/40364

Changelog (https://github.com/symfony/symfony/compare/v5.2.2...v5.2.3)

  • bug #40060 fix validator when we have false returned by the current element of the iterator (@FabienSalles)
  • bug #39954 [Mailer][Mime] Fix case-sensitive handling of header names (@piku235)
  • bug #40062 [Mime] Fix case-sensitive handling of header names (@piku235)
  • bug #40055 [Messenger] Fix Doctrine setup when using a migration (@fabpot)
  • bug #40018 [TwigBridge] take into account all label related options (@xabbuh)
  • bug #40023 [Finder]  use proper keys to not override appended files (@xabbuh)
  • bug #40019 [ErrorHandler] Fix strpos error when trying to call a method without a name (@Deuchnord)
  • bug #40027 [DoctrineBridge] add missing @experimental annotation on Uid generators (@nicolas-grekas)
  • bug #40004 [Serializer] Prevent access to private properties without getters (@julienfalque)
  • bug #40003 [Uid] Fix time to float conversion (@fancyweb)

[PR] https://github.com/symfony/symfony/pull/40074

Changelog (https://github.com/symfony/symfony/compare/v5.2.1...v5.2.2)

  • bug #38900 [Serializer] Exclude non-initialized properties accessed with getters (@BoShurik)
  • bug #39982 [SecurityBundle] Fix referencing aliases from RegisterEntryPointsPass (@chalasr)
  • bug #39872 [Validator] propagate the object being validated to nested constraints (@xabbuh)
  • bug #39887 [Translator] fix handling plural for floating numbers (@kylekatarnls)
  • bug #39967 [Messenger] fix redis messenger options with dsn (@Kleinast)
  • bug #39970 [Messenger] Fix transporting non-UTF8 payloads by encoding them using base 64 (@nicolas-grekas)
  • bug #39956 [Uid] fix checking for valid UUIDs (@nicolas-grekas)
  • bug #39951 [Form] check parent types for label_format and translation_domain (@xabbuh)
  • bug #39911 [RateLimiter] Fix infinite values with NoLimiter (@YaFou)
  • bug #39936 [Validator] Fix DebugCommand (@loic425)
  • bug #39909 [PhpUnitBridge] Allow relative path to composer cache (@jderusse)
  • bug #39944 [HttpKernel] Configure the ErrorHandler even when it is overriden (@nicolas-grekas)
  • bug #39896 [PropertyInfo] Fix breaking change with has*(arguments...) methods (@YaFou)
  • bug #39932 [Console] [Command] Fix Closure code binding when it is a static anonymous function (@fancyweb)
  • bug #39871 [Notifier] [OvhCloud] “Invalid signature” for message with slashes (@OneT0uch)
  • bug #39900 [Uid] Unable to extend Uuid/Ulid and use fromString() (@OskarStark)
  • bug #39880 [DoctrineBridge] Add username to UserNameNotFoundException (@qurben)
  • bug #39633 [HttpFoundation] Drop int return type from parseFilesize() (@LukeTowers)
  • bug #39889 [HttpClient] Add check for constant in Curl client (@pierredup)
  • bug #39886 [HttpFoundation] Revert #38614 and add assert to avoid regressions (@BafS)
  • bug #39873 [DependencyInjection] Fix container injection with TypedReference (@jderusse)
  • bug #39858 Fix problem when SYMFONY_PHPUNIT_VERSION is empty string value (@alexander-schranz)
  • bug #39861 [DependencyInjection] Skip deprecated definitions in CheckTypeDeclarationsPass (@chalasr)
  • bug #39862 [Security] Replace message data in JSON security error response (@wouterj)
  • bug #39859 [Security] Replace message data in JSON security error response (@wouterj)
  • bug #39839 [Messenger] [AmazonSqs] Fix auto-setup for fifo queue (@starred-gijs)
  • bug #39667 [DoctrineBridge] Take into account that indexBy="person_id" could be a db column name, for a referenced entity (@victormacko)
  • bug #39799 [DoctrineBridge] Fix circular loop with EntityManager (@jderusse)
  • bug #39821 [DependencyInjection] Don't trigger notice for deprecated aliases pointing to deprecated definitions (@chalasr)
  • bug #39816 [HttpFoundation] use atomic writes in MockFileSessionStorage (@nicolas-grekas)
  • bug #39812 Make EmailMessage & SmsMessage transport nullable (@odolbeau)
  • bug #39735 [Serializer] Rename normalize param (@VincentLanglet)
  • bug #39797 Dont allow unserializing classes with a destructor (@jderusse)
  • bug #39743 [Mailer] Fix missing BCC recipients in SES bridge (@jderusse)
  • bug #39764 [Config]  fix handling float-like key attribute values (@xabbuh)
  • bug #39787 [Yaml] a colon followed by spaces exclusively separates mapping keys and values (@xabbuh)
  • bug #39788 [Cache] fix possible collision when writing tmp file in filesystem adapter (@nicolas-grekas)
  • bug #39796 Dont allow unserializing classes with a destructor - 5.2 (@jderusse)
  • bug #39794 Dont allow unserializing classes with a destructor - 4.4 (@jderusse)
  • bug #39795 Dont allow unserializing classes with a destructor - 5.1 (@jderusse)
  • bug #39389 [Security]  Move the handleAuthenticationSuccess logic outside try/catch block (@jderusse)
  • bug #39747 [DependencyInjection] Support PHP 8 builtin types in CheckTypeDeclarationsPass (@derrabus)
  • bug #39738 [VarDumper] fix mutating $GLOBALS while cloning it (@nicolas-grekas)
  • bug #39746 [DependencyInjection] Fix InvalidParameterTypeException for function parameters (@derrabus)
  • bug #39681 [HttpFoundation] parse cookie values containing the equal sign (@xabbuh)
  • bug #39716 [DependencyInjection] do not break when loading schemas from network paths on Windows (@xabbuh)
  • bug #39703 [Finder] apply the sort callback on the whole search result (@xabbuh)
  • bug #39717 [TwigBridge] Remove full head content in HTML to text converter (@pupaxxo)
  • bug #39672 [FrameworkBundle] Fix UidNormalizer priority (@fancyweb)
  • bug #39649 [Validator] propagate groups to nested constraints (@xabbuh)
  • bug #39708 [WebProfilerBundle] take query and request parameters into account when matching routes (@xabbuh)
  • bug #39692 [FrameworkBundle] Dump abstract arguments (@jderusse)
  • bug #39683 [Yaml] keep trailing newlines when dumping multi-line strings (@xabbuh)
  • bug #39670 [Form] disable error bubbling by default when inherit_data is configured (@xabbuh)
  • bug #39686 [Lock] Fix config merging in lock (@jderusse)
  • bug #39668 [Yaml] do not dump extra trailing newlines for multiline blocks (@xabbuh)
  • bug #39674 [Messenger] fix postgres transport when the retry table is the same (@lyrixx)
  • bug #39653 [Form] fix passing null $pattern to IntlDateFormatter (@nicolas-grekas)
  • bug #39637 [Security] Fix event propagation for AuthenticationTokenCreatedEvent when globally registered (@scheb)
  • bug #39647 [Validator] Update Isin message to match the translation files (@derrabus)
  • bug #39598 [Messenger] Fix stopwach usage if it has been reset (@lyrixx)
  • bug #39636 [Uid] Handle ValueErrors triggered by ext-uuid on PHP 8 (@derrabus)
  • bug #39631 [VarDumper] Fix display of nullable union return types (@derrabus)
  • bug #39629 [VarDumper] fixed displaying "mixed" as "?mixed" (@nicolas-grekas)
  • bug #39597 [Mailer] Handle failure when sending DATA (@jderusse)
  • bug #39621 [Security] Fix event propagation for globally registered security events (@scheb)
  • bug #39603 [TwigBridge] allow null values in form helpers (@xabbuh)
  • bug #39610 [ProxyManagerBridge] fix PHP notice, switch to "friendsofphp/proxy-manager-lts" (@nicolas-grekas)
  • bug #39584 [Security] Add RememberMe Badge to LoginLinkAuthenticator (@jderusse)
  • bug #39586 Supports empty path for slack DSN (@odolbeau)

[PR] https://github.com/symfony/symfony/pull/40001

Changelog (https://github.com/symfony/symfony/compare/v5.1.10...v5.1.11)

  • bug #38900 [Serializer] Exclude non-initialized properties accessed with getters (@BoShurik)
  • bug #39872 [Validator] propagate the object being validated to nested constraints (@xabbuh)
  • bug #39887 [Translator] fix handling plural for floating numbers (@kylekatarnls)
  • bug #39967 [Messenger] fix redis messenger options with dsn (@Kleinast)
  • bug #39970 [Messenger] Fix transporting non-UTF8 payloads by encoding them using base 64 (@nicolas-grekas)
  • bug #39956 [Uid] fix checking for valid UUIDs (@nicolas-grekas)
  • bug #39909 [PhpUnitBridge] Allow relative path to composer cache (@jderusse)
  • bug #39944 [HttpKernel] Configure the ErrorHandler even when it is overriden (@nicolas-grekas)
  • bug #39896 [PropertyInfo] Fix breaking change with has*(arguments...) methods (@YaFou)
  • bug #39932 [Console] [Command] Fix Closure code binding when it is a static anonymous function (@fancyweb)
  • bug #39871 [Notifier] [OvhCloud] “Invalid signature” for message with slashes (@OneT0uch)
  • bug #39900 [Uid] Unable to extend Uuid/Ulid and use fromString() (@OskarStark)
  • bug #39880 [DoctrineBridge] Add username to UserNameNotFoundException (@qurben)
  • bug #39633 [HttpFoundation] Drop int return type from parseFilesize() (@LukeTowers)
  • bug #39889 [HttpClient] Add check for constant in Curl client (@pierredup)
  • bug #39886 [HttpFoundation] Revert #38614 and add assert to avoid regressions (@BafS)
  • bug #39873 [DependencyInjection] Fix container injection with TypedReference (@jderusse)
  • bug #39858 Fix problem when SYMFONY_PHPUNIT_VERSION is empty string value (@alexander-schranz)
  • bug #39861 [DependencyInjection] Skip deprecated definitions in CheckTypeDeclarationsPass (@chalasr)
  • bug #39862 [Security] Replace message data in JSON security error response (@wouterj)
  • bug #39839 [Messenger] [AmazonSqs] Fix auto-setup for fifo queue (@starred-gijs)
  • bug #39667 [DoctrineBridge] Take into account that indexBy="person_id" could be a db column name, for a referenced entity (@victormacko)
  • bug #39799 [DoctrineBridge] Fix circular loop with EntityManager (@jderusse)
  • bug #39821 [DependencyInjection] Don't trigger notice for deprecated aliases pointing to deprecated definitions (@chalasr)
  • bug #39816 [HttpFoundation] use atomic writes in MockFileSessionStorage (@nicolas-grekas)
  • bug #39812 Make EmailMessage & SmsMessage transport nullable (@odolbeau)
  • bug #39735 [Serializer] Rename normalize param (@VincentLanglet)
  • bug #39797 Dont allow unserializing classes with a destructor (@jderusse)
  • bug #39743 [Mailer] Fix missing BCC recipients in SES bridge (@jderusse)
  • bug #39764 [Config]  fix handling float-like key attribute values (@xabbuh)
  • bug #39787 [Yaml] a colon followed by spaces exclusively separates mapping keys and values (@xabbuh)
  • bug #39788 [Cache] fix possible collision when writing tmp file in filesystem adapter (@nicolas-grekas)
  • bug #39794 Dont allow unserializing classes with a destructor - 4.4 (@jderusse)
  • bug #39795 Dont allow unserializing classes with a destructor - 5.1 (@jderusse)
  • bug #39747 [DependencyInjection] Support PHP 8 builtin types in CheckTypeDeclarationsPass (@derrabus)
  • bug #39738 [VarDumper] fix mutating $GLOBALS while cloning it (@nicolas-grekas)
  • bug #39746 [DependencyInjection] Fix InvalidParameterTypeException for function parameters (@derrabus)
  • bug #39681 [HttpFoundation] parse cookie values containing the equal sign (@xabbuh)
  • bug #39716 [DependencyInjection] do not break when loading schemas from network paths on Windows (@xabbuh)
  • bug #39703 [Finder] apply the sort callback on the whole search result (@xabbuh)
  • bug #39717 [TwigBridge] Remove full head content in HTML to text converter (@pupaxxo)
  • bug #39649 [Validator] propagate groups to nested constraints (@xabbuh)
  • bug #39708 [WebProfilerBundle] take query and request parameters into account when matching routes (@xabbuh)
  • bug #39692 [FrameworkBundle] Dump abstract arguments (@jderusse)
  • bug #39683 [Yaml] keep trailing newlines when dumping multi-line strings (@xabbuh)
  • bug #39670 [Form] disable error bubbling by default when inherit_data is configured (@xabbuh)
  • bug #39686 [Lock] Fix config merging in lock (@jderusse)
  • bug #39668 [Yaml] do not dump extra trailing newlines for multiline blocks (@xabbuh)
  • bug #39674 [Messenger] fix postgres transport when the retry table is the same (@lyrixx)
  • bug #39653 [Form] fix passing null $pattern to IntlDateFormatter (@nicolas-grekas)
  • bug #39598 [Messenger] Fix stopwach usage if it has been reset (@lyrixx)
  • bug #39636 [Uid] Handle ValueErrors triggered by ext-uuid on PHP 8 (@derrabus)
  • bug #39631 [VarDumper] Fix display of nullable union return types (@derrabus)
  • bug #39629 [VarDumper] fixed displaying "mixed" as "?mixed" (@nicolas-grekas)
  • bug #39597 [Mailer] Handle failure when sending DATA (@jderusse)
  • bug #39621 [Security] Fix event propagation for globally registered security events (@scheb)
  • bug #39610 [ProxyManagerBridge] fix PHP notice, switch to "friendsofphp/proxy-manager-lts" (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/39999
[EOL] End of life release for branch 5.1

Changelog (https://github.com/symfony/symfony/compare/v5.2.0...v5.2.1)

  • bug #39555 [FrameworkBundle] Fix NFS detection on macOs (@jderusse)
  • bug #39545 [Notifier] [Mattermost] Host is required (@OskarStark)
  • bug #39548 [Notifier] [Infobip][Zulip] Host is required (@OskarStark)
  • bug #39550 [HttpFoundation] keep turning dots to underscores when using Request::create() (@nicolas-grekas)
  • bug #39538 [Notifier] Fix parsing Dsn with empty user/password (@OskarStark)
  • bug #39531 [Mailer] Fix parsing Dsn with empty user/password (@OskarStark)
  • bug #39492 [Notifier] [Discord] Use private const and mb_strlen() (@OskarStark)
  • bug #39522 [Notifier] Set message id on SentMessage (@OskarStark)
  • bug #39532 [Notifier] Fix toString when optional parameter is not set (@OskarStark)
  • bug #39518 [Ldap] Incorrect determination of RelativeDistinguishedName for the "move" operation (@astepin)
  • bug #39525 [VarDumper] dont hide any nodes until JS is proven to work (@nicolas-grekas)
  • bug #39498 [DoctrineBridge] Guess correct form types for DATE_IMMUTABLE and DATETIME_IMMUTABLE (@guillaume-sainthillier)
  • bug #39510 [Notifier]  [Free Mobile] Could not use custom host in DSN (@OskarStark)
  • bug #39515 [Notifier] Fix wrong package name (@OskarStark)
  • bug #39514 [Notifier] Fix wrong package names (@OskarStark)
  • bug #39502 Add missing symfony/deprecation-contracts requirement - 5.2 (@jderusse)
  • bug #39494 Add missing symfony/deprecation-contracts requirement (@jderusse)
  • bug #39360 [FrameworkBundler] Fix cache:clear with buildDir (@jderusse)
  • bug #39476 [Lock] Prevent store exception break combined store (@dzubchik)
  • bug #39478 [FrameworkBundle] Fix missing kernel.build_dir on cache clear (@chalasr)
  • bug #39456 [Notifier] [Free Mobile] Fix wrong scheme in mapping (@OskarStark)
  • bug #39442 Fix enabled key for ratelimiter config (@pierredup)
  • bug #39299 [PropertyInfo][Serializer] Fixed extracting ignored properties for Serializer (@javer)
  • bug #39433 [Cache] fix setting "read_timeout" when using Redis (@nicolas-grekas)
  • bug #39228 [HttpClient] Fix content swallowed by AsyncClient initializer (@jderusse)
  • bug #39420 [Cache] Prevent notice on case matching metadata trick (@bastnic)
  • bug #39413 [Notifier] [Discord] Make webhookId argument required (@OskarStark)
  • bug #39203 [DI] Fix not working if only "default_index_method" used (@malteschlueter)
  • bug #39409 [Notifier] [Twilio] Add tests (@OskarStark)
  • bug #39401 [DoctrineBridge] no-op RegisterUidTypePass if DBAL types aren't loaded (@craue)
  • bug #39417 [Form] Fix UUID exception (@jderusse)
  • bug #39142 [Config] Stop treating multiline resources as globs (@michaelKaefer)
  • bug #39341 [Form] Fixed StringUtil::trim() to trim ZERO WIDTH SPACE (U+200B) and SOFT HYPHEN (U+00AD) (@pmishev)
  • bug #39268 [HttpClient] Use decoration instead of class replacement for mock factory (@GaryPEGEOT)
  • bug #39334 [Config][TwigBundle] Fixed syntax error in config (@Nyholm)
  • bug #39196 [DI] Fix Xdebug 3.0 detection (@vertexvaar)
  • bug #39375 [SecurityBundle] fix LDAP-based HTTP Basic Auth entry point registration (@xabbuh)
  • bug #39226 [PhpUnitBridge] Fix disabling DeprecationErrorHandler from PHPUnit configuration file (@fancyweb)
  • bug #39298 [Cache] Fixed incorrect usage of UNLINK with PHPRedis with Redis < 4.0 (@wickex)
  • bug #39361 [FrameworkBundle] acces public-deprecated services via the private container to remove false-positive deprecations (@nicolas-grekas)
  • bug #39358 [HttpFoundation] fix parsing some special chars with HeaderUtils::parseQuery() (@nicolas-grekas)
  • bug #39357 [FrameworkBundle] fix preserving some special chars in the query string (@nicolas-grekas)
  • bug #39310 [Notifier] Add exception for deprecated slack dsn (@malteschlueter)
  • bug #39271 [HttpFoundation] Fix TypeError: Argument 1 passed to JsonResponse::setJson() must be of the type string, object given (@sidz)
  • bug #39251 [DependencyInjection] Fix container linter for union types (@derrabus)
  • bug #39336 [Config] YamlReferenceDumper: No default value required for VariableNode with array example (@Nyholm)
  • bug #39333 [Form] do not apply the Valid constraint on scalar form data (@lchrusciel, @xabbuh)
  • bug #39331 [PhpUnitBridge] Fixed PHPunit 9.5 compatibility (@wouterj)
  • bug #39220 [HttpKernel] Fix bug with whitespace in Kernel::stripComments() (@ausi)
  • bug #39252 [Mime] Leverage PHP 8's detection of CSV files (@derrabus)
  • bug #39313 [FrameworkBundle] TextDescriptor::formatControllerLink checked method… (@fjogeleit)
  • bug #39286 [HttpClient] throw clearer error when no scheme is provided (@BackEndTea)
  • bug #39267 [Yaml] fix lexing backslashes in single quoted strings (@xabbuh)
  • bug #39151 [DependencyInjection] Fixed incorrect report for private services if required service does not exist (@Islam93)
  • bug #39236 [Notifier] Fix slack section block (@norkunas)
  • bug #39274 [Yaml] fix lexing mapping values with trailing whitespaces (@xabbuh)
  • bug #39256 [Workflow] Fixed case when the marking store is not defined (@lyrixx)
  • bug #39244 [String] Fix Notice when argument is empty string (@moldman)
  • bug #39270 [Inflector] Fix Notice when argument is empty string (@moldman)
  • bug #39263 [Security] more defensive PasswordMigratingListener (@romaricdrigon)
  • bug #39261 [Security] fix #39249, default entry_point compiler pass was returning too early (@romaricdrigon)
  • bug #39247 [Security] remove return type definition in order to avoid type juggling (@adeptofvoltron)
  • bug #39223 [Console] Re-enable hyperlinks in Konsole/Yakuake (@OndraM)
  • bug #39241 [Yaml] fix lexing inline sequences/mappings with trailing whitespaces (@Nyholm, @xabbuh)
  • bug #39243 [Filesystem] File existence check before calling unlink method (@gechetspr)

[PR] https://github.com/symfony/symfony/pull/39564

Changelog (https://github.com/symfony/symfony/compare/v5.1.9...v5.1.10)

  • bug #39545 [Notifier] [Mattermost] Host is required (@OskarStark)
  • bug #39538 [Notifier] Fix parsing Dsn with empty user/password (@OskarStark)
  • bug #39531 [Mailer] Fix parsing Dsn with empty user/password (@OskarStark)
  • bug #39518 [Ldap] Incorrect determination of RelativeDistinguishedName for the "move" operation (@astepin)
  • bug #39510 [Notifier]  [Free Mobile] Could not use custom host in DSN (@OskarStark)
  • bug #39514 [Notifier] Fix wrong package names (@OskarStark)
  • bug #39494 Add missing symfony/deprecation-contracts requirement (@jderusse)
  • bug #39476 [Lock] Prevent store exception break combined store (@dzubchik)
  • bug #39456 [Notifier] [Free Mobile] Fix wrong scheme in mapping (@OskarStark)
  • bug #39299 [PropertyInfo][Serializer] Fixed extracting ignored properties for Serializer (@javer)
  • bug #39433 [Cache] fix setting "read_timeout" when using Redis (@nicolas-grekas)
  • bug #39420 [Cache] Prevent notice on case matching metadata trick (@bastnic)
  • bug #39203 [DI] Fix not working if only "default_index_method" used (@malteschlueter)
  • bug #39409 [Notifier] [Twilio] Add tests (@OskarStark)
  • bug #39142 [Config] Stop treating multiline resources as globs (@michaelKaefer)
  • bug #39341 [Form] Fixed StringUtil::trim() to trim ZERO WIDTH SPACE (U+200B) and SOFT HYPHEN (U+00AD) (@pmishev)
  • bug #39334 [Config][TwigBundle] Fixed syntax error in config (@Nyholm)
  • bug #39196 [DI] Fix Xdebug 3.0 detection (@vertexvaar)
  • bug #39226 [PhpUnitBridge] Fix disabling DeprecationErrorHandler from PHPUnit configuration file (@fancyweb)
  • bug #39361 [FrameworkBundle] acces public-deprecated services via the private container to remove false-positive deprecations (@nicolas-grekas)
  • bug #39357 [FrameworkBundle] fix preserving some special chars in the query string (@nicolas-grekas)
  • bug #39271 [HttpFoundation] Fix TypeError: Argument 1 passed to JsonResponse::setJson() must be of the type string, object given (@sidz)
  • bug #39251 [DependencyInjection] Fix container linter for union types (@derrabus)
  • bug #39336 [Config] YamlReferenceDumper: No default value required for VariableNode with array example (@Nyholm)
  • bug #39333 [Form] do not apply the Valid constraint on scalar form data (@lchrusciel, @xabbuh)
  • bug #39331 [PhpUnitBridge] Fixed PHPunit 9.5 compatibility (@wouterj)
  • bug #39220 [HttpKernel] Fix bug with whitespace in Kernel::stripComments() (@ausi)
  • bug #39252 [Mime] Leverage PHP 8's detection of CSV files (@derrabus)
  • bug #39313 [FrameworkBundle] TextDescriptor::formatControllerLink checked method… (@fjogeleit)
  • bug #39286 [HttpClient] throw clearer error when no scheme is provided (@BackEndTea)
  • bug #39267 [Yaml] fix lexing backslashes in single quoted strings (@xabbuh)
  • bug #39151 [DependencyInjection] Fixed incorrect report for private services if required service does not exist (@Islam93)
  • bug #39274 [Yaml] fix lexing mapping values with trailing whitespaces (@xabbuh)
  • bug #39244 [String] Fix Notice when argument is empty string (@moldman)
  • bug #39270 [Inflector] Fix Notice when argument is empty string (@moldman)
  • bug #39247 [Security] remove return type definition in order to avoid type juggling (@adeptofvoltron)
  • bug #39223 [Console] Re-enable hyperlinks in Konsole/Yakuake (@OndraM)
  • bug #39241 [Yaml] fix lexing inline sequences/mappings with trailing whitespaces (@Nyholm, @xabbuh)
  • bug #39243 [Filesystem] File existence check before calling unlink method (@gechetspr)

[PR] https://github.com/symfony/symfony/pull/39563

Changelog (https://github.com/symfony/symfony/compare/v5.2.0-RC2...v5.2.0)

  • feature #39213 [Security] [DX] Automatically add PasswordUpgradeBadge + default support() impl in AbstractFormLoginAuthenticator (@wouterj)
  • bug #39166 [Messenger] Fix mssql compatibility for doctrine transport. (@bill moll)
  • bug #39210 [DoctrineBridge] Fix form EntityType with filter on UID (@jderusse)
  • bug #39211 [HttpClient] fix binding to network interfaces (@nicolas-grekas)
  • bug #39129 [DependencyInjection] Fix circular in DI with lazy + byContruct loop (@jderusse)
  • feature #39153 [Security] Automatically register custom authenticator as entry_point (if supported) (@wouterj)
  • bug #39068 [DependencyInjection][Translator] Silent deprecation triggered by libxml_disable_entity_loader (@jderusse)
  • bug #39119 [Form] prevent duplicated error message for file upload limits (@xabbuh)
  • bug #39099 [Form] ignore the pattern attribute for textareas (@xabbuh)
  • feature #39118 [DoctrineBridge] Require doctrine/persistence 2 (@greg0ire)
  • feature #39128 [HttpFoundation] Deprecate BinaryFileResponse::create() (@derrabus)
  • bug #39154 [Yaml] fix lexing strings containing escaped quotation characters (@xabbuh)
  • bug #39187 [Security] Support for SwitchUserToken instances serialized with 4.4/5.1 (@derrabus)
  • bug #39180 [Serializer] Fix denormalizing scalar with UnwrappingDenormalizer (@camilledejoye)
  • bug #38597 [PhpUnitBridge] Fix qualification of deprecations triggered by the debug class loader (@fancyweb)
  • bug #39160 [Console] Use a partial buffer in SymfonyStyle (@jderusse)
  • bug #39168 [Console] Fix console closing tag (@jderusse)
  • bug #39155 [VarDumper] fix casting resources turned into objects on PHP 8 (@nicolas-grekas)
  • bug #39131 [Cache] Fix CI because of Couchbase version (@jderusse)
  • bug #39115 [HttpClient] don't fallback to HTTP/1.1 when HTTP/2 streams break (@nicolas-grekas)
  • bug #33763 [Yaml] fix lexing nested sequences/mappings (@xabbuh)

[PR] https://github.com/symfony/symfony/pull/39224

Changelog (https://github.com/symfony/symfony/compare/v5.1.8...v5.1.9)

  • bug #39166 [Messenger] Fix mssql compatibility for doctrine transport. (@bill moll)
  • bug #39211 [HttpClient] fix binding to network interfaces (@nicolas-grekas)
  • bug #39129 [DependencyInjection] Fix circular in DI with lazy + byContruct loop (@jderusse)
  • bug #39068 [DependencyInjection][Translator] Silent deprecation triggered by libxml_disable_entity_loader (@jderusse)
  • bug #39119 [Form] prevent duplicated error message for file upload limits (@xabbuh)
  • bug #39099 [Form] ignore the pattern attribute for textareas (@xabbuh)
  • bug #39154 [Yaml] fix lexing strings containing escaped quotation characters (@xabbuh)
  • bug #39180 [Serializer] Fix denormalizing scalar with UnwrappingDenormalizer (@camilledejoye)
  • bug #38597 [PhpUnitBridge] Fix qualification of deprecations triggered by the debug class loader (@fancyweb)
  • bug #39160 [Console] Use a partial buffer in SymfonyStyle (@jderusse)
  • bug #39168 [Console] Fix console closing tag (@jderusse)
  • bug #39155 [VarDumper] fix casting resources turned into objects on PHP 8 (@nicolas-grekas)
  • bug #39131 [Cache] Fix CI because of Couchbase version (@jderusse)
  • bug #39115 [HttpClient] don't fallback to HTTP/1.1 when HTTP/2 streams break (@nicolas-grekas)
  • bug #33763 [Yaml] fix lexing nested sequences/mappings (@xabbuh)
  • bug #39083 [Dotenv] Check if method inheritEnvironmentVariables exists (@Chi-teck)
  • bug #39094 [Ldap] Fix undefined variable $con (@derrabus)
  • bug #39091 [Config] Recheck glob brace support after GlobResource was serialized (@wouterj)
  • bug #39092 Fix critical extension when reseting paged control (@jderusse)
  • bug #38614 [HttpFoundation] Fix for virtualhosts based on URL path (@mvorisek)
  • bug #39072 [FrameworkBundle] [Notifier] fix firebase transport factory DI tag type (@xabbuh)
  • bug #38387 [Validator] prevent hash collisions caused by reused object hashes (@fancyweb, @xabbuh)
  • bug #38999 [DependencyInjection] autoconfigure behavior describing tags on decorators (@xabbuh)
  • bug #39058 [DependencyInjection] Fix circular detection with multiple paths (@jderusse)
  • bug #39059 [Filesystem] fix cleaning up tmp files when dumpFile() fails (@nicolas-grekas)
  • 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)
  • 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 #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)
  • bug #38869 [SecurityBundle] inject only compatible token storage implementations for usage tracking (@xabbuh)
  • bug #38894 [HttpKernel] Remove Symfony 3 compatibility code (@derrabus)
  • 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] https://github.com/symfony/symfony/pull/39216

Changelog (https://github.com/symfony/symfony/compare/v5.2.0-RC1...v5.2.0-RC2)

  • bug #39113 [DoctrineBridge] drop binary variants of UID types (@nicolas-grekas)
  • feature #39111 [Security] Update password upgrader listener to work with the new UserBadge (@wouterj)
  • bug #39083 [Dotenv] Check if method inheritEnvironmentVariables exists (@Chi-teck)
  • bug #39094 [Ldap] Fix undefined variable $con (@derrabus)
  • bug #39091 [Config] Recheck glob brace support after GlobResource was serialized (@wouterj)
  • bug #39092 Fix critical extension when reseting paged control (@jderusse)
  • bug #38614 [HttpFoundation] Fix for virtualhosts based on URL path (@mvorisek)
  • bug #39072 [FrameworkBundle] [Notifier] fix firebase transport factory DI tag type (@xabbuh)
  • bug #39070 [Validator] Remove IsinValidator's validator dependency (@derrabus)
  • bug #38387 [Validator] prevent hash collisions caused by reused object hashes (@fancyweb, @xabbuh)
  • bug #38999 [DependencyInjection] autoconfigure behavior describing tags on decorators (@xabbuh)
  • bug #39058 [DependencyInjection] Fix circular detection with multiple paths (@jderusse)
  • bug #39059 [Filesystem] fix cleaning up tmp files when dumpFile() fails (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/39133

Changelog (https://github.com/symfony/symfony/compare/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] https://github.com/symfony/symfony/pull/39043

Changelog (https://github.com/symfony/symfony/compare/v5.2.0-BETA2...v5.2.0-BETA3)

  • bug #38845 [Console] Register signal handling only for commands implemeting SignalableCommandInterface (@lyrixx)
  • bug #38751 [Security] Move AbstractListener abstract methods to the new FirewallListenerInterface (@chalasr)
  • bug #38713 [DI] Fix Preloader exception when preloading a class with an unknown parent/interface (@rgeraads)
  • feature #38664 [RateLimiter] Moved classes implementing LimiterInterface to a new namespace (@Nyholm)
  • bug #38647 [HttpClient] relax auth bearer format requirements (@xabbuh)
  • bug #38675 [RateLimiter] Rename RateLimiter to RateLimiterFactory (@Nyholm)
  • bug #38699 [DependencyInjection] Preload classes with union types correctly (@derrabus)
  • feature #38688 [HttpClient] Add a Stopwatch on TraceableHttpClient (@jderusse)
  • bug #38669 [Serializer] fix decoding float XML attributes starting with 0 (@Marcin Kruk)
  • bug #38680 [PhpUnitBridge] Support new expect methods in test case polyfill (@alcaeus)
  • bug #38681 [PHPUnitBridge] Support PHPUnit 8 and PHPUnit 9 in constraint compatibility trait (@alcaeus)
  • bug #38686 [TwigBridge] Remove "transchoice" from the code base (@nicolas-grekas)
  • bug #38661 [RateLimiter] Fix delete method of the cache storage (@GregOriol, @Nyholm)
  • bug #38678 [String] fix before/afterLast returning the empty string instead of the original one on non-match (@nicolas-grekas)
  • bug #38682 [HttpClient] never trace content of event-stream responses (@nicolas-grekas)
  • bug #38679 [PhpUnitBridge] Add missing exporter function for PHPUnit 7 (@alcaeus)
  • bug #38674 [RateLimiter] Make sure we actually can use sliding_window and no_limit (@Nyholm)
  • bug #38670 [RateLimiter] Be more type safe when fetching from cache (@Nyholm)
  • bug #38665 [RateLimiter] Allow configuration value "no_limit" (@Nyholm)
  • bug #38659 [String] fix slicing in UnicodeString (@nicolas-grekas)
  • bug #38633 [HttpClient] Fix decorating progress info in AsyncResponse (@jderusse)
  • feature #38543 [HttpKernel] add kernel.runtime_environment = env(default:kernel.environment:APP_RUNTIME_ENV) parameter (@nicolas-grekas)
  • bug #38595 [TwigBridge] do not translate null placeholders or titles (@xabbuh)
  • feature #38653 [DoctrineBridge] Enabled to use the UniqueEntity constraint as an attribute (@derrabus)
  • bug #38635 [Cache] Use correct expiry in ChainAdapter (@Nyholm)
  • bug #38652 [Filesystem] Check if failed unlink was caused by permission denied (@Nyholm)
  • bug #38645 [PropertyAccess] forward the caught exception (@xabbuh)
  • bug #38644 [FrameworkBundle] remove transport factory service when class does not exist (@xabbuh)
  • feature #38426 [HttpClient] Parameterize list of retryable methods (@jderusse)
  • feature #38608 [RateLimiter] rename Limit to RateLimit and add RateLimit::getLimit() (@kbond)
  • bug #38617 [Form] Add missing invalid_message translations (@wouterj)
  • bug #38612 [Messenger/Amqp] Allow setting option "login" in DSN (@W0rma)
  • bug #38618 [Messenger][Doctrine] Avoid early db access for pgsql detection (@chalasr)
  • bug #38623 [HttpFoundation][RateLimiter] fix RequestRateLimiterInterface::reset() (@kbond)
  • bug #38604 [DoctrineBridge] indexBy does not refer to attributes, but to column names (@xabbuh)
  • bug #38605 [DoctrinBridge] make Uid types stricter (@nicolas-grekas)
  • bug #38606 [WebProfilerBundle] Hide debug toolbar in print view (@jt2k)
  • bug #38602 [Console] Fix signal management (@chalasr)
  • bug #38600 [DoctrineBridge] Convert values to Rfc4122 before inserting them into the database (@Kai)
  • feature #38562 [RateLimiter] Added reserve() to LimiterInterface and rename Limiter to RateLimiter (@wouterj)
  • feature #38593 [Lock][Semaphore] Add Factory::createFromKey and deprecate lock.store services (@jderusse)
  • feature #38587 [HttpClient] added extra.trace_content option to TraceableHttpClient to prevent it from keeping the content in memory (@nicolas-grekas)
  • bug #38580 [FrameworkBundle] fix config declaration of http_cache option (@nicolas-grekas)
  • bug #38589 [Console] Don't register signal handlers if pcntl is disabled (@chalasr)
  • bug #38581 [Semaphore] Reset Key lifetime time before we acquire it (@jderusse)
  • bug #38582 [DI] Fix Reflection file name with eval()'d code (@maxime-aknin)
  • feature #38565 [RateLimiter] Adding SlidingWindow algorithm (@Nyholm)
  • feature #38576 Deeprecate lock service (@jderusse)
  • bug #38578 Add missing use statement (@jderusse)
  • bug #38516 [HttpFoundation] Fix Range Requests (@BattleRattle)

[PR] https://github.com/symfony/symfony/pull/38854

Changelog (https://github.com/symfony/symfony/compare/v5.1.7...v5.1.8)

  • bug #38713 [DI] Fix Preloader exception when preloading a class with an unknown parent/interface (@rgeraads)
  • bug #38647 [HttpClient] relax auth bearer format requirements (@xabbuh)
  • bug #38699 [DependencyInjection] Preload classes with union types correctly (@derrabus)
  • bug #38669 [Serializer] fix decoding float XML attributes starting with 0 (@Marcin Kruk)
  • bug #38680 [PhpUnitBridge] Support new expect methods in test case polyfill (@alcaeus)
  • bug #38681 [PHPUnitBridge] Support PHPUnit 8 and PHPUnit 9 in constraint compatibility trait (@alcaeus)
  • bug #38686 [TwigBridge] Remove "transchoice" from the code base (@nicolas-grekas)
  • bug #38678 [String] fix before/afterLast returning the empty string instead of the original one on non-match (@nicolas-grekas)
  • bug #38679 [PhpUnitBridge] Add missing exporter function for PHPUnit 7 (@alcaeus)
  • bug #38659 [String] fix slicing in UnicodeString (@nicolas-grekas)
  • bug #38595 [TwigBridge] do not translate null placeholders or titles (@xabbuh)
  • bug #38635 [Cache] Use correct expiry in ChainAdapter (@Nyholm)
  • bug #38652 [Filesystem] Check if failed unlink was caused by permission denied (@Nyholm)
  • bug #38645 [PropertyAccess] forward the caught exception (@xabbuh)
  • bug #38612 [Messenger/Amqp] Allow setting option "login" in DSN (@W0rma)
  • bug #38618 [Messenger][Doctrine] Avoid early db access for pgsql detection (@chalasr)
  • bug #38604 [DoctrineBridge] indexBy does not refer to attributes, but to column names (@xabbuh)
  • bug #38606 [WebProfilerBundle] Hide debug toolbar in print view (@jt2k)
  • bug #38582 [DI] Fix Reflection file name with eval()'d code (@maxime-aknin)
  • bug #38578 Add missing use statement (@jderusse)
  • bug #38516 [HttpFoundation] Fix Range Requests (@BattleRattle)
  • bug #38553 [Lock] Reset Key lifetime time before we acquire it (@Nyholm)
  • bug #38551 Remove content-type check on toArray methods (@jderusse)
  • bug #38546 [String] fix "is too large" ValueError on PHP 8 (@nicolas-grekas)
  • bug #38544 [DI] fix dumping env vars (@nicolas-grekas)
  • bug #38533 [TwigBridge] Fix preload hint and remove "unlinked class class@anonymous" warning (@burned42)
  • bug #38530 [HttpClient] fix reading the body after a ClientException (@nicolas-grekas)
  • bug #38510 [PropertyInfo] Support for the mixed type (@derrabus)
  • bug #38493 [HttpClient] Fix CurlHttpClient memory leak (@HypeMC)
  • bug #38456 [Cache] skip igbinary < 3.1.6 (@nicolas-grekas)
  • bug #38392 [Ldap] Bypass the use of ldap_control_paged_result on PHP >= 7.3 (@lucasaba)
  • bug #38444 [PhpUnitBridge] fix running parallel tests with phpunit 9 (@nicolas-grekas)
  • bug #38446 [PropertyInfo] Extract from default value doesn't set collection boolean (@Korbeil)
  • bug #38442 [VarDumper] fix truncating big arrays (@nicolas-grekas)
  • bug #38433 [Mime] Fix serialization of RawMessage (@gilbertsoft)

[PR] https://github.com/symfony/symfony/pull/38853

Changelog (https://github.com/symfony/symfony/compare/v5.2.0-BETA1...v5.2.0-BETA2)

  • feature #38552 [Security][Notifier] Added integration of Login Link with the Notifier component (@wouterj)
  • bug #38566 Fix minor issue when sharing windows between Limiters (@Nyholm)
  • feature #38563 [Messenger][Redis] Adding support for lazy connect (@Nyholm)
  • bug #38553 [Lock] Reset Key lifetime time before we acquire it (@Nyholm)
  • bug #38559 [Lock] Reset lifetime on acquireRead() (@Nyholm)
  • bug #38548 [FrameworkBundle] Bugfixes in buildDir in the CacheClear command (@Nyholm)
  • bug #38551 Remove content-type check on toArray methods (@jderusse)
  • feature #38550 [Security] Added check_post_only to the login link authenticator (@wouterj)
  • bug #38546 [String] fix "is too large" ValueError on PHP 8 (@nicolas-grekas)
  • bug #38544 [DI] fix dumping env vars (@nicolas-grekas)
  • feature #38532 [HttpClient] simplify retry mechanism around RetryStrategyInterface (@nicolas-grekas)
  • bug #38533 [TwigBridge] Fix preload hint and remove "unlinked class class@anonymous" warning (@burned42)
  • bug #38528 [Security] Making login link signature_properties option required (@weaverryan)
  • feature #38525 [Serializer] Enabled mapping configuration via attributes (@derrabus)
  • feature #38522 [Notifier ] Add Discord notifier (@mpiot, @connorhu)
  • bug #38477 [Form] fix ViolationMapper was always generating a localized label for each FormType (@romaricdrigon)
  • bug #38529 [Mailer] Fix mailjet image embedding (@Sandldan)
  • bug #38530 [HttpClient] fix reading the body after a ClientException (@nicolas-grekas)
  • bug #38523 [HttpClient] Fix multiple timeout with multiple retry (@jderusse)
  • bug #38520 [HttpClient] Fix nesteed stream in AsyncResponse (@jderusse)
  • bug #38518 [HttpClient] fix decorating timeout errors (@nicolas-grekas)
  • feature #38499 [Validator] Upgraded constraints to enable named arguments and attributes (@derrabus)
  • feature #38505 [Security][Login Link] Allow null and DateTime objects to be used as signatureProperties (@wouterj)
  • bug #38507 [Bug] Fix RateLimiter framework configuration (@bobvandevijver)
  • bug #38510 [PropertyInfo] Support for the mixed type (@derrabus)
  • bug #38493 [HttpClient] Fix CurlHttpClient memory leak (@HypeMC)
  • feature #38484 [Messenger] Add DelayStamp::delayFor() and DelayStamp::delayUntil() (@Nyholm)
  • bug #38476 [HttpClient] Fix missing abstract arg (@jderusse)
  • feature #37733 [PhpUnitBridge] Add ability to set a baseline for deprecation testing (@alexpott)
  • bug #38456 [Cache] skip igbinary < 3.1.6 (@nicolas-grekas)
  • bug #38453 [lock] Mark Key unserializable whith PgsqlStore (@jderusse)
  • bug #38452 [SecurityBundle] Make user lazy loading working without user provider (@tyx)
  • bug #38455 [Form] Fix field_value Twig helper for multiple choices (@tgalopin)
  • bug #38392 [Ldap] Bypass the use of ldap_control_paged_result on PHP >= 7.3 (@lucasaba)
  • feature #38434 [HttpClient] Add jitter to RetryBackoff (@jderusse)
  • feature #38346 [lock] Add store dedicated to postgresql (@jderusse)
  • bug #38444 [PhpUnitBridge] fix running parallel tests with phpunit 9 (@nicolas-grekas)
  • bug #38446 [PropertyInfo] Extract from default value doesn't set collection boolean (@Korbeil)
  • feature #38424 [Translation] Rename Translatable class to TranslatableMessage (@natewiebe13)
  • bug #38442 [VarDumper] fix truncating big arrays (@nicolas-grekas)
  • bug #38433 [Mime] Fix serialization of RawMessage (@gilbertsoft)
  • bug #38422 [SecurityGuard] Implement PostAuthenticationGuardToken::getFirewallName() (@derrabus)
  • feature #38393 [FrameworkBundle] Add option --as-tree to translation:update command (@jschaedl)
  • bug #38419 [DoctrineBridge] fix and replace namespace to Uid (@maxhelias)
  • feature #38410 [Validator] Migrate File and Image constraints to attributes (@derrabus)
  • bug #38418 [HttpClient] minor fixes in RetryableHttpClient (@nicolas-grekas)
  • feature #38253 [Cache] Allow ISO 8601 time intervals to specify default lifetime (@lstrojny)

[PR] https://github.com/symfony/symfony/pull/38573

Changelog (https://github.com/symfony/symfony/compare/v5.1.7...v5.2.0-BETA1)

  • feature #38382 [Validator] Use comparison constraints as attributes (@derrabus)
  • feature #38369 [HttpFoundation] Expired cookies string representation consistency & tests (@iquito)
  • feature #38407 [Mime] Prefer .jpg instead of .jpeg (@fabpot)
  • feature #36479 [Notifier][WebProfilerBundle][FrameworkBundle] Add notifier section to profiler (@jschaedl)
  • feature #38395 [lock] Prevent user serializing the key when store does not support it. (@jderusse)
  • feature #38307 [Form] Implement Twig helpers to get field variables (@tgalopin)
  • feature #38177 [Security] Magic login link authentication (@weaverryan)
  • feature #38224 [HttpFoundation] Add Request::toArray() for JSON content (@Nyholm)
  • feature #38323 [Mime] Allow multiple parts with the same name in FormDataPart (@HypeMC)
  • feature #38354 [RateLimiter] add Limit::ensureAccepted() which throws RateLimitExceededException if not accepted (@kbond)
  • feature #32904 [Messenger] Added ErrorDetailsStamp (@TimoBakx)
  • feature #36152 [Messenger] dispatch event when a message is retried (@nikophil)
  • feature #38361 Can define ChatMessage transport to null (@odolbeau)
  • feature #38289 [HttpClient] provide response body to the RetryDecider (@jderusse)
  • feature #38308 [Security][RateLimiter] Added request rate limiter to prevent breadth-first attacks (@wouterj)
  • feature #38257 [RateLimiter] Add limit object on RateLimiter consume method (@Valentin, @vasilvestre)
  • feature #38309 [Validator] Constraints as php 8 Attributes (@derrabus)
  • feature #38332 [Validator] Add support for UUIDv6 in Uuid constraint (@nicolas-grekas)
  • feature #38330 [Contracts] add TranslatableInterface (@nicolas-grekas)
  • feature #38322 [Validator] Add Ulid constraint and validator (@Laurent Clouet)
  • feature #38333 [Uid] make UUIDv6 always return truly random nodes to prevent leaking the MAC of the host (@nicolas-grekas)
  • feature #38296 [lock] Provides default implementation when store does not supports the behavior (@jderusse)
  • feature #38298 [Notifier] Add Sendinblue notifier. (@ptondereau)
  • feature #38305 [PhpUnitBridge] Enable a maximum PHPUnit version to be set via SYMFONY_MAX_PHPUNIT_VERSION (@stevegrunwell)
  • feature #38288 [DomCrawler] Add assertFormValue() in WebTestCase (@mnapoli)
  • feature #38287 [DomCrawler] Add checkbox assertions for functional tests (@mnapoli)
  • feature #36326 [Validator] Add invalid datetime message in Range validator (@przemyslaw-bogusz)
  • feature #38243 [HttpKernel] Auto-register kernel as an extension (@HypeMC)
  • feature #38277 [Mailer] Added Sendinblue bridge (@drixs6o9)
  • feature #35956 [Form] Added "html5" option to both MoneyType and PercentType (@romaricdrigon)
  • feature #38269 [String] allow passing null to string functions (@kbond)
  • feature #38176 [Config] Adding the "info" to a missing option error messages (@weaverryan)
  • feature #38167 [VarDumper] Support for ReflectionAttribute (@derrabus)
  • feature #35740 [MonologBridge] Use composition instead of inheritance in monolog bridge (@pvgnd, @mm-pvgnd)
  • feature #38182 [HttpClient] Added RetryHttpClient (@jderusse)
  • feature #38204 [Security] Added login throttling feature (@wouterj)
  • feature #38007 [Amqp] Add amqps support (@vasilvestre-OS)
  • feature #37546 [RFC] Introduce a RateLimiter component (@wouterj)
  • feature #38193 Make RetryTillSaveStore implements the SharedLockStoreInterface (@jderusse)
  • feature #37968 [Form] Add new way of mapping data using callback functions (@yceruto)
  • feature #38198 [String] allow translit rules to be given as closure (@nicolas-grekas)
  • feature #37829 [RFC][HttpKernel][Security] Allowed adding attributes on controller arguments that will be passed to argument resolvers. (@jvasseur)
  • feature #37752 [RFC][lock] Introduce Shared Lock (or Read/Write Lock) (@jderusse)
  • feature #37759 [Messenger] - Add option to confirm message delivery in Amqp connection (@scyzoryck)
  • feature #30572 [Cache] add integration with Messenger to allow computing cached values in a worker (@nicolas-grekas)
  • feature #38149 [SecurityBundle] Comma separated ips for security.access_control (@a-menshchikov)
  • feature #38151 [Serializer] add UidNormalizer (@guillbdx, @norkunas)
  • feature #37976 [Messenger] Don't prevent dispatch out of another bus (@ogizanagi)
  • feature #38134 [Lock] Fix wrong interface for MongoDbStore (@jderusse)
  • feature #38135 [AmazonSqsMessenger] Added the count message awareness on the transport (@raphahardt)
  • feature #38026 [HttpClient] Allow to provide additional curl options to CurlHttpClient (@pizzaminded)
  • feature #37559 [PropertyInfo] fix array types with keys (array<string, string>) (@digilist)
  • feature #37519 [Process] allow setting options esp. "create_new_console" to detach a subprocess (@andrei0x309)
  • feature #37704 [MonologBridge] Added SwitchUserTokenProcessor to log the impersonator (@IgorTimoshenko)
  • feature #37545 [DependencyInjection] Add the Required attribute (@derrabus)
  • feature #37474 [RFC][Routing] Added the Route attribute (@derrabus)
  • feature #38068 [Notifier] Register NotificationDataCollector and NotificationLoggerListener service (@jschaedl)
  • feature #32841 Create impersonation_exit_path() and *_url() functions (@dFayet)
  • feature #37706 [Validator] Debug validator command (@loic425, @fabpot)
  • feature #38052 Increase HttpBrowser::getHeaders() visibility to protected (@iansltx)
  • feature #36727 [Messenger] Add option to prevent Redis from deleting messages on rejection (@Steveb-p)
  • feature #37678 [DoctrineBridge] Ulid and Uuid as Doctrine Types (@gennadigennadigennadi)
  • feature #38037 Translate failure messages of json authentication (@Malte Schlüter)
  • feature #35890 [Cache] give control over cache prefix seed (@Tobion)
  • feature #37337 [Security] Configurable execution order for firewall listeners (@scheb)
  • feature #33850 [Serializer] fix denormalization of basic property-types in XML and CSV (@mkrauser)
  • feature #38017 [PHPUnitBridge] deprecations not disabled anymore when disabled=0 (@l-vo)
  • feature #33381 [Form] dispatch submit events for disabled forms too (@xabbuh)
  • feature #35338 Added support for using the "{{ label }}" placeholder in constraint messages (@a-menshchikov)
  • feature #34790 [Console] Remove restriction for choices to be strings (@LordZardeck, @YaFou, @ogizanagi)
  • feature #37979 [Workflow] Expose the Metadata Store in the DIC (@lyrixx)
  • feature #37371 [Translation] Add support for calling 'trans' with ICU formatted messages (@someonewithpc)
  • feature #37670 [Translation] Translatable objects (@natewiebe13)
  • feature #37432 [Mailer] Implement additional mailer transport options (@fritzmg)
  • feature #35893 [HttpClient][DI] Add an option to use the MockClient in functional tests (@GaryPEGEOT)
  • feature #35780 [Semaphore] Added the component (@lyrixx)
  • feature #37846 [Security] Lazily load the user during the check passport event (@wouterj)
  • feature #37934 [Mailer] Mailjet Add ability to pass custom headers to API (@tcheymol)
  • feature #37942 [Security] Renamed provider key to firewall name (@wouterj)
  • feature #37951 [FrameworkBundle] Make AbstractPhpFileCacheWarmer public (@ossinkine)
  • feature #30335 [PropertyInfo] ConstructorExtractor which has higher priority than PhpDocExtractor and ReflectionExtractor (@karser)
  • feature #37926 [lock] Lazy create table in lock PDO store (@jderusse)
  • feature #36573 [Notifier] Add Esendex bridge (@odolbeau)
  • feature #33540 [Serializer] Add special '*' serialization group that allows any group (@nrobinaubertin)
  • feature #37708 Allow Drupal to wrap the Symfony test listener (@alexpott)
  • feature #36211 [Serializer] Adds FormErrorNormalizer (@YaFou)
  • feature #37087 [Messenger] Add FlattenException Normalizer (@monteiro)
  • feature #37917 [Security] Pass Passport to LoginFailureEvent (@ihmels)
  • feature #37734 [HttpFoundation] add support for X_FORWARDED_PREFIX header (@jeff1985)
  • feature #37897 [Mailer] Support Amazon SES ConfigurationSetName (@cvmiert)
  • feature #37915 Improve link script with rollback when using symlink (@noniagriconomie)
  • feature #37889 Toolbar toggler accessibility (@Chi-teck)
  • feature #36515 [HttpKernel] Add $kernel->getBuildDir() to separate it from the cache directory (@mnapoli)
  • feature #32133 [PropertyAccess] Allow to disable magic __get & __set (@ogizanagi)
  • feature #36016 [Translation] Add a pseudo localization translator (@fancyweb)
  • feature #37755 Fix #37740: Cast all Request parameter values to string (@rgeraads)
  • feature #36541 ✨ [Mailer] Add Mailjet bridge (@tcheymol)
  • feature #36940 [Notifier] add support for smsapi-notifier (@szepczynski)
  • feature #37830 [Notifier] Add LinkedIn provider (@ismail1432)
  • feature #37867 [Messenger] Add message timestamp to amqp connection (@Bartłomiej Zając)
  • feature #36925 [Security] Verifying if the password field is null (@Mbechezi Nawo)
  • feature #37847 [Serializer][Mime] Fix Mime message serialization (@fabpot)
  • feature #37338 [Console] added TableCellStyle (@khoptynskyi)
  • feature #37840 [VarDumper] Support PHPUnit --colors option (@ogizanagi)
  • feature #37138 [Notifier][Slack] Use Slack Web API chat.postMessage instead of WebHooks (@xavierbriand)
  • feature #37827 [Console] Rework the signal integration (@lyrixx)
  • feature #36131 [Mailer] Add a transport that uses php.ini settings for configuration (@l-vo)
  • feature #36596 Add cache.adapter.redis_tag_aware to use RedisCacheAwareAdapter (@l-vo)
  • feature #36582 [Messenger] Add Beanstalkd bridge (@X-Coder264)
  • feature #35967 [VarDumper] Add VAR_DUMPER_FORMAT=server format (@ogizanagi)
  • feature #37815 [Workflow] Choose which Workflow events should be dispatched (@stewartmalik, @lyrixx)
  • feature #20054 [Console] Different approach on merging application definition (@ro0NL)
  • feature #36648 [Notifier] Add Mobyt bridge (@Deamon)
  • feature #37332 [FrameworkBundle] Allow to leverage autoconfiguration for DataCollectors with template (@l-vo)
  • feature #37359 [Security] Add event to inspect authenticated token before it becomes effective (@scheb)
  • feature #37539 [Workflow] Added Context to Workflow Event (@epitre)
  • feature #37683 [Console] allow multiline responses to console questions (@ramsey)
  • feature #29117 [Serializer] Add CompiledClassMetadataFactory (@fbourigault)
  • feature #37676 [Stopwatch] Add name property to the stopwatchEvent (@AhmedRaafat14)
  • feature #34704 [Messenger] Add method HandlerFailedException::getNestedExceptionOfClass (@tyx)
  • feature #37793 Revert "[DependencyInjection] Resolve parameters in tag arguments" (@rpkamp)
  • feature #37537 [HttpKernel] Provide status code in fragment handler exception (@gonzalovilaseca)
  • feature #36480 [Notifier] Add Infobip bridge (@jeremyFreeAgent)
  • feature #36496 [Notifier] added telegram options (@krasilnikovm)
  • feature #37754 [FrameworkBundle] Add days before expiration in "about" command (@noniagriconomie)
  • feature #35773 [Notifier] Change notifier recipient handling (@jschaedl)
  • feature #36488 [Notifier] Add Google Chat bridge (@GromNaN)
  • feature #36692 [HttpClient] add EventSourceHttpClient to consume Server-Sent Events (@soyuka)
  • feature #36616 [Notifier] Add Zulip notifier bridge (@phpfour)
  • feature #37747 [Notifier] Make Freemobile config more flexible (@fabpot)
  • feature #37718 [Security] class Security implements AuthorizationCheckerInterface (@SimonHeimberg)
  • feature #37732 [Console] Allow testing single command apps using CommandTester (@chalasr)
  • feature #37480 [Messenger] add redeliveredAt in RedeliveryStamp construct (@qkdreyer)
  • feature #37565 [Validator] Add Isin validator constraint (@lmasforne)
  • feature #37712 [Mailer] Prevent MessageLoggerListener from leaking in env=prod (@vudaltsov)
  • feature #33729 [Console] Add signal event (@marie)
  • feature #36352 [Validator] Added support for cascade validation on typed properties (@HeahDude)
  • feature #37243 [DependencyInjection] Resolve parameters in tag arguments (@rpkamp)
  • feature #37415 [Console] added info method to symfony style (@titospeakap, @titomiguelcosta)
  • feature #36691 [FrameworkBundle] Deprecate some public services to private (@fancyweb)
  • feature #36929 Added a FrenchInflector for the String component (@Alexandre-T)
  • feature #37620 [Security] Use NullToken while checking authorization (@wouterj)
  • feature #37711 [Router] allow to use \A and \z as regex start and end (@zlodes)
  • feature #37703 Update StopwatchPeriod.php (@ThomasLandauer)
  • feature #37696 [Routing] Allow inline definition of requirements and defaults for host (@julienfalque)
  • feature #37567 [PhpUnitBridge] Polyfill new phpunit 9.1 assertions (@phpfour)
  • feature #37479 [HttpFoundation] Added File::getContent() (@lyrixx)
  • feature #36178 [Mime] allow non-ASCII characters in local part of email (@dmaicher)
  • feature #30931 [Form] Improve invalid messages for form types (@hiddewie)
  • feature #37492 [ErrorHandler] Allow override of the default non-debug template (@PhilETaylor)
  • feature #37482 [HttpClient] always yield a LastChunk in AsyncResponse on destruction (@nicolas-grekas)
  • feature #36364 [HttpKernel][WebProfilerBundle] Add session profiling (@mtarld)
  • feature #37428 [Workflow] Added Function (and Twig extension) to retrieve a specific transition (@Carlos Pereira De Amorim)
  • feature #36487 [HttpClient] Add MockResponse::getRequestMethod() and getRequestUrl() to allow inspecting which request has been sent (@javespi)
  • feature #37295 Move event alias mappings to their components (@derrabus)
  • feature #37443 [HttpClient] add StreamableInterface to ease turning responses into PHP streams (@nicolas-grekas)
  • feature #36739 [TwigBundle] Deprecate the public "twig" service to private (@fancyweb)
  • feature #37272 [HttpFoundation] add HeaderUtils::parseQuery(): it does the same as parse_str() but preserves dots in variable names (@nicolas-grekas)
  • feature #37403 [Notifier] Return SentMessage from the Notifier message handler (@fabpot)
  • feature #36611 Add Notifier SentMessage (@jeremyFreeAgent)
  • feature #37357 [FrameworkBundle] allow configuring trusted proxies using semantic configuration (@nicolas-grekas)
  • feature #37373 [DI] deprecate Definition/Alias::setPrivate() (@nicolas-grekas)
  • feature #37351 [FrameworkBundle] allow enabling the HTTP cache using semantic configuration (@nicolas-grekas)
  • feature #37306 [Messenger] added support for Amazon SQS QueueUrl as DSN (@starred-gijs)
  • feature #37336 [Security] Let security factories add firewall listeners (@scheb)
  • feature #37318 [Security] Add attributes on Passport (@fabpot)
  • feature #37241 [Console] Fix Docblock for CommandTester::getExitCode (@Jean85)
  • feature #35834 [Notifier] Remove default transport property in Transports class (@jschaedl)
  • feature #37198 [FrameworkBundle] Add support for tagged_iterator/tagged_locator in unused tags util (@fabpot)
  • feature #37165 [Mime] Add DKIM support (@fabpot)
  • feature #36778 Use PHP instead of XML as the prefered service/route configuration in core (@fabpot)
  • feature #36802 [Console] Add support for true colors (@fabpot)
  • feature #36775 [DependencyInjection] Add abstract_arg() and param() (@fabpot)
  • feature #37040 [PropertyInfo] Support using the SerializerExtractor with no group check (@GuilhemN)
  • feature #37175 [Mime] Deprecate Address::fromString() (@fabpot)
  • feature #37114 Provides a way to override cache and log folders from the ENV (@Plopix)
  • feature #36736 [FrameworkBundle][Mailer] Add a way to configure some email headers from semantic configuration (@fabpot)
  • feature #37136 [HttpClient] added support for pausing responses with a new pause_handler callable exposed as an info item (@nicolas-grekas)
  • feature #36779 [HttpClient] add AsyncDecoratorTrait to ease processing responses without breaking async (@nicolas-grekas)
  • feature #36790 Bump Doctrine DBAL to 2.10+ (@fabpot)
  • feature #36818 [Validator] deprecate the "allowEmptyString" option (@xabbuh)

[PR] https://github.com/symfony/symfony/pull/38417

Changelog (https://github.com/symfony/symfony/compare/v5.1.6...v5.1.7)

  • bug #38396 Handle consecutive supports() calls in the RememberMeAuthenticator (@wouterj)
  • bug #36291 [Lock] Fix StoreFactory to accept same DSN syntax as AbstractAdapter (@Jontsa)
  • bug #38390 [Serializer][Minor] Fix circular reference exception message (bad limit displayed) (@l-vo)
  • bug #38388 [HttpClient] Always "buffer" empty responses (@nicolas-grekas)
  • bug #38384 [PhpUnitBridge] Fix Deprecation file when it comes from the TestsListener (@fancyweb)
  • bug #38380 [Form] propagate validation groups to subforms (@johanderuijter, @xabbuh)
  • bug #38377 Ignore more deprecations for Mockery mocks (@fancyweb)
  • bug #38375 [HttpClient] fix using proxies with NativeHttpClient (@nicolas-grekas)
  • bug #38372 [Routing] fix using !important and defaults/reqs in inline route definitions (@nicolas-grekas)
  • bug #38373 [ErrorHandler][DebugClassLoader] Do not check Mockery mocks classes (@fancyweb)
  • bug #38368 [HttpClient] Fix using https with proxies (@bohanyang)
  • bug #38350 [TwigBundle] Only remove kernel exception listener if twig is used (@dmolineus)
  • bug #38360 [BrowserKit] Cookie expiration at current timestamp (@iquito)
  • bug #38357 [DI] fix dumping non-shared lazy services (@nicolas-grekas)
  • bug #38358 [Messenger] Fix redis connection error message (@alexander-schranz)
  • bug #38343 Revert "bug #38063 [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable" (@nicolas-grekas)
  • bug #38348 [FrameworkBundle] Add Mailjet definition (@michaelKaefer)
  • bug #38336 [PhpUnitBridge] Fixed class_alias() for PHPUnit\Framework\Error\Error (@stevegrunwell)

[PR] https://github.com/symfony/symfony/pull/38406

Changelog (https://github.com/symfony/symfony/compare/v5.1.5...v5.1.6)

  • bug #38291 [OptionsResolver] Fix deprecation message access (@fancyweb)
  • bug #38248 [HttpClient] Allow bearer token with colon (@stephanvierkant)
  • bug #37837 [Form] Fix custom formats deprecation with HTML5 widgets (@fancyweb)
  • bug #38285 [Contracts][Translation] Optional Intl dependency (@ro0NL)
  • bug #38283 [Translator] Optional Intl dependency (@ro0NL)
  • bug #38271 [ErrorHandler] Escape JSON encoded log context (@ro0NL)
  • bug #38284 [Cache][Lock][Messenger] fix compatibility with Doctrine DBAL 3 (@xabbuh)
  • bug #38228 [Yaml Parser] Fix edge cases when parsing multiple documents (@digilist)
  • bug #38226 [FrameworkBundle] loadRoutes shoud receive RoutingPhpFileLoader (@grachevko)
  • bug #38229 [Yaml] fix parsing comments not prefixed by a space (@xabbuh)
  • bug #38127 [Translator] Make sure a null locale is handled properly (@jschaedl)
  • bug #38221 [Cache] Allow cache tags to be objects implementing __toString() (@lstrojny)
  • bug #38212 [HttpKernel] Do not override max_redirects option in HttpClientKernel (@dmolineus)
  • bug #38215 [HttpClient] Support for CURLOPT_LOCALPORT (@derrabus)
  • bug #38202 [FrameworkBundle] Fix xsd definition which prevent to add more than one workflow metadata (@l-vo)
  • bug #38195 [String] improve slugger's portability accross implementations of iconv() (@nicolas-grekas)
  • bug #38166 [Console] work around disabled putenv() (@SenTisso)
  • bug #38190 [Notifier] Fix errors parsing in FirebaseTransport (@jderusse)
  • bug #38173 [HttpClient][HttpClientTrait] don't calculate alternatives if option is auth_ntlm (@ybenhssaien)
  • bug #38169 [PhpUnitBridge] Internal classes are not legacy (@derrabus)
  • feature #38160 [Security] In the new authenticator system, no auth listener is valid (@weaverryan)
  • bug #38156 [Cache] fix ProxyAdapter not persisting items with infinite expiration (@dmaicher)
  • bug #38148 [HttpClient] fail properly when the server replies with HTTP/0.9 (@nicolas-grekas)
  • bug #38131 [Validator] allow consumers to mock all methods (@xabbuh)
  • bug #38140 [DI] dump OS-indepent paths in the preload file (@nicolas-grekas)
  • bug #38139 [DI] dump OS-indepent paths in the compiled container (@nicolas-grekas)
  • bug #38147 [Mailer] Fixed Mailgun API bridge JsonException when API response is not applicaton/json (@asprega)
  • bug #38126 [Cache] Limit cache version character range (@lstrojny)
  • bug #38136 [Messenger] Run postgres setup trigger in transaction (@akondas)
  • bug #38142 [FrameworkBundle] adopt src/.preload.php (@nicolas-grekas)
  • bug #38108 [Cache] Fix key encoding issue in Memcached adapter (@lstrojny)
  • bug #38122 [HttpClient] Fix Array to string conversion notice when parsing JSON error body with non-scalar detail property (@emarref)
  • bug #37097 DateTime validator support for trailing data (@stefankleff)
  • bug #38116 [Console] Silence warnings on sapi_windows_cp_set() call (@chalasr)
  • bug #38114 [Console] guard $argv + $token against null, preventing unnecessary exceptions (@bilogic)
  • bug #38094 [PhpUnitBridge] Skip internal classes in CoverageListenerTrait (@sanmai)
  • bug #38101 [VarExporter] unserialize() might throw an Exception on php 8 (@derrabus)
  • bug #38100 [ErrorHandler] Parse "x not found" errors correctly on php 8 (@derrabus)
  • bug #38099 Prevent parsing invalid octal digits as octal numbers (@julienfalque)
  • bug #38095 [Mailer] Remove unnecessary check for existing request (@jschaedl)
  • bug #38091 [DI] fix ContainerBuilder on PHP8 (@nicolas-grekas)
  • bug #38086 [HttpClient] with "bindto" with NativeHttpClient (@nicolas-grekas)
  • bug #38063 [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable (@nicolas-grekas)
  • bug #38080 [Console] Make sure $maxAttempts is an int or null (@derrabus)
  • bug #38075 esmtp error not being thrown properly (@Anton Zagorskii)
  • bug #38040 [Yaml Parser] fixed Parser to skip comments when inlining sequences (@korve)
  • bug #38073 [VarDumper] Fix caster for invalid SplFileInfo objects on php 8 (@derrabus)
  • bug #38074 [Messenger] Remove DelaySeconds parameter for FIFO queues (@netbull)
  • bug #38071 [PhpUnitBridge] Adjust output parsing of CoverageListenerTrait for PHPUnit 9.3 (@sanmai, @derrabus)
  • bug #38062 [DI] fix generating preload file when cache_dir is outside project_dir (@nicolas-grekas)
  • bug #38059 [Cache] Fix CacheCollectorPass with decorated cache pools (@shyim)
  • bug #38054 [PhpUnitBridge] CoverageListenerTrait update for PHPUnit 8.5/9.x (@sanmai)
  • bug #38049 [Debug] Parse "x not found" errors correctly on php 8 (@derrabus)
  • bug #38041 [PropertyInfo] Fix typed collections in PHP 7.4 (@ndench)
  • bug #38013 [PHPUnitBridge] Fix deprecation type detection when trigger_deprecation is used (@l-vo)
  • bug #37959 [PhpunitBridge] Fix deprecation type detection (when several autoload files are used) (@l-vo)
  • bug #38031 Allow Drupal to wrap the Symfony test listener (5.1 backport) (@fabpot, @alexpott)

[PR] https://github.com/symfony/symfony/pull/38313

Changelog (https://github.com/symfony/symfony/compare/v5.1.4...v5.1.5)

  • security #cve-2020-15094 Remove headers with internal meaning from HttpClient responses (@mpdude)
  • bug #38024 [Console] Fix undefined index for inconsistent command name definition (@chalasr)
  • bug #38023 [DI] fix inlining of non-shared services (@nicolas-grekas)
  • bug #38022 Missed AbstractArgument (@a-menshchikov)
  • bug #38020 [PhpUnitBridge] swallow deprecations (@xabbuh)
  • bug #37961 [Mailer] Fixed 'verify_peer' option in mailer DSN being ignored (@SnakePin)
  • bug #38010 [Cache] Psr16Cache does not handle Proxy cache items (@alex-dev)
  • bug #37937 [Serializer] fixed fix encoding of cache keys with anonymous classes (@michaelzangerle)
  • bug #38002 [Validator] Fix PhpUnitBridge version constraint (@derrabus)
  • bug #38001 Fix symfony/amazon-mailer constraint (@Michał Jusięga)

[PR] https://github.com/symfony/symfony/pull/38029
[SECURITY] Security release

Changelog (https://github.com/symfony/symfony/compare/v5.1.3...v5.1.4)

  • bug #37966 [HttpClient][MockHttpClient][DX] Throw when the response factory callable does not return a valid response (@fancyweb)
  • bug #37971 [PropertyInfo] Backport support for typed properties (PHP 7.4) (@dunglas)
  • bug #37970 [PhpUnitBridge] Polyfill new phpunit 9.1 assertions (@phpfour)
  • bug #37960 [PhpUnit] Add polyfill for assertMatchesRegularExpression() (@dunglas)
  • bug #37941 [TwigBridge] allow null for $message of filter method trans (@Flinsch)
  • bug #37622 [PropertyAccess] Fix accessing dynamic properties (@andreyserdjuk)
  • bug #37927 [HttpClient] fix chaining promises returned by HttplugClient (@CthulhuDen)
  • bug #37953 [DI] fix dumping lazy non-shared services (@nicolas-grekas)
  • bug #37949 [Yaml] fix more numeric cases changing in PHP 8 (@xabbuh)
  • bug #37943 [Security] Fixed RememberMeAuthenticator::autoLogin() logic in the authenticator (@wouterj)
  • bug #37921 [Yaml] account for is_numeric() behavior changes in PHP 8 (@xabbuh)
  • bug #37913 [Mailer] Support Return-Path in SesApiAsyncAwsTransport (@cvmiert)
  • bug #37912 [ExpressionLanguage] fix passing arguments to call_user_func_array() on PHP 8 (@xabbuh)
  • bug #37907 [Messenger] stop using the deprecated schema synchronizer API (@xabbuh)
  • bug #37899 [Mailer] Support reply-to in SesApiAsyncAwsTransport (@cvmiert)
  • bug #37900 [Mailer] Fixed mandrill api header structure (@wulff)
  • bug #37890 [Notifier] Fixed base_uri while call auth/time API (@leblanc-simon)
  • bug #37888 [Mailer] Reorder headers used to determine Sender (@cvmiert)
  • bug #37857 [PropertyInfo] Fix ReflectionExtractor + minor tweaks (@ogizanagi)
  • bug #37868 [Lock] MongoDbStore handle duplicate querystring keys in mongodb uri when stripping (@kralos)
  • bug #37872 [Sendgrid-Mailer] Fixed envelope recipients on sendgridApiTransport (@arendjantetteroo)
  • bug #37860 [Serializer][ClassDiscriminatorMapping] Fix getMappedObjectType() when a discriminator child extends another one (@fancyweb)
  • bug #37826 [Messenger] Fix BC layer for stamps moved into separate packages (@ogizanagi)
  • bug #37853 [Validator] ensure that the validator is a mock object for backwards-compatibility (@xabbuh)
  • bug #36340 [Serializer] Fix configuration of the cache key (@dunglas)
  • bug #36810 [Messenger] Do not stack retry stamp (@jderusse)
  • bug #37849 [FrameworkBundle] Add missing mailer transports in xsd (@l-vo)
  • bug #37218 [Lock] MongoDbStore skim non-standard options from uri (@kralos)
  • bug #37586 [ErrorHandler][DebugClassLoader] Add mixed and static return types support (@fancyweb)
  • bug #37845 [Serializer] Fix variadic support when using type hints (@fabpot)
  • bug #37841 [VarDumper] Backport handler lock when using VAR_DUMPER_FORMAT (@ogizanagi)
  • bug #37821 Postpone Range BC layer removal to 6.0. (@l-vo)
  • bug #37725 [Form] Fix Guess phpdoc return type (@franmomu)
  • bug #37771 Use PHPUnit 9.3 on php 8 (@derrabus)
  • bug #36140 [Validator] Add BC layer for notInRangeMessage when min and max are set (@l-vo)
  • bug #35843 [Validator] Add target guards for Composite nested constraints (@ogizanagi)
  • bug #37803 Fix for issue #37681 (@Rav)
  • bug #37744 [Yaml] Fix for #36624; Allow PHP constant as first key in block (@jnye)
  • bug #37767 [Form] fix mapping errors from unmapped forms (@xabbuh)
  • bug #37731 [Console] Table: support cells with newlines after a cell with colspan >= 2 (@GMTA)
  • bug #37791 Fix redis connect with empty password (@alexander-schranz)
  • bug #37790 Fix deprecated libxml_disable_entity_loader (@fabpot)
  • bug #37763 Fix deprecated libxml_disable_entity_loader (@jderusse)
  • bug #37774 [Console] Make sure we pass a numeric array of arguments to call_user_func_array() (@derrabus)
  • bug #37770 [String] We cannot have a "provides" function in test cases (@derrabus)
  • bug #37729 [FrameworkBundle] fail properly when the required service is not defined (@xabbuh)
  • bug #37701 [Serializer] Fix that it will never reach DOMNode (@TNAJanssen)
  • bug #37671 [Cache] fix saving no-expiry items with ArrayAdapter (@philipp-kolesnikov)
  • bug #37102 [WebProfilerBundle] Fix error with custom function and web profiler routing tab (@JakeFr)
  • bug #37560 [Finder] Fix GitIgnore parser when dealing with (sub)directories and take order of lines into account (@Jeroeny)
  • bug #37700 [VarDumper] Improve previous fix on light array coloration (@l-vo)
  • bug #37654 [Messenger] Fix invalid option sslmode in AmazonSqs bridge (@jderusse)
  • bug #37705 [Mailer] Added the missing reset tag to mailer.logger_message_listener (@vudaltsov)
  • bug #37697 [Messenger] reduce column length for MySQL 5.6 compatibility (@xabbuh)
  • bug #37690 HttpClient profiler error (@noniagriconomie)

[PR] https://github.com/symfony/symfony/pull/37999

Changelog (https://github.com/symfony/symfony/compare/v5.1.2...v5.1.3)

  • bug #37590 Allows RedisClusterProxy instance in Lock RedisStore (@jderusse)
  • bug #37583 [Mime] Fix EmailHeaderSame to make use of decoded value (@evertharmeling)
  • bug #37569 [Messenger] Allow same middleware to be used multiple times with different arguments (@HypeMC)
  • bug #37624 [Cache] Connect to RedisCluster with password auth (@mforbak)
  • bug #37635 [Cache] fix catching auth errors (@nicolas-grekas)
  • bug #37628 [Serializer] Support multiple levels of discriminator mapping (@jeroennoten)
  • bug #37629 [Messenger] fix ignored account & endpoint options amazon sqs connection (@surikman)
  • bug #37572 [FrameworkBundle] set default session.handler alias if handler_id is not provided (@Youssef BENHSSAIEN)
  • bug #37558 Removed @internal from Composite (@vudaltsov)
  • bug #37607 Fix checks for phpunit releases on Composer 2 (@colinodell)
  • bug #37611 [Mailer] Fix failover transport (@fabpot)
  • bug #37594 Use hexadecimal numerals instead of hexadecimals in strings to repres… (@arekzb)
  • bug #37576 [WebProfilerBundle] modified url generation to use absolute urls (@smatyas)
  • bug #36888 [Mailer] Fix mandrill raw http request setting from email/name (@JohJohan)
  • bug #37527 [Mailer] Fix reply-to functionality in the SendgridApiTransport (@jt2k)
  • bug #37581 [Mime] Fix compat with HTTP requests (@fabpot)
  • bug #37580 [Mime] Keep Sender full address when used by non-SMTP transports (@fabpot)
  • bug #37511 [DependencyInjection][Config] Use several placeholder unique prefixes for dynamic placeholder values (@fancyweb)
  • bug #37562 [Cache] Use the default expiry when saving (not when creating) items (@philipp-kolesnikov)
  • bug #37563 Fix DBAL deprecation (@nicolas-grekas)
  • bug #37521 [Form] Fix ChoiceType translation domain (@VincentLanglet)
  • bug #37550 [OptionsResolver] Fix force prepend normalizer (@hason)
  • bug #37520 [Form] silently ignore uninitialized properties when mapping data to forms (@ph-fritsche)
  • bug #37543 [PhpUnitBridge] consider traits imported in parent classes (@xabbuh)
  • bug #37515 [PhpUnitBridge] Fix expectDeprecation() in isolation (@alexpott)
  • bug #37526 [Cache][Config] ensure compatibility with PHP 8 stack traces (@xabbuh)
  • bug #37513 [PhpUnitBridge] ExcludeList usage for PHPUnit 9.4 (@gennadigennadigennadi)
  • bug #37514 [String] throw when Alpine is used and translit fails (@nicolas-grekas)
  • bug #37504 [Security\Http] Skip remember-me logout on empty token (@chalasr)
  • bug #37461 [Process] Fix Permission Denied error when writing sf_proc_00 lock files on Windows (@JasonStephensTAMU)
  • bug #37505 [Form] fix handling null as empty data (@xabbuh)
  • bug #37385 [Console] Fixes question input encoding on Windows (@YaFou)
  • bug #37499 [Form] Missing return in loadValuesForChoices method (@yceruto)
  • bug #37491 [HttpClient] Fix promise behavior in HttplugClient (@brentybh)
  • bug #37469 [Console] always use stty when possible to ask hidden questions (@nicolas-grekas)
  • bug #37486 [HttpClient] fix parsing response headers in CurlResponse (@nicolas-grekas)
  • bug #37484 [HttpClient][CurlHttpClient] Fix http_version option usage (@fancyweb)
  • bug #37447 [Validator] fix validating lazy properties that evaluate to null (@xabbuh)
  • bug #37464 [ErrorHandler] fix throwing from __toString() (@nicolas-grekas)
  • bug #37449 [Translation] Fix caching of parent locales file in translator (@jvasseur)
  • bug #37440 [HttpClient] fix casting TraceableResponse to php streams (@nicolas-grekas)
  • bug #37418 [PhpUnitBridge] Fix compatibility with phpunit 9.3 (@Gennadi Janzen)
  • bug #37441 [DoctrineBridge] work around Connection::ping() deprecation (@nicolas-grekas)
  • bug #37291 [MimeType] Duplicated MimeType due to PHP Bug (@juanmrad)
  • bug #37435 [DI] fix minor perf regression when creating non-shared services (@nicolas-grekas)
  • bug #37429 [DI] fix parsing of argument type=binary in xml (@Tobion)
  • bug #37425 [Form] fix guessing form types for DateTime types (@xabbuh)
  • bug #37392 [Validator] fix handling typed properties as constraint options (@xabbuh)
  • bug #37325 Fix the supports() method argument type of the security voter (@francoispluchino)
  • bug #37358 Directly use the driverConnection executeUpdate method (@TristanPouliquen)
  • bug #37389 [HttpFondation] Change file extension of "audio/mpeg" from "mpga" to "mp3" (@YaFou)
  • bug #37379 [HttpClient] Support for cURL handler objects (@derrabus)
  • bug #37383 [VarDumper] Support for cURL handler objects (@derrabus)
  • bug #37395 add .body wrapper element (@Nemo64)
  • bug #37400 [HttpClient] unset activity list when creating CurlResponse (@nicolas-grekas)
  • bug #37396 [DI] Fix call to sprintf in ServicesConfigurator::stack() (@dunglas)
  • bug #37368 [Security] Resolve event bubbling of logout + new events in a compiler pass (@wouterj)
  • bug #36304 Check whether path is file in DataPart::fromPath() (@freiondrej)
  • bug #37366 [SecurityBundle] Fix UserCheckerListener registration with custom user checker (@wouterj)
  • bug #37364 [Messenger] fixed queue_name option on amazon sqs connection (@ck-developer)
  • bug #37345 [Form] collect all transformation failures (@xabbuh)
  • bug #37362 [SecurityBundle] Drop cache.security_expression_language service if invalid (@chalasr)
  • bug #37353 [DI] disable preload.php on the CLI (@nicolas-grekas)
  • bug #37268 [Messenger] Fix precedence of DSN options for 4.4 (@jderusse)
  • bug #37269 [Lock][Messenger] Fix precedence of DSN options for 5.1 (@jderusse)
  • bug #37341 Fix support for PHP8 union types (@nicolas-grekas)
  • bug #37271 [FrameworkBundle] preserve dots in query-string when redirecting (@nicolas-grekas)
  • bug #37340 Fix support for PHP8 union types (@nicolas-grekas)
  • bug #37275 [DI] tighten detection of local dirs to prevent false positives (@nicolas-grekas)
  • bug #37090 [PhpUnitBridge] Streamline ansi/no-ansi of composer according to phpunit --colors option (@kick-the-bucket)
  • bug #36230 [VarDumper] Fix CliDumper coloration on light arrays (@l-vo)
  • bug #37270 [FrameworkBundle] preserve dots in query-string when redirecting (@nicolas-grekas)
  • bug #37312 Fix package rename when releasing (@94noni)
  • bug #37319 [HttpClient] Convert CurlHttpClient::handlePush() to instance method (@mpesari)
  • bug #37342 [Cache] fix compat with DBAL v3 (@nicolas-grekas)
  • bug #37327 [HttpFoundation] Allow null in InputBag@set (@taylorotwell)

[PR] https://github.com/symfony/symfony/pull/37650

Changelog (https://github.com/symfony/symfony/compare/v5.0.10...v5.0.11)

  • bug #37590 Allows RedisClusterProxy instance in Lock RedisStore (@jderusse)
  • bug #37583 [Mime] Fix EmailHeaderSame to make use of decoded value (@evertharmeling)
  • bug #37569 [Messenger] Allow same middleware to be used multiple times with different arguments (@HypeMC)
  • bug #37624 [Cache] Connect to RedisCluster with password auth (@mforbak)
  • bug #37635 [Cache] fix catching auth errors (@nicolas-grekas)
  • bug #37628 [Serializer] Support multiple levels of discriminator mapping (@jeroennoten)
  • bug #37572 [FrameworkBundle] set default session.handler alias if handler_id is not provided (@Youssef BENHSSAIEN)
  • bug #37607 Fix checks for phpunit releases on Composer 2 (@colinodell)
  • bug #37594 Use hexadecimal numerals instead of hexadecimals in strings to repres… (@arekzb)
  • bug #37576 [WebProfilerBundle] modified url generation to use absolute urls (@smatyas)
  • bug #36888 [Mailer] Fix mandrill raw http request setting from email/name (@JohJohan)
  • bug #37527 [Mailer] Fix reply-to functionality in the SendgridApiTransport (@jt2k)
  • bug #37581 [Mime] Fix compat with HTTP requests (@fabpot)
  • bug #37580 [Mime] Keep Sender full address when used by non-SMTP transports (@fabpot)
  • bug #37511 [DependencyInjection][Config] Use several placeholder unique prefixes for dynamic placeholder values (@fancyweb)
  • bug #37562 [Cache] Use the default expiry when saving (not when creating) items (@philipp-kolesnikov)
  • bug #37563 Fix DBAL deprecation (@nicolas-grekas)
  • bug #37521 [Form] Fix ChoiceType translation domain (@VincentLanglet)
  • bug #37550 [OptionsResolver] Fix force prepend normalizer (@hason)
  • bug #37520 [Form] silently ignore uninitialized properties when mapping data to forms (@ph-fritsche)
  • bug #37526 [Cache][Config] ensure compatibility with PHP 8 stack traces (@xabbuh)
  • bug #37513 [PhpUnitBridge] ExcludeList usage for PHPUnit 9.4 (@gennadigennadigennadi)
  • bug #37514 [String] throw when Alpine is used and translit fails (@nicolas-grekas)
  • bug #37461 [Process] Fix Permission Denied error when writing sf_proc_00 lock files on Windows (@JasonStephensTAMU)
  • bug #37505 [Form] fix handling null as empty data (@xabbuh)
  • bug #37385 [Console] Fixes question input encoding on Windows (@YaFou)
  • bug #37491 [HttpClient] Fix promise behavior in HttplugClient (@brentybh)
  • bug #37469 [Console] always use stty when possible to ask hidden questions (@nicolas-grekas)
  • bug #37486 [HttpClient] fix parsing response headers in CurlResponse (@nicolas-grekas)
  • bug #37484 [HttpClient][CurlHttpClient] Fix http_version option usage (@fancyweb)
  • bug #37447 [Validator] fix validating lazy properties that evaluate to null (@xabbuh)
  • bug #37464 [ErrorHandler] fix throwing from __toString() (@nicolas-grekas)
  • bug #37449 [Translation] Fix caching of parent locales file in translator (@jvasseur)
  • bug #37418 [PhpUnitBridge] Fix compatibility with phpunit 9.3 (@Gennadi Janzen)
  • bug #37441 [DoctrineBridge] work around Connection::ping() deprecation (@nicolas-grekas)
  • bug #37291 [MimeType] Duplicated MimeType due to PHP Bug (@juanmrad)
  • bug #37429 [DI] fix parsing of argument type=binary in xml (@Tobion)
  • bug #37425 [Form] fix guessing form types for DateTime types (@xabbuh)
  • bug #37392 [Validator] fix handling typed properties as constraint options (@xabbuh)
  • bug #37325 Fix the supports() method argument type of the security voter (@francoispluchino)
  • bug #37358 Directly use the driverConnection executeUpdate method (@TristanPouliquen)
  • bug #37389 [HttpFondation] Change file extension of "audio/mpeg" from "mpga" to "mp3" (@YaFou)
  • bug #37379 [HttpClient] Support for cURL handler objects (@derrabus)
  • bug #37383 [VarDumper] Support for cURL handler objects (@derrabus)
  • bug #37395 add .body wrapper element (@Nemo64)
  • bug #37400 [HttpClient] unset activity list when creating CurlResponse (@nicolas-grekas)
  • bug #36304 Check whether path is file in DataPart::fromPath() (@freiondrej)
  • bug #37345 [Form] collect all transformation failures (@xabbuh)
  • bug #37362 [SecurityBundle] Drop cache.security_expression_language service if invalid (@chalasr)
  • bug #37353 [DI] disable preload.php on the CLI (@nicolas-grekas)
  • bug #37268 [Messenger] Fix precedence of DSN options for 4.4 (@jderusse)
  • bug #37341 Fix support for PHP8 union types (@nicolas-grekas)
  • bug #37271 [FrameworkBundle] preserve dots in query-string when redirecting (@nicolas-grekas)
  • bug #37340 Fix support for PHP8 union types (@nicolas-grekas)
  • bug #37275 [DI] tighten detection of local dirs to prevent false positives (@nicolas-grekas)
  • bug #37090 [PhpUnitBridge] Streamline ansi/no-ansi of composer according to phpunit --colors option (@kick-the-bucket)
  • bug #36230 [VarDumper] Fix CliDumper coloration on light arrays (@l-vo)
  • bug #37270 [FrameworkBundle] preserve dots in query-string when redirecting (@nicolas-grekas)
  • bug #37319 [HttpClient] Convert CurlHttpClient::handlePush() to instance method (@mpesari)
  • bug #37342 [Cache] fix compat with DBAL v3 (@nicolas-grekas)
  • bug #37286 [Console] Reset question validator attempts only for actual stdin (bis) (@nicolas-grekas)
  • bug #37160 Reset question validator attempts only for actual stdin (@ostrolucky)
  • bug #36975 [PropertyInfo] Make PhpDocExtractor compatible with phpDocumentor v5 (@DerManoMann)

[PR] https://github.com/symfony/symfony/pull/37649
[EOM] End of maintenance release for branch 5.0

Changelog (https://github.com/symfony/symfony/compare/v5.1.1...v5.1.2)

  • bug #37286 [Console] Reset question validator attempts only for actual stdin (bis) (@nicolas-grekas)
  • bug #37265 [HttpFoundation] use InputBag for Request::$request only if data is coming from a form (@nicolas-grekas)
  • bug #37283 [SecurityBundle] Fix CookieClearingLogoutListener DI configuration (@wouterj)
  • bug #37160 Reset question validator attempts only for actual stdin (@ostrolucky)
  • bug #36975 [PropertyInfo] Make PhpDocExtractor compatible with phpDocumentor v5 (@DerManoMann)
  • bug #37279 [Form] Fixed prototype block prefixes hierarchy of the CollectionType (@yceruto)
  • bug #37276 [Form] Fixed block prefixes hierarchy of the CollectionType (@yceruto)
  • bug #37261 Fix register csrf protection listener (@Ne-Lexa)

[PR] https://github.com/symfony/symfony/pull/37288

Changelog (https://github.com/symfony/symfony/compare/v5.1.0...v5.1.1)

  • 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 #37044 [DependencyInjection] Apply ExpressionLanguageProviderPass to router.default (@wizhippo)
  • bug #37054 [String] Fix ellipsis of truncate when not using cut option (@DuboisS)
  • bug #37190 [HttpClient] disable AMP's inactivity timeout, we deal with it on our own already (@nicolas-grekas)
  • bug #37191 [HttpClient] fix offset computation for data chunks (@nicolas-grekas)
  • bug #37176 [Routing] Keeping routes priorities after add a name prefix to the collection (@yceruto)
  • bug #37140 [Lock] Fixed reading locks from replica set secondary nodes (@kralos)
  • 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 #37153 [PhpUnitBridge] Fix ExpectDeprecationTrait::expectDeprecation() conflict (@fancyweb)
  • bug #37162 [Mailer] added the reply-to addresses to the API SES transport request. (@ribeiropaulor)
  • bug #37144 [DI] Add check around class_alias for generated proxy classes (@enumag)
  • 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 #37154 [FrameworkBundle] Remove reference to APP_SECRET in MicroKernelTrait (@nicolas-grekas)
  • bug #37126 [SecurityBundle] Fix the session listener registration under the new authentication manager (@johnvandeweghe)
  • bug #37130 [Console] allow cursor to be used even when STDIN is not defined (@xabbuh)
  • bug #37053 [PropertyAccess] Fix getter call order BC (@1ed)
  • bug #37117 [Messenger/DoctrineBridge] set column length for mysql 5.6 compatibility (@Nemo64)
  • bug #37127 [Messenger/AmazonSqsBridge] Fixed left-over debug statement (@sstok)
  • 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 #37022 [DependencyInjection] Improve missing package/version deprecation (@acrobat)
  • bug #37038 Fix invalid char in SQS Headers (@jderusse)
  • bug #37047 [SecurityBundle] Only register CSRF protection listener if CSRF is available (@wouterj)
  • bug #37065 [HttpClient] Throw JsonException instead of TransportException on empty response in Response::toArray() (@jeroennoten)
  • bug #37058 [FrameworkBundle] Extension Serializer issue (@Korbeil)
  • bug #37077 [WebProfilerBundle] Move ajax clear event listener initialization on loadToolbar (@Bruno BOUTAREL)
  • bug #37056 [DoctrineBridge] register event listeners depending on the installed packages (@xabbuh)
  • bug #37020 [ExpressionLanguage] reset the internal state when the parser is finished (@xabbuh)
  • bug #37049 [Serializer] take into account the context when preserving empty array objects (@xabbuh)
  • bug #37031 [Security] Fixed PUBLIC_ACCESS in authenticated sessions (@wouterj)
  • bug #37028 [FrameworkBundle] Fix enabled_locales behavior (@tgalopin)

[PR] https://github.com/symfony/symfony/pull/37248

Changelog (https://github.com/symfony/symfony/compare/v5.0.9...v5.0.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] https://github.com/symfony/symfony/pull/37247

Changelog (https://github.com/symfony/symfony/compare/v5.1.0-RC2...v5.1.0)

  • bug #37009 [Validator] use "allowedVariables" to configure the ExpressionLanguageSyntax constraint (@xabbuh)
  • bug #37008 [Security] Fixed AbstractToken::hasUserChanged() (@wouterj)
  • bug #36894 [Validator] never directly validate Existence (Required/Optional) constraints (@xabbuh)
  • bug #37007 [Console] Fix QuestionHelper::disableStty() (@chalasr)
  • bug #36865 [Form] validate subforms in all validation groups (@xabbuh)
  • bug #36907 Fixes sprintf(): Too few arguments in form transformer (@pedrocasado)
  • bug #36868 [Validator] Use Mime component to determine mime type for file validator (@pierredup)
  • bug #37000 Add meaningful message when using ProcessHelper and Process is not installed (@l-vo)
  • bug #36990 [Messenger] Change the default notify timeout value for PostgreSQL (@fabpot)
  • bug #36995 [TwigBridge] fix fallback html-to-txt body converter (@nicolas-grekas)
  • bug #36993 [ErrorHandler] fix setting $trace to null in FatalError (@nicolas-grekas)
  • bug #36987 Handle fetch mode deprecation of DBAL 2.11. (@derrabus)
  • bug #36984 [SecurityBundle] Fixed version constraint on security-core and security-guard (@wouterj)
  • bug #36974 [Security] Fixed handling of CSRF logout error (@wouterj)

[PR] https://github.com/symfony/symfony/pull/37019

Changelog (https://github.com/symfony/symfony/compare/v5.0.8...v5.0.9)

  • bug #37008 [Security] Fixed AbstractToken::hasUserChanged() (@wouterj)
  • bug #36894 [Validator] never directly validate Existence (Required/Optional) constraints (@xabbuh)
  • bug #37007 [Console] Fix QuestionHelper::disableStty() (@chalasr)
  • bug #36865 [Form] validate subforms in all validation groups (@xabbuh)
  • bug #36907 Fixes sprintf(): Too few arguments in form transformer (@pedrocasado)
  • bug #36868 [Validator] Use Mime component to determine mime type for file validator (@pierredup)
  • bug #37000 Add meaningful message when using ProcessHelper and Process is not installed (@l-vo)
  • bug #36995 [TwigBridge] fix fallback html-to-txt body converter (@nicolas-grekas)
  • bug #36993 [ErrorHandler] fix setting $trace to null in FatalError (@nicolas-grekas)
  • bug #36987 Handle fetch mode deprecation of DBAL 2.11. (@derrabus)
  • bug #36974 [Security] Fixed handling of CSRF logout error (@wouterj)
  • bug #36947 [Mime] Allow email message to have "To", "Cc", or "Bcc" header to be valid (@Ernest Hymel)
  • bug #36914 Parse and render anonymous classes correctly on php 8 (@derrabus)
  • bug #36921 [OptionsResolver][Serializer] Remove calls to deprecated ReflectionParameter::getClass() (@derrabus)
  • bug #36920 [VarDumper] fix PHP 8 support (@nicolas-grekas)
  • bug #36917 [Cache] Accessing undefined constants raises an Error in php8 (@derrabus)
  • bug #36891 Address deprecation of ReflectionType::getClass() (@derrabus)
  • bug #36899 [VarDumper] ReflectionFunction::isDisabled() is deprecated (@derrabus)
  • bug #36905 [Validator] Catch expected ValueError (@derrabus)
  • bug #36915 [DomCrawler] Catch expected ValueError (@derrabus)
  • bug #36908 [Cache][HttpClient] Made method signatures compatible with their corresponding traits (@derrabus)
  • bug #36906 [DomCrawler] Catch expected ValueError (@derrabus)
  • bug #36904 [PropertyAccess] Parse php 8 TypeErrors correctly (@derrabus)
  • bug #36839 [BrowserKit] Raw body with custom Content-Type header (@azhurb)
  • bug #36896 [Config] Removed implicit cast of ReflectionProperty to string (@derrabus)
  • bug #35944 [Security/Core] Fix wrong roles comparison (@thlbaut)
  • bug #36882 [PhpUnitBridge] fix installing under PHP >= 8 (@nicolas-grekas)
  • bug #36833 [HttpKernel] Fix that the Store would not save responses with the X-Content-Digest header present (@mpdude)
  • bug #36867 [PhpUnitBridge] fix bad detection of unsilenced deprecations (@nicolas-grekas)
  • bug #36862 [Security] Unserialize $parentData, if needed, to avoid errors (@rfaivre)
  • bug #36855 [HttpKernel] Fix error logger when stderr is redirected to /dev/null (@fabpot)
  • bug #36838 [HttpKernel] Bring back the debug toolbar (@derrabus)
  • bug #36592 [BrowserKit] Allow Referer set by history to be overridden (@Slamdunk)
  • 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 #36743 [Yaml] Fix escaped quotes in quoted multi-line string (@ossinkine)
  • bug #36777 [TwigBundle] FormExtension does not have a constructor anymore since sf 4.0 (@Tobion)
  • bug #36716 [Mime] handle passing custom mime types as string (@mcneely)
  • bug #36747 Queue name is a required parameter (@theravel)
  • bug #36751 [Mime] fix bad method call on EmailAddressContains (@Kocal)
  • bug #36696 [Console] don't check tty on stdin, it breaks with "data lost during stream conversion" (@nicolas-grekas)
  • bug #36569 [PhpUnitBridge] Mark parent class also covered in CoverageListener (@lyrixx)
  • bug #36690 [Yaml] prevent notice for invalid octal numbers on PHP 7.4 (@xabbuh)
  • bug #36590 [Console] Default hidden question to 1 attempt for non-tty session (@ostrolucky)
  • bug #36497 [Filesystem] Handle paths on different drives (@crishoj)
  • bug #36678 [WebProfiler] Do not add src-elem CSP directives if they do not exist (@ndench)
  • bug #36501 [DX] Show the ParseException message in all YAML file loaders (@fancyweb)
  • bug #36683 [Yaml] fix parse error when unindented collections contain a comment (@wdiesveld)
  • bug #36672 [Validator] Skip validation when email is an empty object (@acrobat)
  • bug #36673 [PhpUnitBridge] fix PHP 5.3 compat again (@nicolas-grekas)
  • bug #36505 [Translation] Fix for translation:update command updating ICU messages (@artemoliynyk)
  • bug #36627 [Validator] fix lazy property usage. (@bendavies)
  • bug #36601 [Serializer] do not transform empty \Traversable to Array (@soyuka)
  • bug #36606 [Cache] Fixed not supported Redis eviction policies (@SerheyDolgushev)
  • bug #36625 [PhpUnitBridge] fix compat with PHP 5.3 (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/37018

Changelog (https://github.com/symfony/symfony/compare/v5.1.0-RC1...v5.1.0-RC2)

  • bug #36966 Fix extra SQL support in Doctrine migrations (@fabpot)
  • bug #36960 [HttpClient] fix management of shorter-than-requested timeouts with AmpHttpClient (@nicolas-grekas)
  • bug #36947 [Mime] Allow email message to have "To", "Cc", or "Bcc" header to be valid (@Ernest Hymel)
  • bug #36943 [FrameworkBundle] Fix MicroKernelTrait for php 8 (@derrabus)
  • bug #36938 Don't call method_exists() with non-objects. (@derrabus)
  • bug #36936 [FrameworkBundle] don't use abstract methods in MicroKernelTrait, their semantics changed in PHP 8 (@nicolas-grekas)
  • bug #36935 [HttpClient] Adjust AmpResponse to the stricter trait handling in php 8 (@derrabus)
  • bug #36914 Parse and render anonymous classes correctly on php 8 (@derrabus)
  • bug #36921 [OptionsResolver][Serializer] Remove calls to deprecated ReflectionParameter::getClass() (@derrabus)
  • feature #36918 [Security] Removed "services" prototype node from "custom_authenticator" (@wouterj)
  • bug #36920 [VarDumper] fix PHP 8 support (@nicolas-grekas)
  • bug #36917 [Cache] Accessing undefined constants raises an Error in php8 (@derrabus)
  • bug #36891 Address deprecation of ReflectionType::getClass() (@derrabus)
  • bug #36899 [VarDumper] ReflectionFunction::isDisabled() is deprecated (@derrabus)
  • bug #36905 [Validator] Catch expected ValueError (@derrabus)
  • bug #36915 [DomCrawler] Catch expected ValueError (@derrabus)
  • bug #36908 [Cache][HttpClient] Made method signatures compatible with their corresponding traits (@derrabus)
  • bug #36906 [DomCrawler] Catch expected ValueError (@derrabus)
  • bug #36904 [PropertyAccess] Parse php 8 TypeErrors correctly (@derrabus)
  • bug #36839 [BrowserKit] Raw body with custom Content-Type header (@azhurb)
  • bug #36869 [Form] don't add the inputmode attribute on fields whose type is the same (@MatTheCat)
  • feature #36886 [Validator] Make ExpressionLanguageSyntax validator usable with annotation (@jderusse)
  • bug #36896 [Config] Removed implicit cast of ReflectionProperty to string (@derrabus)
  • bug #35944 [Security/Core] Fix wrong roles comparison (@thlbaut)
  • bug #36873 [Messenger] Fixed check for allowed options in AwsSqs configuration (@kroshilin)
  • bug #36882 [PhpUnitBridge] fix installing under PHP >= 8 (@nicolas-grekas)
  • bug #36859 [Validator] allow passing a validator to Validation::createCallable() (@nicolas-grekas)
  • bug #36833 [HttpKernel] Fix that the Store would not save responses with the X-Content-Digest header present (@mpdude)
  • bug #36867 [PhpUnitBridge] fix bad detection of unsilenced deprecations (@nicolas-grekas)
  • bug #36862 [Security] Unserialize $parentData, if needed, to avoid errors (@rfaivre)
  • bug #36855 [HttpKernel] Fix error logger when stderr is redirected to /dev/null (@fabpot)
  • bug #36838 [HttpKernel] Bring back the debug toolbar (@derrabus)

[PR] https://github.com/symfony/symfony/pull/36968

Changelog (https://github.com/symfony/symfony/compare/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] https://github.com/symfony/symfony/pull/36835

Changelog (https://github.com/symfony/symfony/compare/v5.0.8...v5.1.0-BETA1)

  • feature #36711 [Form] deprecate NumberToLocalizedStringTransformer::ROUND_* constants (@nicolas-grekas)
  • feature #36681 [FrameworkBundle] use the router context by default for assets (@nicolas-grekas)
  • feature #35545 [Serializer] Allow to include the severity in ConstraintViolationList (@dunglas)
  • feature #36471 [String] allow passing a string of custom characters to ByteString::fromRandom (@azjezz)
  • feature #35092 [Inflector][String] Move Inflector in String (@fancyweb)
  • feature #36302 [Form] Add the html5 option to ColorType to validate the input (@fancyweb)
  • feature #36184 [FrameworkBundle] Deprecate renderView() in favor of renderTemplate() (@javiereguiluz)
  • feature #36655 Automatically provide Messenger Doctrine schema to "diff" (@weaverryan)
  • feature #35849 [ExpressionLanguage] Added expression language syntax validator (@Andrej-in-ua)
  • feature #36656 [Security/Core] Add CustomUserMessageAccountStatusException (@VincentLanglet)
  • feature #36621 Log deprecations on a dedicated Monolog channel (@l-vo)
  • feature #34813 [Yaml] support YAML 1.2 octal notation, deprecate YAML 1.1 one (@xabbuh)
  • feature #36557 [Messenger] Add support for RecoverableException (@jderusse)
  • feature #36470 [DependencyInjection] Add a mechanism to deprecate public services to private (@fancyweb)
  • feature #36651 [FrameworkBundle] Allow configuring the default base URI with a DSN (@nicolas-grekas)
  • feature #36600 [Security] Added LDAP support to Authenticator system (@wouterj)
  • feature #35453 [Messenger] Add option to stop the worker after a message failed (@micheh)
  • feature #36094 [AmazonSqsMessenger] Use AsyncAws to handle SQS communication (@jderusse)
  • feature #36636 Add support of PHP8 static return type for withers (@l-vo)
  • feature #36586 [DI] allow loading and dumping tags with an attribute named "name" (@nicolas-grekas)
  • feature #36599 [HttpKernel] make kernels implementing WarmableInterface be part of the cache warmup stage (@nicolas-grekas)
  • feature #35992 [Mailer] Use AsyncAws to handle SES requests (@jderusse)
  • feature #36574 [Security] Removed anonymous in the new security system (@wouterj)
  • feature #36666 [Security] Renamed VerifyAuthenticatorCredentialsEvent to CheckPassportEvent (@wouterj)
  • feature #36575 [Security] Require entry_point to be configured with multiple authenticators (@wouterj)
  • feature #36570 [Security] Integrated Guards with the Authenticator system (@wouterj)
  • feature #36562 Revert "feature #30501 [FrameworkBundle][Routing] added Configurators to handle template and redirect controllers (HeahDude)" (@nicolas-grekas)
  • feature #36373 [DI] add syntax to stack decorators (@nicolas-grekas)
  • feature #36545 [DI] fix definition and usage of AbstractArgument (@nicolas-grekas)
  • feature #28744 [Serializer] Add an @Ignore annotation (@dunglas)
  • feature #36456 [String] Add locale-sensitive map for slugging symbols (@lmasforne)
  • feature #36535 [DI] skip preloading dependencies of non-preloaded services (@nicolas-grekas)
  • feature #36525 Improve SQS interoperability (@jderusse)
  • feature #36516 [Notifier] Throw an exception when the Slack DSN is not valid (@fabpot)
  • feature #35690 [Notifier] Add Free Mobile notifier (@noniagriconomie)
  • feature #33558 [Security] AuthenticatorManager to make "authenticators" first-class security (@wouterj)
  • feature #36187 [Routing] Deal with hosts per locale (@odolbeau)
  • feature #36464 [RedisMessengerBridge] Add a delete_after_ack option (@Seldaek)
  • feature #36431 [Messenger] Add FIFO support to the SQS transport (@cv65kr)
  • feature #36455 [Cache] Added context to log messages (@Nyholm)
  • feature #34363 [HttpFoundation] Add InputBag (@azjezz)
  • feature #36445 [WebProfilerBundle] Make a difference between queued and sent emails (@fabpot)
  • feature #36424 [Mailer][Messenger] add return statement for MessageHandler (@ottaviano)
  • feature #36426 [Form] Deprecated unused old ServerParams util (@HeahDude)
  • feature #36433 [Console] cursor tweaks (@fabpot)
  • feature #35828 [Notifier][Slack] Send messages using Incoming Webhooks (@birkof, @fabpot)
  • feature #27444 [Console] Add Cursor class to control the cursor in the terminal (@pierredup)
  • feature #31390 [Serializer] UnwrappingDenormalizer (@nonanerz)
  • feature #36390 [DI] remove restriction and allow mixing "parent" and instanceof-conditionals/defaults/bindings (@nicolas-grekas)
  • feature #36388 [DI] deprecate the inline() function from the PHP-DSL in favor of service() (@nicolas-grekas)
  • feature #36389 [DI] allow decorators to reference their decorated service using the special .inner id (@nicolas-grekas)
  • feature #36345 [OptionsResolver] Improve the deprecation feature by handling package and version (@atailouloute)
  • feature #36372 [VarCloner] Cut Logger in dump (@lyrixx)
  • feature #35748 [HttpFoundation] Add support for all core response http control directives (@azjezz)
  • feature #36270 [FrameworkBundle] Add file links to named controllers in debug:router (@chalasr)
  • feature #35762 [Asset] Allows to download asset manifest over HTTP (@GromNaN)
  • feature #36195 [DI] add tags container.preload/.no_preload to declare extra classes to preload/services to not preload (@nicolas-grekas)
  • feature #36209 [HttpKernel] allow cache warmers to add to the list of preloaded classes and files (@nicolas-grekas)
  • feature #36243 [Security] Refactor logout listener to dispatch an event instead (@wouterj)
  • feature #36185 [Messenger] Add a \Throwable argument in RetryStrategyInterface methods (@Benjamin Dos Santos)
  • feature #35871 [Config] Improve the deprecation features by handling package and version (@atailouloute)
  • feature #35879 [DependencyInjection] Deprecate ContainerInterface aliases (@fancyweb)
  • feature #36273 [FrameworkBundle] Deprecate flashbag and attributebag services (@William Arslett)
  • feature #36257 [HttpKernel] Deprecate single-colon notation for controllers (@chalasr)
  • feature #35778 [DI] Improve the deprecation features by handling package and version (@atailouloute)
  • feature #36129 [HttpFoundation][HttpKernel][Security] Improve UnexpectedSessionUsageException backtrace (@mtarld)
  • feature #36186 [FrameworkBundle] Dump kernel extension configuration (@guillbdx)
  • feature #34984 [Form] Allowing plural message on extra data validation failure (@popnikos)
  • feature #36154 [Notifier][Slack] Add fields on Slack Section block (@birkof)
  • feature #36148 [Mailer][Mailgun] Support more headers (@Nyholm)
  • feature #36144 [FrameworkBundle][Routing] Add link to source to router:match (@l-vo)
  • feature #36117 [PropertyAccess][DX] Added an UninitializedPropertyException (@HeahDude)
  • feature #36088 [Form] Added "collection_entry" block prefix to CollectionType entries (@HeahDude)
  • feature #35936 [String] Add AbstractString::containsAny() (@nicolas-grekas)
  • feature #35744 [Validator] Add AtLeastOne constraint and validator (@przemyslaw-bogusz)
  • feature #35729 [Form] Correctly round model with PercentType and add a rounding_mode option (@VincentLanglet)
  • feature #35733 [Form] Added a "choice_filter" option to ChoiceType (@HeahDude)
  • feature #36003 [ErrorHandler][FrameworkBundle] better error messages in failing tests (@guillbdx)
  • feature #36034 [PhpUnitBridge] Deprecate @expectedDeprecation annotation (@hkdobrev)
  • feature #35924 [HttpClient] make HttpClient::create() return an AmpHttpClient when amphp/http-client is found but curl is not or too old (@nicolas-grekas)
  • feature #36072 [SecurityBundle] Added XSD for the extension configuration (@HeahDude)
  • feature #36074 [Uid] add AbstractUid and interop with base-58/32/RFC4122 encodings (@nicolas-grekas)
  • feature #36066 [Uid] use one class per type of UUID (@nicolas-grekas)
  • feature #36042 [Uid] add support for Ulid (@nicolas-grekas)
  • feature #35995 [FrameworkBundle] add --deprecations on debug:container command (@Simperfit, @noemi-salaun)
  • feature #36059 [String] leverage Stringable from PHP 8 (@nicolas-grekas)
  • feature #35940 [UID] Added the component + Added support for UUID (@lyrixx)
  • feature #31375 [Form] Add label_html attribute (@przemyslaw-bogusz)
  • feature #35997 [DX][Testing] Added a loginUser() method to test protected resources (@javiereguiluz, @wouterj)
  • feature #35978 [Messenger] Show message & handler(s) class description in debug:messenger (@ogizanagi)
  • feature #35960 [Security/Http] Hash Persistent RememberMe token (@guillbdx)
  • feature #35115 [HttpClient] Add portable HTTP/2 implementation based on Amp's HTTP client (@nicolas-grekas)
  • feature #35913 [LDAP] Add error code in exceptions generated by ldap (@Victor Garcia)
  • feature #35782 [Routing] Add stateless route attribute (@mtarld)
  • feature #35732 [FrameworkBundle][HttpKernel] Add session usage reporting in stateless mode (@mtarld)
  • feature #35815 [Validator] Allow Sequentially constraints on classes + target guards (@ogizanagi)
  • feature #35747 [Routing][FrameworkBundle] Allow using env() in route conditions (@atailouloute)
  • feature #35857 [Routing] deprecate RouteCompiler::REGEX_DELIMITER (@nicolas-grekas)
  • feature #35804 [HttpFoundation] Added MarshallingSessionHandler (@atailouloute)
  • feature #35858 [Security] Deprecated ROLE_PREVIOUS_ADMIN (@wouterj)
  • feature #35848 [Validator] add alpha3 option to Language constraint (@xabbuh)
  • feature #31189 [Security] Add IS_IMPERSONATOR, IS_ANONYMOUS and IS_REMEMBERED (@HeahDude)
  • feature #30994 [Form] Added support for caching choice lists based on options (@HeahDude)
  • feature #35783 [Validator] Add the divisibleBy option to the Count constraint (@fancyweb)
  • feature #35649 [String] Allow to keep the last word when truncating a text (@franmomu)
  • feature #34654 [Notifier] added Sinch texter transport (@imiroslavov)
  • feature #35673 [Process] Add getter for process starttime (@dompie)
  • feature #35689 [String] Transliterate & to and (@Warxcell)
  • feature #34550 [Form] Added an AbstractChoiceLoader to simplify implementations and handle global optimizations (@HeahDude)
  • feature #35688 [Notifier] Simplify OVH implementation (@fabpot)
  • feature #34540 [Notifier] add OvhCloud bridge (@antiseptikk)
  • feature #35192 [PhpUnitBridge] Add the ability to expect a deprecation inside a test (@fancyweb)
  • feature #35667 [DomCrawler] Rename UriExpander.php -> UriResolver (@lyrixx)
  • feature #35611 [Console] Moved estimated & remaining calculation logic to separate get method (@peterjaap)
  • feature #33968 [Notifier] Add Firebase bridge (@Jeroeny)
  • feature #34022 [Notifier] add RocketChat bridge (@Jeroeny)
  • feature #32454 [Messenger] Add SQS transport (@jderusse)
  • feature #33875 Add Mattermost notifier bridge (@thePanz)
  • feature #35400 [RFC][DX][OptionsResolver] Allow setting info message per option (@yceruto)
  • feature #30501 [FrameworkBundle][Routing] added Configurators to handle template and redirect controllers (@HeahDude)
  • feature #35373 [Translation] Support name attribute on the xliff2 translator loader (@Taluu)
  • feature #35550 Leverage trigger_deprecation() from symfony/deprecation-contracts (@nicolas-grekas)
  • feature #35648 [Contracts/Deprecation] don't use assert(), rename to trigger_deprecation() (@nicolas-grekas)
  • feature #33456 [MonologBridge] Add Mailer handler (@BoShurik)
  • feature #35384 [Messenger] Add receiving of old pending messages (redis) (@toooni)
  • feature #34456 [Validator] Add a constraint to sequentially validate a set of constraints (@ogizanagi)
  • feature #34334 [Validator] Allow to define a reusable set of constraints (@ogizanagi)
  • feature #35642 [HttpFoundation] Make dependency on Mime component optional (@atailouloute)
  • feature #35635 [HttpKernel] Make ErrorListener unaware of the event dispatcher (@derrabus)
  • feature #35019 [Cache] add SodiumMarshaller (@atailouloute)
  • feature #35625 [String] Add the s() helper method (@fancyweb)
  • feature #35624 [String] Remove the @experimental status (@fancyweb)
  • feature #33848 [OptionsResolver] Add new OptionConfigurator class to define options with fluent interface (@lmillucci, @yceruto)
  • feature #35076 [DI] added possibility to define services with abstract arguments (@Islam93)
  • feature #35608 [Routing] add priority option to annotated routes (@nicolas-grekas)
  • feature #35526 [Contracts/Deprecation] Provide a generic function and convention to trigger deprecation notices (@nicolas-grekas)
  • feature #32747 [Form] Add "is empty callback" to form config (@fancyweb)
  • feature #34884 [DI] Enable auto alias compiler pass by default (@X-Coder264)
  • feature #35596 [Serializer] Add support for stdClass (@dunglas)
  • feature #34278 Update bootstrap_4_layout.html.twig (@CoalaJoe)
  • feature #31309 [SecurityBundle] add "service" option in remember_me firewall (@Pchol)
  • feature #31429 [Messenger] add support for abstract handlers (@timiTao)
  • feature #31466 [Validator] add Validation::createCallable() (@janvernieuwe)
  • feature #34747 [Notifier] Added possibility to extract path from provided DSN (@espectrio)
  • feature #35534 [FrameworkBundle] Use MailerAssertionsTrait in KernelTestCase (@adrienfr)
  • feature #35590 [FrameworkBundle] use framework.translator.enabled_locales to build routes' default "_locale" requirement (@nicolas-grekas)
  • feature #35167 [Notifier] Remove superfluous parameters in *Message::fromNotification() (@fancyweb)
  • feature #35415 Extracted code to expand an URI to UriExpander (@lyrixx)
  • feature #35485 [Messenger] Add support for PostgreSQL LISTEN/NOTIFY (@dunglas)
  • feature #32039 [Cache] Add couchbase cache adapter (@ajcerezo)
  • feature #32433 [Translation] Introduce a way to configure the enabled locales (@javiereguiluz)
  • feature #33003 [Filesystem] Add $suffix argument to tempnam() (@jdufresne)
  • feature #35347 [VarDumper] Add a RdKafka caster (@romainneutron)
  • feature #34925 Messenger: validate options for AMQP and Redis Connections (@nikophil)
  • feature #33315 [WebProfiler] Improve HttpClient Panel (@ismail1432)
  • feature #34298 [String] add LazyString to provide memoizing stringable objects (@nicolas-grekas)
  • feature #35368 [Yaml] Deprecate using the object and const tag without a value (@fancyweb)
  • feature #35566 [HttpClient] adding NoPrivateNetworkHttpClient decorator (@hallboav)
  • feature #35560 [HttpKernel] allow using public aliases to reference controllers (@nicolas-grekas)
  • feature #34871 [HttpClient] Allow pass array of callable to the mocking http client (@Koc)
  • feature #30704 [PropertyInfo] Add accessor and mutator extractor interface and implementation on reflection (@joelwurtz, @Korbeil)
  • feature #35525 [Mailer] Randomize the first transport used by the RoundRobin transport (@fabpot)
  • feature #35116 [Validator] Add alpha3 option to country constraint (@maxperrimond)
  • feature #29139 [FrameworkBundle][TranslationDebug] Return non-zero exit code on failure (@DAcodedBEAT)
  • feature #35050 [Mailer] added tag/metadata support (@kbond)
  • feature #35215 [HttpFoundation] added withers to Cookie class (@ns3777k)
  • feature #35514 [DI][Routing] add wither to configure the path of PHP-DSL configurators (@nicolas-grekas)
  • feature #35519 [Mailer] Make default factories public (@fabpot)
  • feature #35156 [String] Made AbstractString::width() follow POSIX.1-2001 (@fancyweb)
  • feature #35308 [Dotenv] Add Dotenv::bootEnv() to check for .env.local.php before calling Dotenv::loadEnv() (@nicolas-grekas)
  • feature #35271 [PHPUnitBridge] Improved deprecations display (@greg0ire)
  • feature #35478 [Console] Add constants for main exit codes (@Chi-teck)
  • feature #35503 [Messenger] Add TLS option to Redis transport's DSN (@Nyholm)
  • feature #35262 [Mailer] add ability to disable the TLS peer verification via DSN (@Aurélien Fontaine)
  • feature #35194 [Mailer] read default timeout from ini configurations (@azjezz)
  • feature #35422 [Messenger] Move Transports to separate packages (@Nyholm)
  • feature #35425 [CssSelector] Added cache on top of CssSelectorConverter (@lyrixx)
  • feature #35362 [Cache] Add LRU + max-lifetime capabilities to ArrayCache (@nicolas-grekas)
  • feature #35402 [Console] Set Command::setHidden() final for adding default param in SF 6.0 (@lyrixx)
  • feature #35407 [HttpClient] collect the body of responses when possible (@nicolas-grekas)
  • feature #35391 [WebProfilerBundle][HttpClient] Added profiler links in the Web Profiler -> Http Client panel (@cristagu)
  • feature #35295 [Messenger] Messenger redis local sock dsn (@JJarrie)
  • feature #35322 [Workflow] Added a way to not fire the announce event (@lyrixx)
  • feature #35321 [Workflow] Make many internal services as hidden (@lyrixx)
  • feature #35235 [Serializer] Added scalar denormalization (@a-menshchikov)
  • feature #35310 [FrameworkBundle] Deprecate not setting the "framework.router.utf8" option (@nicolas-grekas)
  • feature #34387 [Yaml] Added yaml-lint binary (@jschaedl)
  • feature #35257 [FrameworkBundle] TemplateController should accept extra arguments to be sent to the template (@Benjamin RICHARD)
  • feature #34980 [Messenger] remove several messages with command messenger:failed:remove (@nikophil)
  • feature #35298 Make sure the UriSigner can be autowired (@Toflar)
  • feature #31518 [Validator] Added HostnameValidator (@karser)
  • feature #35284 Simplify UriSigner when working with HttpFoundation's Request (@Toflar)
  • feature #35285 [FrameworkBundle] Adding better output to secrets:decrypt-to-local command (@weaverryan)
  • feature #35273 [HttpClient] Add LoggerAwareInterface to ScopingHttpClient and TraceableHttpClient (@pierredup)
  • feature #34865 [FrameworkBundle][ContainerLintCommand] Style messages (@fancyweb)
  • feature #34847 Add support for safe HTTP preference - RFC 8674 (@pyrech)
  • feature #34880 [Twig][Form] Twig theme for Foundation 6 (@Lyssal)
  • feature #35281 [FrameworkBundle] Configure RequestContext through router config (@benji07)
  • feature #34819 [Console] Add SingleCommandApplication to ease creation of Single Command Application (@lyrixx)
  • feature #35104 [Messenger] Log sender alias in SendMessageMiddleware (@ruudk)
  • feature #35205 [Form] derive the view timezone from the model timezone (@xabbuh)
  • feature #34986 [Form] Added default inputmode attribute to Search, Email and Tel form types (@fre5h)
  • feature #35091 [String] Add the reverse() method (@fancyweb)
  • feature #35029 [DI] allow "." and "-" in env processor lines (@nicolas-grekas)
  • feature #34548 Added access decision strategy to respect voter priority (@aschempp)
  • feature #34881 [FrameworkBundle] Allow using the kernel as a registry of controllers and service factories (@nicolas-grekas)
  • feature #34977 [EventDispatcher] Deprecate LegacyEventDispatcherProxy (@derrabus)
  • feature #34873 [FrameworkBundle] Allow using a ContainerConfigurator in MicroKernelTrait::configureContainer() (@nicolas-grekas)
  • feature #34872 [FrameworkBundle] Added flex-compatible default implementations for MicroKernelTrait::registerBundles() and getProjectDir() (@nicolas-grekas)
  • feature #34916 [DI] Add support for defining method calls in InlineServiceConfigurator (@Lctrs)
  • feature #31889 [Lock] add mongodb store (@kralos)
  • feature #34924 [ErrorHandler] Enabled the dark theme for exception pages (@javiereguiluz)
  • feature #34769 [DependencyInjection] Autowire public typed properties (@Plopix)
  • feature #34856 [Validator] mark the Composite constraint as internal (@xabbuh)
  • feature #34771 Deprecate *Response::create() methods (@fabpot)
  • feature #32388 [Form] Allow to translate each language into its language in LanguageType (@javiereguiluz)
  • feature #34119 [Mime] Added MimeType for "msg" (@LIBERT Jérémy)
  • feature #34648 [Mailer] Allow to configure or disable the message bus to use (@ogizanagi)
  • feature #34705 [Validator] Label regex in date validator (@kristofvc)
  • feature #34591 [Workflow] Added Registry::has() to check if a workflow exists (@lyrixx)
  • feature #32937 [Routing] Deprecate RouteCollectionBuilder (@vudaltsov)
  • feature #34557 [PropertyInfo] Add support for typed properties (PHP 7.4) (@dunglas)
  • feature #34573 [DX] [Workflow] Added a way to specify a message when blocking a transition + better default message in case it is not set (@lyrixx)
  • feature #34457 Added context to exceptions thrown in apply method (@koenreiniers)

[PR] https://github.com/symfony/symfony/pull/36713

Changelog (https://github.com/symfony/symfony/compare/v5.0.7...v5.0.8)

  • bug #36536 [Cache] Allow invalidateTags calls to be traced by data collector (@l-vo)
  • bug #36566 [PhpUnitBridge] Use COMPOSER_BINARY env var if available (@fancyweb)
  • bug #36560 [YAML] escape DEL(\x7f) (@sdkawata)
  • bug #36539 [PhpUnitBridge] fix compatibility with phpunit 9 (@garak)
  • bug #36555 [Cache] skip APCu in chains when the backend is disabled (@nicolas-grekas)
  • bug #36523 [Form] apply automatically step=1 for datetime-local input (@ottaviano)
  • bug #36519 [FrameworkBundle] debug:autowiring: Fix wrong display when using class_alias (@weaverryan)
  • bug #36454 [DependencyInjection][ServiceSubscriber] Support late aliases (@fancyweb)
  • bug #36162 [Profiler] Fix profiler nullable string type (@mRoca)
  • bug #36498 [Security/Core] fix escape for username in LdapBindAuthenticationProvider.php (@stoccc)
  • bug #36506 [FrameworkBundle] Fix session.attribute_bag service definition (@fancyweb)
  • bug #36500 [Routing][PrefixTrait] Add the _locale requirement (@fancyweb)
  • bug #36457 [Cache] CacheItem with tag is never a hit after expired (@alexander-schranz, @nicolas-grekas)
  • bug #36490 [HttpFoundation] workaround PHP bug in the session module (@nicolas-grekas)
  • bug #36483 [SecurityBundle] fix accepting env vars in remember-me configurations (@zek)
  • bug #36343 [Form] Fixed handling groups sequence validation (@HeahDude)
  • bug #36463 [Mime] Ensure proper line-ending for SMIME (@sstok)
  • bug #36460 [Cache] Avoid memory leak in TraceableAdapter::reset() (@lyrixx)
  • bug #36467 Mailer from sender fixes (@fabpot)
  • bug #36408 [PhpUnitBridge] add PolyfillTestCaseTrait::expectExceptionMessageMatches to provide FC with recent phpunit versions (@soyuka)
  • bug #36447 Remove return type for Twig function workflow_metadata() (@gisostallenberg)
  • bug #36449 [Messenger] Make sure redis transports are initialized correctly (@Seldaek)
  • bug #36411 [Form] RepeatedType should always have inner types mapped (@biozshock)
  • bug #36441 [DI] fix loading defaults when using the PHP-DSL (@nicolas-grekas)
  • bug #36434 [HttpKernel] silence E_NOTICE triggered since PHP 7.4 (@xabbuh)
  • bug #36365 [Validator] Fixed default group for nested composite constraints (@HeahDude)
  • bug #36422 [HttpClient] fix HTTP/2 support on non-SSL connections - CurlHttpClient only (@nicolas-grekas)
  • bug #36417 Force ping after transport exception (@oesteve)
  • bug #35591 [Validator] do not merge constraints within interfaces (@greedyivan)
  • bug #36377 [HttpClient] Fix scoped client without query option configuration (@X-Coder264)
  • bug #36387 [DI] fix detecting short service syntax in yaml (@nicolas-grekas)
  • bug #36392 [DI] add missing property declarations in InlineServiceConfigurator (@nicolas-grekas)
  • bug #36400 Allowing empty secrets to be set (@weaverryan)
  • bug #36380 [Process] Fixed input/output error on PHP 7.4 (@mbardelmeijer)
  • bug #36376 [Workflow] Use a strict comparison when retrieving raw marking in MarkingStore (@lyrixx)
  • bug #36375 [Workflow] Use a strict comparison when retrieving raw marking in MarkingStore (@lyrixx)
  • bug #36305 [PropertyInfo][ReflectionExtractor] Check the array mutator prefixes last when the property is singular (@fancyweb)
  • bug #35656 [HttpFoundation] Fixed session migration with custom cookie lifetime (@Guite)
  • bug #36342 [HttpKernel][FrameworkBundle] fix compat with Debug component (@nicolas-grekas)
  • bug #36315 [WebProfilerBundle] Support for Content Security Policy style-src-elem and script-src-elem in WebProfiler (@ampaze)
  • bug #36286 [Validator] Allow URL-encoded special characters in basic auth part of URLs (@cweiske)
  • bug #36335 [Security] Track session usage whenever a new token is set (@wouterj)
  • bug #36332 [Serializer] Fix unitialized properties (from PHP 7.4.2) when serializing context for the cache key (@alanpoulain)
  • bug #36338 [MonologBridge] Fix $level type (@fancyweb)
  • bug #36337 [MonologBridge] Fix $level type (@fancyweb)
  • bug #36223 [Security][Http][SwitchUserListener] Ignore all non existent username protection errors (@fancyweb)
  • bug #36239 [HttpKernel][LoggerDataCollector] Prevent keys collisions in the sanitized logs processing (@fancyweb)
  • bug #36245 [Validator] Fixed calling getters before resolving groups (@HeahDude)
  • bug #36265 Fix the reporting of deprecations in twig:lint (@stof)
  • bug #36283 [Security] forward multiple attributes voting flag (@xabbuh)

[PR] https://github.com/symfony/symfony/pull/36615

Changelog (https://github.com/symfony/symfony/compare/v5.0.6...v5.0.7)

  • security #cve-2020-5255 [HttpFoundation] Do not set the default Content-Type based on the Accept header (@yceruto)
  • security #cve-2020-5275 [Security] Fix access_control behavior with unanimous decision strategy (@chalasr)
  • bug #36262 [DI] fix generating TypedReference from PriorityTaggedServiceTrait (@nicolas-grekas)
  • bug #36252 [Security/Http] Allow setting cookie security settings for delete_cookies (@wouterj)
  • bug #36261 [FrameworkBundle] revert to legacy wiring of the session when circular refs are detected (@nicolas-grekas)
  • bug #36259 [DomCrawler] Fix BC break in assertions breaking Panther (@dunglas)
  • bug #36181 [BrowserKit] fixed missing post request parameters in file uploads (@codebay)
  • bug #36216 [Validator] Assert Valid with many groups (@phucwan91)
  • bug #36222 [Console] Fix OutputStream for PHP 7.4 (@guillbdx)

[PR] https://github.com/symfony/symfony/pull/36269
[SECURITY] Security release

Changelog (https://github.com/symfony/symfony/compare/v5.0.5...v5.0.6)

  • bug #36169 [HttpKernel] fix locking for PHP 7.4+ (@nicolas-grekas)
  • bug #36175 [Security/Http] Remember me: allow to set the samesite cookie flag (@dunglas)
  • bug #36173 [Http Foundation] Fix clear cookie samesite (@guillbdx)
  • bug #36176 [Security] Check if firewall is stateless before checking for session/previous session (@koenreiniers)
  • bug #36149 [Form] Support customized intl php.ini settings (@jorrit)
  • bug #36172 [Debug] fix for PHP 7.3.16+/7.4.4+ (@nicolas-grekas)
  • bug #36151 [Security] Fixed hardcoded value of SODIUM_CRYPTO_PWHASH_MEMLIMIT_INTERACTIVE (@lyrixx)
  • bug #36141 Prevent warning in proc_open() (@BenMorel)
  • bug #36143 [FrameworkBundle] Fix Router Cache (@guillbdx)
  • bug #36103 [DI] fix preloading script generation (@nicolas-grekas)
  • bug #36118 [Security/Http] don't require the session to be started when tracking its id (@nicolas-grekas)
  • bug #36108 [DI] Fix CheckTypeDeclarationPass (@guillbdx)
  • bug #36121 [VarDumper] fix side-effect by not using mt_rand() (@nicolas-grekas)
  • bug #36073 [PropertyAccess][DX] Improved errors when reading uninitialized properties (@HeahDude)
  • bug #36063 [FrameworkBundle] start session on flashbag injection (@William Arslett)
  • bug #36031 [Console] Fallback to default answers when unable to read input (@ostrolucky)
  • bug #36083 [DI][Form] Fixed test suite (TimeType changes & unresolved merge conflict) (@wouterj)
  • bug #36026 [Mime] Fix boundary header (@guillbdx)
  • bug #36020 [Form] ignore microseconds submitted by Edge (@xabbuh)
  • bug #36038 [HttpClient] disable debug log with curl 7.64.0 (@nicolas-grekas)
  • bug #36041 fix import from config file using type: glob (@Tobion)
  • bug #35987 [DoctrineBridge][DoctrineExtractor] Fix wrong guessed type for "json" type (@fancyweb)
  • bug #35949 [DI] Fix container lint command when a synthetic service is used in an expression (@HypeMC)
  • bug #36023 [HttpClient] fix requests to hosts that idn_to_ascii() cannot handle (@nicolas-grekas)
  • bug #35938 [Form] Handle false as empty value on expanded choices (@fancyweb)
  • bug #36030 [SecurityBundle] Minor fix in LDAP config tree builder (@HeahDude)
  • bug #36017 [HttpKernel] Fix support for single-colon syntax for controllers (@nicolas-grekas)
  • bug #35993 Remove int return type from FlattenException::getCode (@wucdbm)
  • bug #36004 [Yaml] fix dumping strings containing CRs (@xabbuh)
  • bug #35982 [DI] Fix XmlFileLoader bad error message (@przemyslaw-bogusz)
  • bug #35957 [DI] ignore extra tags added by autoconfiguration in PriorityTaggedServiceTrait (@nicolas-grekas)
  • bug #35937 Revert "bug symfony#28179 [DomCrawler] Skip disabled fields processing in Form" (@dmaicher)
  • bug #35928 [Routing] Prevent localized routes _locale default & requirement from being overridden (@fancyweb)
  • bug #35912 [FrameworkBundle] register only existing transport factories (@xabbuh)
  • bug #35899 [DomCrawler] prevent deprecation being triggered from assertion (@xabbuh)
  • bug #35910 [SecurityBundle] Minor fixes in configuration tree builder (@HeahDude)

[PR] https://github.com/symfony/symfony/pull/36240

Changelog (https://github.com/symfony/symfony/compare/v5.0.4...v5.0.5)

  • bug #35781 [Form] NumberToLocalizedStringTransformer return int if scale = 0 (@VincentLanglet)
  • bug #35846 [Serializer] prevent method calls on null values (@xabbuh)
  • bug #35897 [FrameworkBundle] add missing Messenger options to XML schema definition (@xabbuh)
  • bug #35870 [ErrorHandler] fix parsing static return type on interface method annotation (@alekitto)
  • bug #35839 [Security] Allow switching to another user when already switched (@chalasr)
  • bug #35851 [DoctrineBridge] Use new Types::* constants and support new json types (@fancyweb)
  • bug #35841 [Notifier] Dispatch message event in null transport (@jschaedl)
  • bug #35716 [PhpUnitBridge] Fix compatibility to PHPUnit 9 (@Benjamin)
  • bug #35803 [Cache] Fix versioned namespace atomic clears (@trvrnrth)
  • bug #35817 [DoctrineBridge] Use new Types::* constants and support new json type (@fancyweb)
  • bug #35832 [Debug][ErrorHandler] improved deprecation notices for methods new args and return type (@HeahDude)
  • bug #35827 [BrowserKit] Nested file array prevents uploading file (@afilina)
  • bug #35826 [Notifier] Add correct tags for NullTransportFactory (@jschaedl)
  • bug #35830 [FrameworkBundle] Skip notifiers tags in UnusedTagsPass (@chalasr)
  • bug #35707 [ExpressionLanguage] Fixed collisions of character operators with object properties (@Andrej-in-ua)
  • bug #35794 [DoctrineBridge][DoctrineExtractor] Fix indexBy with custom and some core types (@fancyweb)
  • bug #35787 [PhpUnitBridge] Use trait instead of extending deprecated class (@marcello-moenkemeyer)
  • bug #35792 [Security] Prevent TypeError in case RememberMetoken has no attached user (@nikophil)
  • bug #35735 [Routing] Add locale requirement for localized routes (@mtarld)
  • bug #35772 [Config] don't throw on missing excluded paths (@nicolas-grekas)
  • bug #35774 [Ldap] force default network timeout (@nicolas-grekas)
  • bug #35702 [VarDumper] fixed DateCaster not displaying additional fields (@Makdessi Alex)
  • bug #35722 [HttpKernel] Set previous exception when rethrown from controller resolver (@danut007ro)
  • bug #35714 [HttpClient] Correctly remove trace level options for HttpCache (@aschempp)
  • bug #35718 [HttpKernel] fix registering DebugHandlersListener regardless of the PHP_SAPI (@nicolas-grekas)
  • bug #35728 Add missing autoload calls (@greg0ire)
  • bug #35693 [Finder] Fix unix root dir issue (@chr-hertel)
  • bug #35709 [HttpFoundation] fix not sending Content-Type header for 204 responses (@Tobion)
  • bug #35710 [ErrorHandler] silence warning when zend.assertions=-1 (@nicolas-grekas)
  • bug #35676 [Console] Handle zero row count in appendRow() for Table (@Adam Prickett)
  • bug #35696 [Console] Don't load same-namespace alternatives on exact match (@chalasr)
  • bug #35674 [HttpClient] fix getting response content after its destructor throwed an HttpExceptionInterface (@nicolas-grekas)
  • bug #35672 [HttpClient] fix HttpClientDataCollector when handling canceled responses (@thematchless)
  • bug #35641 [Process] throw when PhpProcess::fromShellCommandLine() is used (@Guikingone)
  • bug #35645 [ErrorHandler] Never throw on warnings triggered by assert() and set assert.exception=1 in Debug::enable() (@nicolas-grekas)
  • bug #35633 [Mailer] Do not ping the SMTP server before sending every message (@micheh)
  • bug #33897 [Console] Consider STDIN interactive (@ostrolucky)
  • bug #35605 [HttpFoundation][FrameworkBundle] fix support for samesite in session cookies (@fabpot)
  • bug #35609 [DoctrineBridge] Fixed submitting ids with query limit or offset (@HeahDude)
  • bug #35616 [Workflow] Make method signature compatible with 4.4 (@pbowyer)
  • bug #35597 [PHPunit bridge] Provide current file as file path (@greg0ire)
  • bug #33960 [DI] Unknown env prefix not recognized as such (@ro0NL)
  • bug #35342 [DI] Fix support for multiple tags for locators and iterators (@Alexandre Parent)
  • bug #33820 [PhpUnitBridge] Fix some errors when using serialized deprecations (@l-vo)
  • bug #35553 Fix HTTP client config handling (@julienfalque)
  • bug #35588 [ErrorHandler] Escape variable in Exception template (@jderusse)
  • bug #35583 Add missing use statements (@fabpot)
  • bug #35582 Missing use statement 4.4 (@fabpot)
  • bug #34123 [Form] Fix handling of empty_data's \Closure value in Date/Time form types (@yceruto)
  • bug #35537 [Config][XmlReferenceDumper] Prevent potential \TypeError (@fancyweb)
  • bug #35227 [Mailer] Fix broken mandrill http send for recipients with names (@vilius-g)
  • bug #35430 [Translation] prefer intl domain when adding messages to catalogue (@Guite)
  • bug #35497 Fail on empty password verification (without warning on any implementation) (@Stefan Kruppa)
  • bug #35546 [Validator] check for __get method existence if property is uninitialized (@alekitto)
  • bug #35332 [Yaml][Inline] Fail properly on empty object tag and empty const tag (@fancyweb)
  • bug #35489 [PhpUnitBridge] Fix running skipped tests expecting only deprecations (@chalasr)
  • bug #35161 [FrameworkBundle] Check non-null type for numeric type (@Arman-Hosseini)
  • bug #34059 [DomCrawler] Skip disabled fields processing in Form (@sbogx)
  • bug #34114 [Console] SymonfyStyle - Check value isset to avoid PHP notice (@leevigraham)
  • bug #35557 [Config] dont catch instances of Error (@nicolas-grekas)
  • bug #35562 [HttpClient] fix HttpClientDataCollector when handling canceled responses (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/35906

Changelog (since https://github.com/symfony/symfony/compare/v5.0.3...v5.0.4)

  • bug #35530 [HttpClient] Fix regex bearer (@noniagriconomie)
  • bug #35532 [Validator] fix access to uninitialized property when getting value (@greedyivan)
  • bug #35486 [Translator] Default value for 'sort' option in translation:update should be 'asc' (@versgui)
  • bug #35305 [HttpKernel] Fix stale-if-error behavior, add tests (@mpdude)
  • bug #34808 [PhpUnitBridge] Properly handle phpunit arguments for configuration file (@biozshock)
  • bug #35517 [Intl] Provide more locale translations (@ro0NL)
  • bug #35518 [Mailer] Fix STARTTLS support for Postmark and Mandrill (@fabpot)
  • bug #35480 [Messenger] Check for all serialization exceptions during message dec… (@Patrick Berenschot)
  • bug #35502 [Messenger] Fix bug when using single route with XML config (@Nyholm)
  • bug #35438 [SecurityBundle] fix ldap_bind service arguments (@Ioni14)
  • bug #35429 [DI] CheckTypeDeclarationsPass now checks if value is type of parameter type (@pfazzi)
  • bug #35464 [ErrorHandler] Add debug argument to decide whether debug page is shown or not (@yceruto)
  • bug #35423 Fixes a runtime error when accessing the cache panel (@DamienHarper)
  • bug #35428 [Cache] fix checking for igbinary availability (@nicolas-grekas)
  • bug #35424 [HttpKernel] Check if lock can be released (@sjadema)

[PR] https://github.com/symfony/symfony/pull/35541

Changelog (since https://github.com/symfony/symfony/compare/v5.0.2...v5.0.3)

  • bug #35364 [Yaml] Throw on unquoted exclamation mark (@fancyweb)
  • bug #35065 [Security] Use supportsClass in addition to UnsupportedUserException (@linaori)
  • bug #35351 Revert #34797 "Fixed translations file dumper behavior" and fix #34713 (@yceruto)
  • bug #35356 [Filesystem] chown and chgrp should also accept int as owner and group (@Slamdunk)
  • bug #35335 [Security] Fix RememberMe with null password (@jderusse)
  • bug #35339 [String] add missing encoding when calling mb_ord() (@nicolas-grekas)
  • bug #35355 [DI] Fix EnvVar not loaded when Loader requires an env var (@jderusse)
  • bug #35343 [Security] Fix RememberMe with null password (@jderusse)
  • bug #34223 [DI] Suggest typed argument when binding fails with untyped argument (@gudfar)
  • bug #35323 [FrameworkBundle] Set booted flag to false when test kernel is unset (@thiagocordeiro)
  • bug #35324 [HttpClient] Fix strict parsing of response status codes (@Armando-Walmeric)
  • bug #35318 [Yaml] fix PHP const mapping keys using the inline notation (@xabbuh)
  • bug #35306 [FrameworkBundle] Make sure one can use fragments.hinclude_default_template (@Nyholm)
  • bug #35304 [HttpKernel] Fix that no-cache MUST revalidate with the origin (@mpdude)
  • bug #35299 Avoid stale-if-error in FrameworkBundle's HttpCache if kernel.debug = true (@mpdude)
  • bug #35240 [SecurityBundle] Fix collecting traceable listeners info on lazy firewalls (@chalasr)
  • bug #35151 [DI] deferred exceptions in ResolveParameterPlaceHoldersPass (@Islam93)
  • bug #35290 [Filesystem][FilesystemCommonTrait] Use a dedicated directory when there are no namespace (@fancyweb)
  • bug #35099 [FrameworkBundle] Do not throw exception on value generate key (@jderusse)
  • bug #35278 [EventDispatcher] expand listener in place (@xabbuh)
  • bug #35269 [HttpKernel][FileLocator] Fix deprecation message (@fancyweb)
  • bug #35254 [PHPUnit-Bridge] Fail-fast in simple-phpunit if one of the passthru() commands fails (@mpdude)
  • bug #35261 [Routing] Fix using a custom matcher & generator dumper class (@fancyweb)
  • bug #34643 [Dotenv] Fixed infinite loop with missing quote followed by quoted value (@naitsirch)
  • bug #35239 [Security\Http] Prevent canceled remember-me cookie from being accepted (@chalasr)
  • bug #35267 [Debug] fix ClassNotFoundFatalErrorHandler (@nicolas-grekas)
  • bug #35252 [Serializer] Fix cache in MetadataAwareNameConverter (@bastnic)
  • bug #35200 [TwigBridge] do not render preferred choices as selected (@xabbuh)
  • bug #35243 [HttpKernel] release lock explicitly (@nicolas-grekas)
  • bug #35193 [TwigBridge] button_widget now has its title attr translated even if its label = null or false (@stephen-lewis)
  • bug #35219 [PhpUnitBridge] When using phpenv + phpenv-composer plugin, composer executable is wrapped into a bash script (@oleg-andreyev)
  • bug #35150 [Messenger] Added check if json_encode succeeded (@toooni)
  • bug #35137 [Messenger] Added check if json_encode succeeded (@toooni)
  • bug #35170 [FrameworkBundle][TranslationUpdateCommand] Do not output positive feedback on stderr (@fancyweb)
  • bug #35245 [HttpClient] fix exception in case of PSR17 discovery failure (@nicolas-grekas)
  • bug #35244 [Cache] fix processing chain adapter based cache pool (@xabbuh)
  • bug #35247 [FrameworkBundle][ContainerLintCommand] Only skip .errored. services (@fancyweb)
  • bug #35225 [DependencyInjection] Handle ServiceClosureArgument for callable in container linting (@shieldo)
  • bug #35223 [HttpClient] Don't read from the network faster than the CPU can deal with (@nicolas-grekas)
  • bug #35214 [DI] DecoratorServicePass should keep container.service_locator on the decorated definition (@malarzm)
  • bug #35209 [HttpClient] fix support for non-blocking resource streams (@nicolas-grekas)
  • bug #35210 [HttpClient] NativeHttpClient should not send >1.1 protocol version (@nicolas-grekas)
  • bug #35162 [Mailer] Make sure you can pass custom headers to Mailgun (@Nyholm)
  • bug #33672 [Mailer] Remove line breaks in email attachment content (@Stuart Fyfe)
  • bug #35101 [Routing] Fix i18n routing when the url contains the locale (@fancyweb)
  • bug #35124 [TwigBridge][Form] Added missing help messages in form themes (@cmen)
  • bug #35195 [HttpClient] fix casting responses to PHP streams (@nicolas-grekas)
  • bug #35168 [HttpClient] fix capturing SSL certificates with NativeHttpClient (@nicolas-grekas)
  • bug #35134 [PropertyInfo] Fix BC issue in phpDoc Reflection library (@jaapio)
  • bug #35184 [Mailer] Payload sent to Sendgrid doesn't include names (@versgui)
  • bug #35173 [Mailer][MailchimpBridge] Fix missing attachments when sending via Mandrill API (@vilius-g)
  • bug #35172 [Mailer][MailchimpBridge] Fix incorrect sender address when sender has name (@vilius-g)
  • bug #35125 [Translator] fix performance issue in MessageCatalogue and catalogue operations (@ArtemBrovko)
  • bug #35120 [HttpClient] fix scheduling pending NativeResponse (@nicolas-grekas)
  • bug #35117 [Cache] do not overwrite variable value (@xabbuh)
  • bug #35113 [VarDumper] Fix "Undefined index: argv" when using CliContextProvider (@xepozz)
  • bug #34673 Migrate server:log command away from WebServerBundle (@jderusse)
  • bug #35103 [Translation] Use locale_parse for computing fallback locales (@alanpoulain)
  • bug #35060 [Security] Fix missing defaults for auto-migrating encoders (@chalasr)
  • bug #35067 [DependencyInjection][CheckTypeDeclarationsPass] Handle \Closure for callable (@fancyweb)
  • bug #35094 [Console] Fix filtering out identical alternatives when there is a command loader (@fancyweb)

[PR] https://github.com/symfony/symfony/pull/35414

Changelog (since https://github.com/symfony/symfony/compare/v5.0.1...v5.0.2)

  • bug #35051 [DependencyInjection] Fix binding tagged services to containers (@nicolas-grekas)
  • bug #35039 [DI] skip looking for config class when the extension class is anonymous (@nicolas-grekas)
  • bug #35049 [ProxyManager] fix generating proxies for root-namespaced classes (@nicolas-grekas)
  • bug #35022 [Dotenv] FIX missing getenv (@mccullagh)
  • bug #35023 [HttpKernel] ignore failures generated by opcache.restrict_api (@nicolas-grekas)
  • bug #35024 [HttpFoundation] fix pdo session handler for sqlsrv (@azjezz)
  • bug #35025 [HttpClient][Psr18Client] Remove Psr18ExceptionTrait (@fancyweb)
  • bug #35028 [TwigBridge] Fix invalid typehint for subject in is_granted Twig function (@emodric)
  • bug #35015 [Config] fix perf of glob discovery when GLOB_BRACE is not available (@nicolas-grekas)
  • bug #35014 [HttpClient] make pushed responses retry-able (@nicolas-grekas)
  • bug #35010 [VarDumper] ignore failing __debugInfo() (@nicolas-grekas)
  • bug #34998 [DI] fix auto-binding service providers to their service subscribers (@nicolas-grekas)
  • bug #34954 [Mailer] Fixed undefined index when sending via Mandrill API (@wulff)
  • bug #33670 [DI] Service locators can't be decorated (@malarzm)
  • bug #35000 [Console][SymfonyQuestionHelper] Handle multibytes question choices keys and custom prompt (@fancyweb)
  • bug #35005 [HttpClient] force HTTP/1.1 when NTLM auth is used (@nicolas-grekas)
  • bug #34707 [Validation][FrameworkBundle] Allow EnableAutoMapping to work without auto-mapping namespaces (@ogizanagi)
  • bug #34996 Fix displaying anonymous classes on PHP 7.4 (@nicolas-grekas)
  • bug #29839 [Validator] fix comparisons with null values at property paths (@xabbuh)
  • bug #34900 [DoctrineBridge] Fixed submitting invalid ids when using queries with limit (@HeahDude)
  • bug #34791 [Serializer] Skip uninitialized (PHP 7.4) properties in PropertyNormalizer and ObjectNormalizer (@vudaltsov)
  • bug #34956 [Messenger][AMQP] Use delivery_mode=2 by default (@lyrixx)
  • bug #34915 [FrameworkBundle] Fix invalid Windows path normalization in TemplateNameParser (@mvorisek)
  • bug #34981 stop using deprecated Doctrine persistence classes (@xabbuh)
  • bug #34904 [Validator][ConstraintValidator] Safe fail on invalid timezones (@fancyweb)
  • bug #34935 [FrameworkBundle][DependencyInjection] Skip removed ids in the lint container command and its associated pass (@fancyweb)
  • bug #34957 [Security] Revert "AbstractAuthenticationListener.php error instead info" (@larzuk91)
  • bug #34922 [FrameworkBundle][Secrets] Hook configured local dotenv file (@fancyweb)
  • bug #34967 [HttpFoundation] fix redis multi host dsn not recognized (@Jan Christoph Beyer)
  • bug #34963 [Lock] fix constructor argument type declaration (@xabbuh)
  • bug #34955 Require doctrine/persistence ^1.3 (@nicolas-grekas)
  • bug #34923 [DI] Fix support for immutable setters in CallTrait (@Lctrs)
  • bug #34878 [TwigBundle] fix broken FilesystemLoader::exists() with Twig 3 (@dpesch)
  • bug #34921 [HttpFoundation] Removed "Content-Type" from the preferred format guessing mechanism (@yceruto)
  • bug #34886 [HttpKernel] fix triggering deprecation in file locator (@xabbuh)
  • bug #34918 [Translation] fix memoryleak in PhpFileLoader (@nicolas-grekas)
  • bug #34920 [Routing] fix memoryleak when loading compiled routes (@nicolas-grekas)
  • bug #34787 [Cache] Propagate expiry when syncing items in ChainAdapter (@trvrnrth)
  • bug #34694 [Validator] Fix auto-mapping constraints should not be validated (@ogizanagi)
  • bug #34848 [Process] change the syntax of portable command lines (@nicolas-grekas)
  • bug #34862 [FrameworkBundle][ContainerLintCommand] Reinitialize bundles when the container is reprepared (@fancyweb)
  • bug #34896 [Cache] fix memory leak when using PhpFilesAdapter (@nicolas-grekas)
  • bug #34438 [HttpFoundation] Use Cache-Control: must-revalidate only if explicit lifetime has been given (@mpdude)
  • bug #34449 [Yaml] Implement multiline string as scalar block for tagged values (@natepage)
  • bug #34601 [MonologBridge] Fix debug processor datetime type (@mRoca)
  • bug #34842 [ExpressionLanguage] Process division by zero (@tigr1991)
  • bug #34902 [PropertyAccess] forward caught exception (@xabbuh)
  • bug #34903 Fixing bad order of operations with null coalescing operator (@weaverryan)
  • bug #34888 [TwigBundle] add tags before processing them (@xabbuh)
  • bug #34760 [Mailer] Fix SMTP Authentication when using STARTTLS (@DjLeChuck)
  • bug #34762 [Config] never try loading failed classes twice with ClassExistenceResource (@nicolas-grekas)
  • bug #34783 [DependencyInjection] Handle env var placeholders in CheckTypeDeclarationsPass (@fancyweb)
  • bug #34839 [Cache] fix memory leak when using PhpArrayAdapter (@nicolas-grekas)
  • bug #34801 [String] implement __sleep()/__wakeup() on strings (@nicolas-grekas)
  • bug #34782 [String] inline Latin-ASCII rules (@nicolas-grekas)
  • bug #34812 [Yaml] fix parsing negative octal numbers (@xabbuh)
  • bug #34854 [Messenger] gracefully handle missing event dispatchers (@xabbuh)
  • bug #34802 [Security] Check UserInterface::getPassword is not null before calling needsRehash (@dbrekelmans)
  • bug #34788 [SecurityBundle] Properly escape regex in AddSessionDomainConstraintPass (@fancyweb)
  • bug #34859 [SecurityBundle] Fix TokenStorage::reset not called in stateless firewall (@jderusse)
  • bug #34827 [HttpFoundation] get currently session.gc_maxlifetime if ttl doesnt exists (@rafaeltovar)
  • bug #34755 [FrameworkBundle] resolve service locators in debug:* commands (@nicolas-grekas)
  • bug #34832 [Validator] Allow underscore character "_" in URL username and password (@romainneutron)
  • bug #34765 [DoctrineBridge] Removed QueryBuilder type hint in getLoader() (@HeahDude)
  • bug #34811 [TwigBridge] Update bootstrap_4_layout.html.twig missing switch-custom label (@sabruss)
  • bug #34820 [FrameworkBundle][SodiumVault] Create secrets directory only when it is used (@fancyweb)
  • bug #34776 [DI] fix resolving bindings for named TypedReference (@nicolas-grekas)
  • bug #34794 [DependencyInjection] Resolve expressions in CheckTypeDeclarationsPass (@fancyweb)
  • bug #34795 [Routing][ObjectLoader] Remove forgotten deprecation after merge (@fancyweb)
  • bug #34797 [Translation] Fix FileDumper behavior (@yceruto)
  • bug #34738 [SecurityBundle] Passwords are not encoded when algorithm set to "true" (@nieuwenhuisen)
  • bug #34759 [SecurityBundle] Fix switch_user provider configuration handling (@fancyweb)
  • bug #34779 [Security] do not validate passwords when the hash is null (@xabbuh)
  • bug #34786 [SecurityBundle] Use config variable in AnonymousFactory (@martijnboers)
  • bug #34784 [FrameworkBundle] Set the parameter bag as resolved in ContainerLintCommand (@fancyweb)
  • bug #34763 [Security/Core] Fix checking for SHA256/SHA512 passwords (@David Brooks)
  • bug #34757 [DI] Fix making the container path-independent when the app is in /app (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/35055

Changelog (since https://github.com/symfony/symfony/compare/v5.0.0...v5.0.1)

  • bug #34732 [DependencyInjection][Xml] Fix the attribute 'tag' is not allowed in 'bind' tag (@tienvx)
  • bug #34729 [DI] auto-register singly implemented interfaces by default (@nicolas-grekas)
  • bug #34728 [DI] fix overriding existing services with aliases for singly-implemented interfaces (@nicolas-grekas)
  • bug #34649 more robust initialization from request (@dbu)
  • bug #34715 [TwigBundle] remove service when base class is missing (@xabbuh)
  • bug #34600 [DoctrineBridge] do not depend on the QueryBuilder from the ORM (@xabbuh)
  • bug #34627 [Security/Http] call auth listeners/guards eagerly when they "support" the request (@nicolas-grekas)
  • bug #34671 [Security] Fix clearing remember-me cookie after deauthentication (@chalasr)
  • bug #34711 Fix the translation commands when a template contains a syntax error (@fabpot)
  • bug #34032 [Mime] Fixing multidimensional array structure with FormDataPart (@jvahldick)
  • bug #34697 [MonologBridge] Fix compatibility of ServerLogHandler with Monolog 2 (@jderusse)
  • bug #34560 [Config][ReflectionClassResource] Handle parameters with undefined constant as their default values (@fancyweb)
  • bug #34695 [Config] don't break on virtual stack frames in ClassExistenceResource (@nicolas-grekas)
  • bug #34716 [DependencyInjection] fix dumping number-like string parameters (@xabbuh)
  • bug #34558 [Console] Fix autocomplete multibyte input support (@fancyweb)
  • bug #34130 [Console] Fix commands description with numeric namespaces (@fancyweb)
  • bug #34562 [DI] Skip unknown method calls for factories in check types pass (@fancyweb)
  • bug #34677 [EventDispatcher] Better error reporting when arguments to dispatch() are swapped (@rimas-kudelis)
  • bug #33573 [TwigBridge] Add row_attr to all form themes (@fancyweb)
  • bug #34019 [Serializer] CsvEncoder::NO_HEADERS_KEY ignored when used in constructor (@Dario Savella)
  • bug #34083 [Form] Keep preferred_choices order for choice groups (@vilius-g)
  • bug #34091 [Debug] work around failing chdir() on Darwin (@mary2501)
  • bug #34305 [PhpUnitBridge] Read configuration CLI directive (@ro0NL)
  • bug #34490 [Serializer] Fix MetadataAwareNameConverter usage with string group (@antograssiot)
  • bug #34632 [Console] Fix trying to access array offset on value of type int (@Tavafi)
  • bug #34669 [HttpClient] turn exception into log when the request has no content-type (@nicolas-grekas)
  • bug #34662 [HttpKernel] Support typehint to deprecated FlattenException in controller (@andrew-demb)
  • bug #34619 Restores preview mode support for Html and Serializer error renderers (@yceruto)
  • bug #34636 [VarDumper] notice on potential undefined index (@sylvainmetayer)
  • bug #34668 [Cache] Make sure we get the correct number of values from redis::mget() (@thePanz)
  • bug #34621 [Routing] Continue supporting single colon in object route loaders (@fancyweb)
  • bug #34554 [HttpClient] Fix early cleanup of pushed HTTP/2 responses (@lyrixx)
  • bug #34607 [HttpKernel] Ability to define multiple kernel.reset tags (@rmikalkenas)
  • bug #34599 [Mailer][Mailchimp Bridge] Throwing undefined index _id when setting message id (@monteiro)
  • bug #34569 [Workflow] Apply the same logic of precedence between the apply() and the buildTransitionBlockerList() method (@lyrixx)
  • bug #34580 [HttpKernel] Don't cache "not-fresh" state (@nicolas-grekas)
  • bug #34577 [FrameworkBundle][Cache] Don't deep-merge cache pools configuration (@alxndrbauer)
  • bug #34515 [DependencyInjection] definitions are valid objects (@xabbuh)
  • bug #34536 [SecurityBundle] Don't require a user provider for the anonymous listener (@chalasr)
  • bug #34533 [Monolog Bridge] Fixed accessing static property as non static. (@Sander-Toonen)
  • bug #34502 [FrameworkBundle][ContainerLint] Keep "removing" compiler passes (@fancyweb)
  • bug #34552 [Dotenv] don't fail when referenced env var does not exist (@xabbuh)
  • bug #34546 [Serializer] Add DateTimeZoneNormalizer into Dependency Injection (@jewome62)
  • bug #34547 [Messenger] Error when specified default bus is not among the configured (@vudaltsov)
  • bug #34513 [Validator] remove return type declaration from __sleep() (@xabbuh)
  • bug #34551 [Security] SwitchUser is broken when the User Provider always returns a valid user (@tucksaun)
  • bug #34570 [FrameworkBundle][Notifier] Fixing notifier email definition without mailer (@chr-hertel)
  • bug #34385 Avoid empty "If-Modified-Since" header in validation request (@mpdude)
  • bug #34458 [Validator] ConstraintValidatorTestCase: add missing return value to mocked validate method calls (@ogizanagi)
  • bug #34516 [HttpKernel] drop return type declaration (@xabbuh)
  • bug #34474 [Messenger] Ignore stamps in in-memory transport (@tienvx)

[PR] https://github.com/symfony/symfony/pull/34743

Changelog (since https://github.com/symfony/symfony/compare/v5.0.0-RC1...v5.0.0)

  • bug #34464 [Form] group constraints when calling the validator (@nicolas-grekas)
  • bug #34451 [DependencyInjection] Fix dumping multiple deprecated aliases (@shyim)
  • bug #34448 [Form] allow button names to start with uppercase letter (@xabbuh)
  • bug #34434 [Routing] Fix ContainerLoader and ObjectLoaderTest (@fancyweb)
  • bug #34428 [Security] Fix best encoder not wired using migrate_from (@chalasr)

[PR] https://github.com/symfony/symfony/pull/34472

Changelog (since https://github.com/symfony/symfony/compare/v5.0.0-BETA2...v5.0.0-RC1)

  • bug #34419 [Cache] Disable igbinary on PHP >= 7.4 (@nicolas-grekas)
  • bug #34347 [Messenger] Perform no deep merging of bus middleware (@vudaltsov)
  • bug #34366 [HttpFoundation] Allow redirecting to URLs that contain a semicolon (@JayBizzle)
  • feature #34405 [HttpFoundation] Added possibility to configure expiration time in redis session handler (@mantulo)
  • bug #34397 [FrameworkBundle] Remove project dir from Translator cache vary scanned directories (@fancyweb)
  • bug #34384 [DoctrineBridge] Improve queries parameters display in Profiler (@fancyweb)
  • bug #34408 [Cache] catch exceptions when using PDO directly (@xabbuh)
  • bug #34411 [HttpKernel] Flatten "exception" controller argument if not typed (@chalasr)
  • bug #34410 [HttpFoundation] Fix MySQL column type definition. (@jbroutier)
  • bug #34403 [Cache] Redis Tag Aware warn on wrong eviction policy (@andrerom)
  • bug #34400 [HttpKernel] collect bundle classes, not paths (@nicolas-grekas)
  • bug #34398 [Config] fix id-generation for GlobResource (@nicolas-grekas)
  • bug #34404 [HttpClient] fix HttpClientDataCollector (@nicolas-grekas)
  • bug #34396 [Finder] Allow ssh2 stream wrapper for sftp (@damienalexandre)
  • bug #34383 [DI] Use reproducible entropy to generate env placeholders (@nicolas-grekas)
  • bug #34389 [WebProfilerBundle] add FrameworkBundle requirement (@xabbuh)
  • bug #34381 [WebProfilerBundle] Require symfony/twig-bundle (@fancyweb)
  • bug #34358 [Security] always check the token on non-lazy firewalls (@nicolas-grekas, @lyrixx)
  • bug #34390 [FrameworkBundle] fix wiring of httplug client (@nicolas-grekas)
  • bug #34369 [FrameworkBundle] Disallow WebProfilerBundle < 4.4 (@derrabus)
  • bug #34370 [DI] fix detecting singly implemented interfaces (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/34425

Changelog (since https://github.com/symfony/symfony/compare/v5.0.0-BETA1...v5.0.0-BETA2)

  • bug #34344 [Console] Constant STDOUT might be undefined (@nicolas-grekas)
  • bug #34348 [Serializer] Fix ProblemNormalizer signature mismatch (@chalasr)
  • security #cve-2019-18886 [Security\Core] throw AccessDeniedException when switch user fails (@nicolas-grekas)
  • security #cve-2019-18888 [Mime] fix guessing mime-types of files with leading dash (@nicolas-grekas)
  • security #cve-2019-11325 [VarExporter] fix exporting some strings (@nicolas-grekas)
  • security #cve-2019-18889 [Cache] forbid serializing AbstractAdapter and TagAwareAdapter instances (@nicolas-grekas)
  • security #cve-2019-18888 [HttpFoundation] fix guessing mime-types of files with leading dash (@nicolas-grekas)
  • security #cve-2019-18887 [HttpKernel] Use constant time comparison in UriSigner (@stof)

[PR] https://github.com/symfony/symfony/pull/34355
[SECURITY] Security release

Changelog (since https://github.com/symfony/symfony/compare/v4.3.7...v5.0.0-BETA1)

  • feature #34333 Revert "feature #34329 [ExpressionLanguage] add XOR operator (ottaviano)" (@nicolas-grekas)
  • feature #34332 Allow \Throwable $previous everywhere (@fancyweb)
  • feature #34329 [ExpressionLanguage] add XOR operator (@ottaviano)
  • feature #34312 [ErrorHandler] merge and remove the ErrorRenderer component (@nicolas-grekas, @yceruto)
  • feature #34309 [HttpKernel] make ExceptionEvent able to propagate any throwable (@nicolas-grekas)
  • feature #33497 [Contracts] Add parameter type declarations to contracts (@derrabus)
  • feature #34139 [Security] Add migrating encoder configuration (@chalasr)
  • feature #32194 [HttpFoundation] Add a way to anonymize IPs (@Seldaek)
  • feature #34252 [Console] Add support for NO_COLOR env var (@Seldaek)
  • feature #34295 [DI][FrameworkBundle] add EnvVarLoaderInterface - remove SecretEnvVarProcessor (@nicolas-grekas)
  • feature #31310 [DependencyInjection] Added option ignore_errors: not_found for imported config files (@pulzarraider)
  • feature #34216 [HttpClient] allow arbitrary JSON values in requests (@pschultz)
  • feature #31977 Add handling for delayed message to redis transport (@alexander-schranz)
  • feature #34217 [Messenger] use events consistently in worker (@Tobion)
  • feature #33065 Deprecate things that prevent \Throwable from bubbling down (@fancyweb)
  • feature #34184 [VarDumper] display the method we're in when dumping stack traces (@nicolas-grekas)
  • feature #33732 [Console] Rename some methods related to redraw frequency (@javiereguiluz)
  • feature #31587 [Routing][Config] Allow patterns of resources to be excluded from config loading (@tristanbes)
  • feature #32256 [DI] Add compiler pass and command to check that services wiring matches type declarations (@alcalyn, @GuilhemN, @nicolas-grekas)
  • feature #32061 Add new Form WeekType (@dFayet)
  • feature #33954 Form theme: support Bootstrap 4 custom switches (@romaricdrigon)
  • feature #33854 [DI] Add ability to choose behavior of decorations on non existent decorated services (@mtarld)
  • feature #34185 [Messenger] extract worker logic to listener and get rid of SendersLocatorInterface::getSenderByAlias (@Tobion)
  • feature #34156 Adding DoctrineClearEntityManagerWorkerSubscriber to reset EM in worker (@weaverryan)
  • feature #34133 [Cache] add DeflateMarshaller - remove phpredis compression (@nicolas-grekas)
  • feature #34177 [HttpFoundation][FrameworkBundle] allow configuring the session handler with a DSN (@nicolas-grekas)
  • feature #32107 [Validator] Add AutoMapping constraint to enable or disable auto-validation (@dunglas)
  • feature #34170 Re-allow to use "tagged" in service definitions (@dunglas)
  • feature #34043 [Lock] Add missing lock connection string in FrameworkExtension (@jderusse)
  • feature #34057 [Lock][Cache] Allows URL DSN in PDO adapters (@jderusse)
  • feature #34151 [DomCrawler] normalizeWhitespace should be true by default (@dunglas)
  • feature #34020 [Security] Allow to stick to a specific password hashing algorithm (@chalasr)
  • feature #34141 Slack notifier actions (@fabpot)
  • feature #34131 [FrameworkBundle] Remove suffix convention when using env vars to override secrets from the vault (@nicolas-grekas)
  • feature #34051 [HttpClient] allow option "buffer" to be a stream resource (@nicolas-grekas)
  • feature #34028 [ExpressionLanguage][Lexer] Exponential format for number (@tigr1991)
  • feature #34069 [Messenger] Removing "sync" transport and replacing it with config trick (@weaverryan)
  • feature #34014 [DI] made the env(base64:...) processor able to decode base64url (@nicolas-grekas)
  • feature #34044 [HttpClient] Add a canceled state to the ResponseInterface (@Toflar)
  • feature #33997 [FrameworkBundle] Add secrets:* commands and env(secret:...) processor to deal with secrets seamlessly (@Tobion, @jderusse, @nicolas-grekas)
  • feature #34013 [DI] add LazyString for lazy computation of string values injected into services (@nicolas-grekas)
  • feature #33961 [TwigBridge] Add show-deprecations option to the lint:twig command (@yceruto)
  • feature #33973 [HttpClient] add HttpClient::createForBaseUri() (@nicolas-grekas)
  • feature #33980 [HttpClient] try using php-http/discovery when nyholm/psr7 is not installed (@nicolas-grekas)
  • feature #33967 [Mailer] Add Message-Id to SentMessage when sending an email (@fabpot)
  • feature #33896 [Serializer][CSV] Add context options to handle BOM (@malarzm)
  • feature #33883 [Mailer] added ReplyTo option for PostmarkApiTransport (@pierregaste)
  • feature #33053 [ErrorHandler] Rework fatal errors (@fancyweb)
  • feature #33939 [Cache] add TagAwareMarshaller to optimize data storage when using AbstractTagAwareAdapter (@nicolas-grekas)
  • feature #33941 Keeping backward compatibility with legacy FlattenException usage (@yceruto)
  • feature #33851 [EventDispatcher] Allow to omit the event name when registering listeners (@derrabus)
  • feature #33461 [Cache] Improve RedisTagAwareAdapter invalidation logic & requirements (@andrerom)
  • feature #33779 [DI] enable improved syntax for defining method calls in Yaml (@nicolas-grekas)
  • feature #33743 [HttpClient] Async HTTPlug client (@Nyholm)
  • feature #33856 [Messenger] Allow to configure the db index on Redis transport (@chalasr)
  • feature #33881 [VarDumper] Added a support for casting Ramsey/Uuid (@lyrixx)
  • feature #33687 Notifier Component (@fabpot)
  • feature #33861 [CssSelector] Support *:only-of-type (@jakzal)
  • feature #33793 [EventDispatcher] A compiler pass for aliased userland events (@derrabus)
  • feature #33791 [Form] Added CountryType option for using alpha3 country codes (@creiner)
  • feature #33628 [DependencyInjection] added Ability to define a priority method for tagged service (@lyrixx)
  • feature #33768 [String] Introduce a locale-aware Slugger in the String component (@tgalopin)
  • feature #33775 [Console] Add deprecation message for non-int statusCode (@jschaedl)
  • feature #33783 [WebProfilerBundle] Try to display the most useful panel by default (@fancyweb)
  • feature #33701 [HttpKernel] wrap compilation of the container in an opportunistic lock (@nicolas-grekas)
  • feature #33789 [Serializer] Deprecate the XmlEncoder::TYPE_CASE_ATTRIBUTES constant (@pierredup)
  • feature #31446 [VarDumper] Output the location of calls to dump() (@ktherage)
  • feature #33412 [Console] Do not leak hidden console commands (@m-vo)
  • feature #33676 [Security] add "anonymous: lazy" mode to firewalls (@nicolas-grekas)
  • feature #32440 [DomCrawler] add a normalizeWhitespace argument to text() method (@Simperfit)
  • feature #33148 [Intl] Excludes locale from language codes (split localized language names) (@ro0NL)
  • feature #31202 [FrameworkBundle] WebTestCase KernelBrowser::getContainer null return type (@Simperfit)
  • feature #33038 [ErrorHandler] Forward \Throwable (@fancyweb)
  • feature #33574 [Http][DI] Replace REMOTE_ADDR in trusted proxies with the current REMOTE_ADDR (@mcfedr)
  • feature #33553 [String] a new component for object-oriented strings management with an abstract unit system (@nicolas-grekas, @hhamon, @gharlan)
  • feature #33113 [Messenger][DX] Display real handler if handler is wrapped (@DavidBadura)
  • feature #33128 [FrameworkBundle] Sort tagged services (@krome162504)
  • feature #33658 [Yaml] fix parsing inline YAML spanning multiple lines (@xabbuh)
  • feature #33698 [HttpKernel] compress files generated by the profiler (@nicolas-grekas)
  • feature #33317 [Messenger] Added support for from_transport attribute on messenger.message_handler tag (@ruudk)
  • feature #33584 [Security] Deprecate isGranted()/decide() on more than one attribute (@wouterj)
  • feature #33663 [Security] Make stateful firewalls turn responses private only when needed (@nicolas-grekas)
  • feature #33609 [Form][SubmitType] Add "validate" option (@fancyweb)
  • feature #33621 Revert "feature #33507 [WebProfiler] Deprecated intercept_redirects in 4.4 (dorumd)" (@lyrixx)
  • feature #33635 [FrameworkBundle] Cleanup (@yceruto)
  • feature #33605 [Twig] Add NotificationEmail (@fabpot)
  • feature #33623 [DependencyInjection] Allow binding iterable and tagged services (@lyrixx)
  • feature #33507 [WebProfiler] Deprecated intercept_redirects in 4.4 (@dorumd)
  • feature #33579 Adding .gitattributes to remove Tests directory from "dist" (@Nyholm)
  • feature #33562 [Mailer] rename SmtpEnvelope to Envelope (@xabbuh)
  • feature #33565 [Mailer] Rename an exception class (@fabpot)
  • feature #33516 [Cache] Added reserved characters constant for CacheItem (@andyexeter)
  • feature #33503 [SecurityBundle] Move Anonymous DI integration to new AnonymousFactory (@wouterj)
  • feature #33535 [WebProfilerBundle] Assign automatic colors to custom Stopwatch categories (@javiereguiluz)
  • feature #32565 [HttpClient] Allow enabling buffering conditionally with a Closure (@rjwebdev)
  • feature #32032 [DI] generate preload.php file for PHP 7.4 in cache folder (@nicolas-grekas)
  • feature #33117 [FrameworkBundle] Added --sort option for TranslationUpdateCommand (@k0d3r1s)
  • feature #32832 [Serializer] Allow multi-dimenstion object array in AbstractObjectNormalizer (@alediator)
  • feature #33189 New welcome page on startup for 4.4 LTS & 5.0 (@yceruto)
  • feature #33295 [OptionsResolver] Display full nested option hierarchy in exceptions (@fancyweb)
  • feature #33486 [VarDumper] Display fully qualified title (@pavinthan, @nicolas-grekas)
  • feature #33496 Deprecated not passing dash symbol (-) to STDIN commands (@yceruto)
  • feature #32742 [Console] Added support for definition list and horizontal table (@lyrixx)
  • feature #33494 [Mailer] Change DSN syntax (@fabpot)
  • feature #33471 [Mailer] Check email validity before opening an SMTP connection (@fabpot)
  • feature #31177 #21571 Comparing roles to detected that users has changed (@oleg-andreyev)
  • feature #33459 [Validator] Deprecated CacheInterface in favor of PSR-6 (@derrabus)
  • feature #33271 Added new ErrorController + Preview and enabling there the error renderer mechanism (@yceruto)
  • feature #33454 [Mailer] Improve an exception when trying to send a RawMessage without an Envelope (@fabpot)
  • feature #33327 [ErrorHandler] Registering basic exception handler for late failures (@yceruto)
  • feature #33446 [TwigBridge] lint all templates from configured Twig paths if no argument was provided (@yceruto)
  • feature #33409 [Mailer] Add support for multiple mailers (@fabpot)
  • feature #33424 [Mailer] Change the DSN semantics (@fabpot)
  • feature #33352 [Security] drop support for non-boolean return values from checkCredentials() (@xabbuh)
  • feature #33319 Allow configuring class names through methods instead of class parameters in Doctrine extensions (@alcaeus)
  • feature #33283 [ErrorHandler] make DebugClassLoader able to add return type declarations (@nicolas-grekas)
  • feature #33323 [TwigBridge] Throw an exception when one uses email as a context variable in a TemplatedEmail (@fabpot)
  • feature #33308 [SecurityGuard] Deprecate returning non-boolean values from checkCredentials() (@derrabus)
  • feature #33217 [FrameworkBundle][DX] Improving the redirect config when using RedirectController (@yceruto)
  • feature #33015 [HttpClient] Added TraceableHttpClient and WebProfiler panel (@jeremyFreeAgent)
  • feature #33091 [Mime] Add Address::fromString (@gisostallenberg)
  • feature #33144 [DomCrawler] Added Crawler::matches(), ::closest(), ::outerHtml() (@lyrixx)
  • feature #33152 Mark all dispatched event classes as final (@Tobion)
  • feature #33258 [HttpKernel] deprecate global dir to load resources from (@Tobion)
  • feature #33272 [Translation] deprecate support for null locales (@xabbuh)
  • feature #33269 [TwigBridge] Mark all classes extending twig as @final (@fabpot)
  • feature #33270 [Mime] Remove NamedAddress (@fabpot)
  • feature #33169 [HttpFoundation] Precalculate session expiry timestamp (@azjezz)
  • feature #33237 [Mailer] Remove the auth mode DSN option and support in the eSMTP transport (@fabpot)
  • feature #33233 [Mailer] Simplify the way TLS/SSL/STARTTLS work (@fabpot)
  • feature #32360 [Monolog] Added ElasticsearchLogstashHandler (@lyrixx)
  • feature #32489 [Messenger] Allow exchange type headers binding (@CedrickOka)
  • feature #32783 [Messenger] InMemoryTransport handle acknowledged and rejected messages (@tienvx)
  • feature #33098 added Process::getLastOutputTime() method (@connorhu)
  • feature #33155 [ErrorHandler] Added call() method utility to turns any PHP error into \ErrorException (@yceruto)
  • feature #33203 [Mailer] Add support for the queued flag in the EmailCount assertion (@fabpot)
  • feature #30323 [ErrorHandler] trigger deprecation in DebugClassLoader when child class misses a return type (@fancyweb, @nicolas-grekas)
  • feature #33137 [DI] deprecate support for non-object services (@nicolas-grekas)
  • feature #32845 [HttpKernel][FrameworkBundle] Add alternative convention for bundle directories (@yceruto)
  • feature #32548 [Translation] XliffLintCommand: allow .xliff file extension (@codegain)
  • feature #28363 [Serializer] Encode empty objects as objects, not arrays (@mcfedr)
  • feature #33122 [WebLink] implement PSR-13 directly (@nicolas-grekas)
  • feature #33078 Add compatibility trait for PHPUnit constraint classes (@alcaeus)
  • feature #32988 [Intl] Support ISO 3166-1 Alpha-3 country codes (@terjebraten-certua)
  • feature #32598 [FrameworkBundle][Routing] Private service route loaders (@fancyweb)
  • feature #32486 [DoctrineBridge] Invokable event listeners (@fancyweb)
  • feature #31083 [Validator] Allow objects implementing __toString() to be used as violation messages (@mdlutz24)
  • feature #32122 [HttpFoundation] deprecate HeaderBag::get() returning an array and add all($key) instead (@Simperfit)
  • feature #32807 [HttpClient] add "max_duration" option (@fancyweb)
  • feature #31546 [Dotenv] Use default value when referenced variable is not set (@j92)
  • feature #32930 [Mailer][Mime] Add PHPUnit constraints and assertions for the Mailer (@fabpot)
  • feature #32912 [Mailer] Add support for the profiler (@fabpot)
  • feature #32940 [PhpUnitBridge] Add polyfill for PhpUnit namespace (@jderusse)
  • feature #31843 [Security] add support for opportunistic password migrations (@nicolas-grekas)
  • feature #32824 [Ldap] Add security LdapUser and provider (@chalasr)
  • feature #32922 [PhpUnitBridge] make the bridge act as a polyfill for newest PHPUnit features (@nicolas-grekas)
  • feature #32927 [Mailer] Add message events logger (@fabpot)
  • feature #32916 [Mailer] Add a name to the transports (@fabpot)
  • feature #32917 [Mime] Add AbstractPart::asDebugString() (@fabpot)
  • feature #32543 [FrameworkBundle] add config translator cache_dir (@Raulnet)
  • feature #32669 [Yaml] Add flag to dump NULL as ~ (@OskarStark)
  • feature #32896 [Mailer] added debug info to TransportExceptionInterface (@fabpot)
  • feature #32817 [DoctrineBridge] Deprecate RegistryInterface (@Koc)
  • feature #32504 [ErrorRenderer] Add DebugCommand for easy debugging and testing (@yceruto)
  • feature #32581 [DI] Allow dumping the container in one file instead of many files (@nicolas-grekas)
  • feature #32762 [Form][DX] derive default timezone from reference_date option when possible (@yceruto)
  • feature #32745 [Messenger][Profiler] Attempt to give more useful source info when using HandleTrait (@ogizanagi)
  • feature #32680 [Messenger][Profiler] Collect the stamps at the end of dispatch (@ogizanagi)
  • feature #32683 [VarDumper] added support for Imagine/Image (@lyrixx)
  • feature #32749 [Mailer] Make transport factory test case public (@Koc)
  • feature #32718 [Form] use a reference date to handle times during DST (@xabbuh)
  • feature #32637 [ErrorHandler] Decouple from ErrorRenderer component (@yceruto)
  • feature #32609 [Mailer][DX][RFC] Rename mailer bridge transport classes (@Koc)
  • feature #32587 [Form][Validator] Generate accept attribute with file constraint and mime types option (@Coosos)
  • feature #32658 [Form] repeat preferred choices in list of all choices (@Seb33300, @xabbuh)
  • feature #32698 [WebProfilerBundle] mark all classes as internal (@Tobion)
  • feature #32695 [WebProfilerBundle] Decoupling TwigBundle and using the new ErrorRenderer mechanism (@yceruto)
  • feature #31398 [TwigBundle] Deprecating error templates for non-html formats and using ErrorRenderer as fallback (@yceruto)
  • feature #32582 [Routing] Deprecate ServiceRouterLoader and ObjectRouteLoader in favor of ContainerLoader and ObjectLoader (@fancyweb)
  • feature #32661 [ErrorRenderer] Improving the exception page provided by HtmlErrorRenderer (@yceruto)
  • feature #32332 [DI] Move non removing compiler passes to after removing passes (@alexpott)
  • feature #32475 [Process] Deprecate Process::inheritEnvironmentVariables() (@ogizanagi)
  • feature #32583 [Mailer] Logger vs debug mailer (@fabpot)
  • feature #32471 Add a new ErrorHandler component (mirror of the Debug component) (@yceruto)
  • feature #32463 [VarDumper] Allow to configure VarDumperTestTrait casters & flags (@ogizanagi)
  • feature #31946 [Mailer] Extract transport factory and allow create custom transports (@Koc)
  • feature #31194 [PropertyAccess] Improve errors when trying to find a writable property (@pierredup)
  • feature #32435 [Validator] Add a new constraint message when there is both min and max (@Lctrs)
  • feature #32470 Rename ErrorCatcher to ErrorRenderer (rendering part only) (@yceruto)
  • feature #32462 [WebProfilerBundle] Deprecating templateExists method (@yceruto)
  • feature #32458 Remove support for Twig 1.x (@fabpot)
  • feature #32446 [Lock] rename and deprecate Factory into LockFactory (@Simperfit)
  • feature #31975 Dynamic bundle assets (@garak)
  • feature #32429 [VarDumper] Let browsers trigger their own search on double CMD/CTRL + F (@ogizanagi)
  • feature #32198 [Lock] Split "StoreInterface" into multiple interfaces with less responsability (@Simperfit)
  • feature #31511 [Validator] Allow to use property paths to get limits in range constraint (@Lctrs)
  • feature #32424 [Console] don't redraw progress bar more than every 100ms by default (@nicolas-grekas)
  • feature #27905 [MonologBridge] Monolog 2 compatibility (@derrabus)
  • feature #32418 [Console] Added Application::reset() (@lyrixx)
  • feature #31217 [WebserverBundle] Deprecate the bundle in favor of symfony local server (@Simperfit)
  • feature #31554 [SECURITY] AbstractAuthenticationListener.php error instead info. Rebase of #28462 (@berezuev)
  • feature #32284 [Cache] Add argument $prefix to AdapterInterface::clear() (@nicolas-grekas)
  • feature #32423 [ServerBundle] Display all logs by default (@lyrixx)
  • feature #26339 [Console] Add ProgressBar::preventRedrawFasterThan() and forceRedrawSlowerThan() methods (@ostrolucky)
  • feature #31269 [Translator] Dump native plural formats to po files (@Stadly)
  • feature #31560 [Ldap][Security] LdapBindAuthenticationProvider does not bind before search query (@Simperfit)
  • feature #31626 [Console] allow answer to be trimmed by adding a flag (@Simperfit)
  • feature #31876 [WebProfilerBundle] Add clear button to ajax tab (@Matts)
  • feature #32415 [Translation] deprecate passing a null locale (@Simperfit)
  • feature #32290 [HttpClient] Add $response->toStream() to cast responses to regular PHP streams (@nicolas-grekas)
  • feature #32402 [Intl] Exclude root language (@ro0NL)
  • feature #32295 [FrameworkBundle] Add autowiring alias for PSR-14 (@nicolas-grekas)
  • feature #32390 [DependencyInjection] Deprecated passing Parameter instances as class name to Definition (@derrabus)
  • feature #32106 [FrameworkBundle] Use default_locale as default value for translator.fallbacks (@dunglas)
  • feature #32294 [FrameworkBundle] Allow creating chained cache pools by providing several adapters (@nicolas-grekas)
  • feature #32373 [Validator] Change Length::$allowEmptyString default to false & make it optional (@ogizanagi)
  • feature #32207 [FrameworkBundle] Allow to use the BrowserKit assertions with Panther and API Platform's test client (@dunglas)
  • feature #32344 [HttpFoundation][HttpKernel] Improving the request/response format autodetection (@yceruto)
  • feature #32231 [HttpClient] Add support for NTLM authentication (@nicolas-grekas)
  • feature #32265 [Validator] deprecate non-string constraint violation codes (@xabbuh)
  • feature #31528 [Validator] Add a Length::$allowEmptyString option to reject empty strings (@ogizanagi)
  • feature #32081 [WIP][Mailer] Overwrite envelope sender and recipients from config (@Devristo)
  • feature #32255 [HttpFoundation] Drop support for ApacheRequest (@lyrixx)
  • feature #31825 [Messenger] Added support for auto trimming of redis streams (@Toflar)
  • feature #32277 Remove @experimental annotations (@fabpot)
  • feature #30981 [Mime] S/MIME Support (@sstok)
  • feature #32180 [Lock] add an InvalidTTLException to be more accurate (@Simperfit)
  • feature #32241 [PropertyAccess] Deprecate null as allowed value for defaultLifetime argument in createCache method (@jschaedl)
  • feature #32221 [ErrorCatcher] Make IDEs and static analysis tools happy (@fabpot)
  • feature #32227 Rename the ErrorHandler component to ErrorCatcher (@fabpot)
  • feature #31065 Add ErrorHandler component (@yceruto)
  • feature #32126 [Process] Allow writing portable "prepared" command lines (@Simperfit)
  • feature #31996 Add return types in final classes (@dFayet)
  • feature #31532 [Ldap] Add users extraFields in ldap component (@Simperfit)
  • feature #32104 Add autowiring for HTTPlug (@nicolas-grekas)
  • feature #32130 [Form] deprecate int/float for string input in NumberType (@xabbuh)
  • feature #31547 [Ldap] Add exception for mapping ldap errors (@Simperfit)
  • feature #31764 [FrameworkBundle] add attribute stamps (@walidboughdiri)
  • feature #32059 [PhpUnitBridge] Bump PHPUnit 7+8 (@ro0NL)
  • feature #32041 [Validator] Deprecate unused arg in ExpressionValidator (@ogizanagi)
  • feature #31287 [Config] Introduce find method in ArrayNodeDefinition to ease configuration tree manipulation (@jschaedl)
  • feature #31959 [DomCrawler][Feature][DX] Add Form::getName() method (@JustBlackBird)
  • feature #32026 [VarDumper] caster for HttpClient's response dumps all info (@nicolas-grekas)
  • feature #31976 [HttpClient] add HttplugClient for compat with libs that need httplug v1 or v2 (@nicolas-grekas)
  • feature #31956 [Mailer] Changed EventDispatcherInterface dependency from Component to Contracts (@Koc)
  • feature #31980 [HttpClient] make Psr18Client implement relevant PSR-17 factories (@nicolas-grekas)
  • feature #31919 [WebProfilerBundle] Select default theme based on user preferences (@javiereguiluz)
  • feature #31451 [FrameworkBundle] Allow dots in translation domains (@jschaedl)
  • feature #31321 [DI] deprecates tag !tagged in favor of !tagged_iterator (@jschaedl)
  • feature #31658 [HTTP Foundation] Deprecate passing argument to method Request::isMethodSafe() (@dFayet)
  • feature #31597 [Security] add MigratingPasswordEncoder (@nicolas-grekas)
  • feature #31351 [Validator] Improve TypeValidator to handle array of types (@jschaedl)
  • feature #31526 [Validator] Add compared value path to violation parameters (@ogizanagi)
  • feature #31514 Add exception as HTML comment to beginning and end of exception_full.html.twig (@ruudk)
  • feature #31739 [FrameworkBundle] Add missing BC layer for deprecated ControllerNameParser injections (@chalasr)
  • feature #31831 [HttpClient] add $response->cancel() (@nicolas-grekas)
  • feature #31334 [Messenger] Add clear Entity Manager middleware (@Koc)
  • feature #31800 Removed support for PHP templating everywhere (@yceruto)
  • feature #31594 [Security] add PasswordEncoderInterface::needsRehash() (@nicolas-grekas)
  • feature #31821 [FrameworkBundle][TwigBundle] Add missing deprecations for PHP templating layer (@yceruto)
  • feature #31509 [Monolog] Setup the LoggerProcessor after all other processor (@lyrixx)
  • feature #31777 [Form] remove deprecated date types options handling (@xabbuh)
  • feature #31785 [Messenger] Deprecate passing a bus locator to ConsumeMessagesCommand's constructor (@chalasr)
  • feature #31700 [MonologBridge] RouteProcessor class is now final to ease the the removal of deprecated event (@Simperfit)
  • feature #31732 [HttpKernel] Make DebugHandlersListener internal (@chalasr)
  • feature #31539 [HttpKernel] Add lts config (@noniagriconomie)
  • feature #31437 [Cache] Add Redis Sentinel support (@StephenClouse)
  • feature #31543 [DI] deprecate short callables in yaml (@nicolas-grekas)

[PR] https://github.com/symfony/symfony/pull/34339