New in Symfony 6.2: Better Debugging Commands
Symfony includes many commands to help you debug issues in your applications while developing them. In Symfony 6.2 we're improving some of those commands and adding new ones. New Command to Count...
View ArticleNew in Symfony 6.2: Improved Enum Support
Symfony introduced PHP enums support in Symfony 5.4, which was released on November 2021. In Symfony 6.2 we continued adding Enums supports in different parts of the code. Enums as Service Parameters...
View ArticleNew in Symfony 6.2: New Uid Features
The Uid component provides an object-oriented API to generate and represent UIDs such as UUID and ULID. In Symfony 6.2 we're adding some features to it. MaxUuid and MaxUlid Contributed by Nicolas...
View ArticleNew in Symfony 6.2: DX Improvements
DX (developer experience) is defined by the tools, processes, and software that a developer uses when interacting with a product or system. In Symfony we're constantly improving DX and in this post we...
View ArticleSymfony 6.2.0-BETA3 released
Symfony 6.2.0-BETA3 has just been released. Here is the list of the most important changes since 6.2.0-BETA2: bug #48217 [Console] Improve error message when shell is not detected in completion...
View ArticleA Week of Symfony #829 (14-20 November 2022)
This week, the third beta of Symfony 6.2 was released so you can test it in your own projects before its final release at the end of November 2022. Meanwhile, the SymfonyCon 2022 took place this week...
View ArticleNew in Symfony 6.2: More Extensible Mailer
Contributed by Fabien Potencier in #47080, #47190, #47191, #47201, #47462, #47711. In Symfony 6.2 we're making the Mailer component more extensible with features such as new events, allowing to change...
View ArticleNew in Symfony 6.2: Security Improvements (Part 1)
Simpler Programmatic Login Contributed by Arnaud Frézet and Robin Chalas in #41274. Logging in users programmatically is a common need in many applications. That's why in Symfony 6.2 we're adding a...
View ArticleBlack Friday 2022 Offers from the Symfony Ecosystem
This year, the traditional Black Friday offers for Symfony ecosystem come early. Hurry up because they won't repeat until next year! 30% discount on all Symfony, Sylius, and Twig certifications Show...
View ArticleNew in Symfony 6.2: Security Improvements (Part 2)
Simpler Programmatic Logout Contributed by Arnaud Frézet and Robin Chalas in #41406. Similar to the simpler programmatic login feature introduced in Symfony 6.2, we're introducing a simpler way to...
View ArticleNew in Symfony 6.2: Console improvements
The Console component is the most downloaded non-polyfill component (+530 million downloads as of November 2022) and the component with most dependents overall (nearly 10,000 public projects depend on...
View ArticleSymfony 6.2.0-RC1 released
Symfony 6.2.0-RC1 has just been released. Here is the list of the most important changes since 6.2.0-BETA3: bug #48312 [VarExporter] Improve partial-initialization API for ghost objects...
View ArticleSymfonyWorld Online 2022 Winter Edition: Discover the program
You weren't there at SymfonyCon Disneyland Paris 2022? Don't worry, The SymfonyWorld Online 2022 Winter Edition conference is coming soon! Let's have a look on the final schedule: December 6-7: online...
View ArticleA Week of Symfony #830 (21-27 November 2022)
This week, the first release candidate of Symfony 6.2 was published in preparation for the final version release in a few days. Meanwhile, Symfony announced its Black Friday 2022 discounts and the...
View ArticleNew in Symfony 6.2: Profiler Redesign
Contributed by Javier Eguiluz in #47148, #47643 and #47665. The Symfony Profiler is a powerful development tool that gives detailed debugging information about the execution of any request. It's also...
View ArticleSymfony 4.4.49 released
Symfony 4.4.49 has just been released. Here is the list of the most important changes since 4.4.48: bug #48273 [HttpKernel] Fix message for unresovable arguments of invokable controllers (@fancyweb)...
View ArticleSymfony 5.4.16 released
Symfony 5.4.16 has just been released. Here is the list of the most important changes since 5.4.15: bug #48333 [Yaml] parse unquoted digits in tag values as integers (@xabbuh) bug #48330...
View ArticleSymfony 6.0.16 released
Symfony 6.0.16 has just been released. Here is the list of the most important changes since 6.0.15: bug #48333 [Yaml] parse unquoted digits in tag values as integers (@xabbuh) bug #48330...
View ArticleSymfony 6.1.8 released
Symfony 6.1.8 has just been released. Here is the list of the most important changes since 6.1.7: bug #48333 [Yaml] parse unquoted digits in tag values as integers (@xabbuh) bug #48330...
View ArticleSymfony 6.2.0-RC2 released
Symfony 6.2.0-RC2 has just been released. Here is the list of the most important changes since 6.2.0-RC1: bug #48366 [Mailer] Fix body renderer check (@fabpot) bug #48347 [Clock] Autowire PSR...
View Article