Symfony 6.1.0 has just been released. Check the Living on the Edge category on this blog to learn about the main features of this new stable release; or check the release announcement of BETA1 to get the list of all new features. Here is the list of the most important changes since 6.1.0-RC1: bug #46453 [PropertyInfo] Fix resolution of partially docblock covered constructors (@ostrolucky) bug #46454 [ExpressionLanguage] Fix null-safe chaining (@HypeMC) bug #46386 [Console] Fix missing negative variation of negatable options in shell completion (@GromNaN) bug #46387 [Console] Complete negatable options (Fish) (@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 #46385 [HttpKernel] New bundle path convention when AbstractBundle is used (@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 #46377 [HttpKernel] Fix missing null type in ErrorListener::__construct() (@chalasr) bug #46249 [HttpFoundation] [Session] Regenerate invalid session id (@peter17) bug #46373 [HtmlSanitizer] Fix default config service definition (@wouterj) bug #46328 [Config] Allow scalar configuration in PHP Configuration (@jderusse, @HypeMC) bug #46366 [Mime] Add null check for EmailHeaderSame (@magikid) bug #46361 [PropertyInfo] Ignore empty doc-block for promoted properties in PhpStanExtractor (@BoShurik) 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) Want to upgrade to this new release? Because Symfony protects backwards-compatibility very closely, this should be quite easy. Use SymfonyInsight upgrade reports to detect the code you will need to change in your project and read our upgrade documentation to learn more. Want to be notified whenever a new Symfony release is published? Or when a version is not maintained anymore? Or only when a security issue is fixed? Consider subscribing to the Symfony Roadmap Notifications.
Sponsor the Symfony project.
https://symfony.com/blog/symfony-6-1-0-released?utm_source=Symfony%20Blog%20Feed&utm_medium=feed
Inicia sesión para agregar comentarios
Otros mensajes en este grupo.

Symfony 7.3 includes many small improvements aimed at making developers' lives easier and more productive. This blog post highlights some of the most useful DX (Developer Experience) features added in

Symfony 7.3 introduces several enhancements to the Validator component, focusing on developer experience, better configurability, and more expressive constraint definitions.
Allow to Disable Translat

Symfony 7.3 adds a new JsonStreamer component as a high-performance, low-memory JSON encoding and decoding utility. However, the Serializer component still has many valid use cases, even for JSON cont

Symfony 7.3.0-RC1 has just been released. This is a pre-release version of Symfony 7.3. If you want to test it in your own applications before its final release, run the following commands:

This week, development activity focused on putting the final touches on Symfony 7.3 in preparation for its stable release next week. In addition, we published a security fix for a potential vulnerabil

Symfony's bridge packages integrate third-party services, such as mailers, notifiers, and translation providers, into Symfony applications. With more than 120 bridges available today, Symfony supports

Symfony Messenger component keeps evolving to meet the needs of complex, modern applications. In Symfony 7.3, we're introducing several powerful features to it.
Run Process Using the Shell… https://s