Symfony 4.4.13 released
Symfony 4.4.13 has just been released. Here is a list of the most important changes:security #cve-2020-15094 Remove headers with internal meaning from HttpClient responses (@mpdude)bug #38024 [Console]...
View ArticleSymfony 5.1.5 released
Symfony 5.1.5 has just been released. Here is a list of the most important changes:security #cve-2020-15094 Remove headers with internal meaning from HttpClient responses (@mpdude)bug #38024 [Console]...
View ArticleRendez-vous at the end of this month for SymfonyLive Paris 2020
The French SymfonyLive conference will take place on September 23-24 2020. Initially scheduled on March 26-27 2020, the event has been postponed to September due to the Covid-19 situation and the...
View ArticlePHP preloading and Symfony
PHP 7.4 added support for preloading. To make a long story short, it gives you extra performance for free. Symfony 4.4 made it easy to benefit from this feature in your projects.You might wonder how...
View ArticleThe Symfony 5 book, The Fast Track, now available online for all languages
As of today, my Symfony 5 book, The Fast Track, is available for everyone to read for free in 14 languages.The book was already available online for free for 11 languages. This update adds Japanese and...
View ArticleSome seats left for the pre-conference workshops at SymfonyLive Paris 2020
The SymfonyLive Paris conference is coming at the end of this month. While the conference is now sold out, there are still a few seats left available to attend the pre-conference workshops. As the...
View ArticleA Week of Symfony #714 (31 August - 6 September 2020)
This week, the Symfony 5 book was published for free in all available languages. Meanwhile, the upcoming Symfony 5.2 version updated security to allow configuring the order of firewall listeners and...
View ArticleNew in SymfonyInsight: Microsoft Teams analysis results notifications
One of the main goal of SymfonyInsight is to help you maintain high quality in your project over long periods of time. To do so, integrating the information SymfonyInsight gives you in your processes...
View ArticleNew in SymfonyInsight: Composer 2 native support
Composer 2.0 has just reached its first Release Candidate version, making it closer to a first stable release. It has much better performance and memory usage than Composer 1 and improves the way...
View ArticleA Week of Symfony #715 (7-13 September 2020)
This week, Symfony development activity was frantic with tens of fixes and new features merged. The upcoming Symfony 5.2 version added support for shared locks, integration of Cache and Messenger...
View ArticleSymfonyInsight, the life jacket for your team
At its core, SymfonyInsight helps you monitor and improve the quality of your projects. It fits nicely in your development processes to find issues, help developers improve their skills and decrease...
View ArticleFirst selected speakers at SymfonyWorld 2020 are announced
SymfonyWorld 2020 is our first 100% online event. We've announced over the summer the online conference organization which will take place beginning of December in place of SymfonyCon Disneyland Paris...
View ArticleA Week of Symfony #716 (14-20 September 2020)
This week, the upcoming Symfony 5.2 version introduced a new RateLimiter component and built the first feature on top of it: login throttling. In addition, a new feature was merged into HttpClient...
View ArticleNew in Symfony 5.2: Pseudo-localization translator
Contributed by Thomas Calvet in #36016.Symfony 5.2 will be released in November 2020. This is the first article of the series that shows the most important new features introduced by this Symfony...
View ArticleNew in Symfony 5.2: True colors in the console
Contributed by Fabien Potencier in #36802.The Symfony Console component provides a default styling for your command output, but you can also apply custom styles and colors. However, you could only use...
View ArticleNew in Symfony 5.2: EventSource HTTP client
Contributed by Antoine Bluchet in #36692.Server-sent events is an Internet standard used to push data to web pages. Its JavaScript API is built around an EventSource object, which listens to the...
View ArticleNew in Symfony 5.2: Doctrine types for UUID and ULID
Contributed by gennadigennadigennadi in #37678.In Symfony 5.1 we introduced a new Uid component to help you generate and work with different UID values, such as UUIDs and ULIDs. The next step is to...
View ArticleNew in Symfony 5.2: Translatable objects
Contributed by Nate Wiebe in #37670.Translating contents usually require more information than the original message, such as the translation parameters and the translation domain. In order to make...
View ArticleSymfony 3.4.45 released
Symfony 3.4.45 has just been released. Here is a list of the most important changes:bug #38228 [Yaml Parser] Fix edge cases when parsing multiple documents (@digilist)bug #38229 [Yaml] fix parsing...
View ArticleSymfony 4.4.14 released
Symfony 4.4.14 has just been released. Here is a list of the most important changes:bug #38248 [HttpClient] Allow bearer token with colon (@stephanvierkant)bug #37837 [Form] Fix custom formats...
View Article