Skip to content

v6.2.10

Compare
Choose a tag to compare
@fabpot fabpot released this 28 Apr 13:57
· 1403 commits to 6.4 since this release
v6.2.10
a8b4c6d

Changelog (v6.2.9...v6.2.10)

  • bug #50143 [Console] trim(): Argument #1 () must be of type string, bool given (@danepowell)
  • bug #50139 Check if trace.curlCommand is defined in profiler (@Toflar)
  • bug #50066 [Dumper] Trim leading newlines when checking if value begins with a space (@bradtreloar)
  • bug #50115 [FrameworkBundle] Make service edges unique (@rmikalkenas)
  • bug #50111 Fix the list of supported shells for completions in a phar (@stof)
  • bug #50110 [Console] Fix the usage of the zsh completion through the fpath discovery (@stof)
  • bug #50074 [Cache] Send Predis SSL options in the $hosts parameter (@magnusnordlander)
  • bug #50088 [DependencyInjection] Do not ignore tags name attribute when it does not define their name (@MatTheCat)
  • bug #50099 [Cache] Fix success interpretation when pruning cache (@staabm)
  • bug #50092 [Security] Fix return type of AuthenticationSuccessHandlerInterface::onAuthenticationSuccess() (@nicolas-grekas)
  • bug #48288 [Security] Make onAuthenticationSuccess Response optional (@db306)
  • bug #50086 [VarExporter] Fix forwarding references to proxied classes (@nicolas-grekas)
  • bug #50072 [HttpClient] Fix global state preventing two CurlHttpClient instances from working together (@nicolas-grekas)
  • bug #50040 [Translation] Crowdin Bridge: Fix locale vs LanguageId (@peter Culka)
  • bug #50061 [DependencyInjection] Fix support for inner collections when using <bind> (@zerustech)
  • bug #50022 [DependencyInjection] Fallback to default value when autowiring undefined parameters for optional arguments (@radar3301)
  • bug #50056 [Form] Fix "prototype_data" option creating duplicates instead of new lines (@Thorry84)
  • 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 #50015 [Serializer] Fix serializer normalize attribute context (@akalineskou)
  • bug #49987 [Console] Restoring the ability to output unicode text to the Win10 console (@aleksandr-shevchenko)

[PR] #50189