Symfony 5.4.23 released
Symfony 5.4.23 has just been released. Here is the list of the most important changes since 5.4.22: bug #50143 [Console] trim(): Argument #1 () must be of type string, bool given (@danepowell) bug...
View ArticleSymfony 6.2.10 released
Symfony 6.2.10 has just been released. Here is the list of the most important changes since 6.2.9: bug #50143 [Console] trim(): Argument #1 () must be of type string, bool given (@danepowell) bug...
View ArticleA Week of Symfony #852 (24-30 April 2023)
This week, Symfony 5.4.23 and 6.2.10 maintenance versions were released. Meanwhile, we continued polishing the new features of the upcoming Symfony 6.3 release, including the addition of return types...
View ArticleSymfony 6.3.0-BETA1 released
Symfony 6.3.0-BETA1 has just been released. Here is the list of the most important changes since 6.2: feature #50112 [Asset] [AssetMapper] New AssetMapper component: Map assets to publicly available,...
View ArticleNew in Symfony 6.3: Enum Improvements
Symfony 5.4 introduced support for Enums in forms November 2021. Later, in Symfony 6.2, we improved enums support to allow using them in YAML files, env vars, etc. In Symfony 6.3 we're improving enums...
View ArticleNew in Symfony 6.3: Login and Logout Improvements
Custom Redirection with Programmatic Login Contributed by Nicolas Sauveur in #48582. In Symfony 6.2 we introduced a login() method to ease the programmatic login of users. However, this method...
View ArticleNew in Symfony 6.3: Query Parameters Mapper
Contributed by Ruud Kamphuis in #49134. In Symfony 6.3 we introduced a feature to map request data into typed objects using the #[MapRequestPayload] and #[MapQueryString] attributes. However,...
View ArticleSymfonyOnline June 2023 - Modern UIs with UX, a little JS & Zero Node
SymfonyOnline June 2023 is just around the corner, happening on June 15-16, and we've already announced a lineup of incredible speakers and topics. For more information, click on here. Don't miss out...
View ArticleNew in Symfony 6.3: Performance Improvements
Symfony project is continuously making code changes and tweaks to improve performance across its codebase. In Symfony 6.3 we made the following relevant changes related to performance: Improve...
View ArticleSymfonyOnline June 2023 - Enhance your skills by participating in workshops!
Get ready to enhance your skills and knowledge with SymfonyOnline June 2023 that's just a few weeks away! Starting on June 13-14, you'll have the opportunity to participate in a variety of...
View ArticleA Week of Symfony #853 (1-7 May 2023)
This week, the first beta of Symfony 6.3 was released so you can test it in your applications before its final release at the end of May 2023. Meanwhile, Symfony UX 2.8 version was published with two...
View ArticleSymfony 6.3.0-BETA2 released
Symfony 6.3.0-BETA2 has just been released. Here is the list of the most important changes since 6.3.0-BETA1: bug #50249 [WebProfilerBundle] Explicit tab controls’ color as they can be buttons...
View ArticleNew in Symfony 6.3: Emoji Improvements
Emojis continue to be an important part of web applications, even in the enterprise environment. For that reason, in Symfony 6.3 we have continued to improve some emoji features. Strip Emojis from...
View ArticleNew in Symfony 6.3: Webhook and RemoteEvent Components
Contributed by Fabien Potencier in #48542. Webhooks are user-defined HTTP callbacks. They allow other services to alert you about external events so you can respond to them. For example, consider the...
View ArticleSymfonyOnline June 2023 - Take the lightning talks challenge!
SymfonyOnline June 2023 is just around the corner, happening on June 15-16. Amazing speakers and topics have been announced! The detailed schedule is available here. Exciting news! We are happy to...
View ArticleNew in Symfony 6.3: Clock Improvements
In Symfony 6.2 we introduced a new Clock component so you can decouple your applications from the system clock (e.g. to create better time-sensitive tests). In Symfony 6.3 we've improved it with new...
View ArticleNew in Symfony 6.3: DX Improvements (Part 1)
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.3.0-BETA3 released
Symfony 6.3.0-BETA3 has just been released. Here is the list of the most important changes since 6.3.0-BETA2: feature #50286 [AssetMapper] Add cached asset factory (@weaverryan) bug #50307...
View ArticleA Week of Symfony #854 (8-14 May 2023)
This week, Symfony 6.3.0 beta2 and beta3 were released so you can test them in your own projects and report bugs before its final release. Meanwhile, we continued adding features to the new...
View ArticleNew in Symfony 6.3: HttpClient Improvements
Added JsonMockResponse Contributed by Thomas Calvet in #50044. The HttpClient component provides some utilities to test HTTP requests and responses using a MockHttpClient that returns MockResponse...
View Article