Symfony v6.2.11 Released, Classic PHP Web Development Framework

Symfony v6.2.11 is released! Symfony is a PHP framework based on MVC architecture, dedicated to reducing the writing of repetitive code to speed up the development and maintenance of Web applications. Symfony also integrates very well with many relational databases at a relatively low cost.

In addition, Symfony is committed to creating robust applications in an enterprise context, while also giving developers powerful configuration capabilities: from file structure to external directories, almost everything can be customized. Symfony also bundles some additional tools such as testing, debugging, documentation generation, etc. to meet the enterprise development process.

Symfony v6.2.11 updates are as follows:

  • bug  #50442  [SecurityBundle] Update security-1.0.xsd to include missing access token definition 
  • bug  #50429  [console] block input stream when needed
  • bug  #50312  [Security] Skip clearing CSRF token on stateless logout
  • bug  #50338  [console] execremove it and replace withshell_exec
  • bug  #50193  [Serializer] Fixed SerializedPathnot using constructor arguments
  • bug  #50280  [PropertyAccess] Fix nullsafe operator on array index 
  • bug  #50309  [HttpFoundation] UrlHelper is now aware of RequestContext changes
  • bug  #50352  [Notifier][TurboSMS] Fix get sender name
  • bug  #50354  [Process] Properly stop a process even if the underlying input stream is not closed
  • bug  #50332  [PropertyInfo] Fix PhpStanExtractorconstructor without docblock
  • bug  #50253  [FrameworkBundle] cache:clearConsistently generate cache when running commands  consecutively
  • bug  #49063  [Messenger] Respect isRetryabledecision of retry policy for redelivery
  • bug  #50251  [Serializer] Handle datetime deserialization in U format
  • bug  #50266  [HttpFoundation] Fix file stream after connection aborted
  • bug  #50269  fix parameter type annotation 
  • bug  #50268  allows resources in Query::setParam
  • bug  #50256  [HttpClient] Fix header with duplicate name set when redirecting with AmpHttpClient
  • bug  #50214  [WebProfilerBundle] Remove legacy filter
  • bug  #50235  [HttpClient] fixed by CONNECT
  • bug  #50244  [HttpKernel] Fixed restoring proxy content from cache
  • bug  #50246  [DependencyInjection] Don't check misdefined types
  • bug  #49557  [PropertyInfo] Fix phpDocExtractor nullable array value type
  • bug  #50213  [ErrorHandler] Prevent conflicts with WebProfilerBundle's JavaScript
  • bug  #50192  [Serializer] supported enum throws notNormalizableValueException outside constructor
  • bug  #50238  [HttpKernel] Don't use eval() to render ESI/SSI 
  • bug  #50226  [HttpClient] Make sure HttplugClient ignores invalid HTTP headers
  • bug  #50203  [Messenger] Fix register message handler
  • bug  #50204  [ErrorHandler] Httplug deprecation skipping HttplugClient

Update announcement: https://github.com/symfony/symfony/releases/tag/v6.2.11

Guess you like

Origin www.oschina.net/news/242698/symfony-6-2-11-released