A Week of Symfony #661 (26 August - 1 September 2019)
This week, Symfony 3.4.31 and 4.3.4 maintenance versions were released. Meanwhile, the SymfonyLive London 2019 conference announced its workshops, talks and some surprises related to new Symfony...
View ArticleA Week of Symfony #662 (2-8 September 2019)
This week, Symfony improved handling of HTTP/2 PUSH and fixed support for 103 Early Hints status code in the HttpClient. Meanwhile, the Mailer component added support for multiple mailers and improved...
View ArticleA Week of Symfony #663 (9-15 September 2019)
This week, Symfony development activity focused on minor tweaks and fixes, such as fixing our preloader for the upcoming PHP 7.4 version. In addition, the community proposed to add .gitattributes to...
View ArticleSymfonyCon Amsterdam: schedule part 3 is online (almost final one)!
We have announced the first part and the second part of the conference schedule in previous blog posts. We are now very happy to announce the third part of the talks and speakers selected for...
View ArticleA Week of Symfony #664 (16-22 September 2019)
This week, Symfony added support for the upcoming Twig 3 version, improved the test suite to fix unrelated test failures, and added a new feature to send notification emails. In addition, the new...
View ArticleSymfonyLive London 2019 was a great success!
Last Friday, we had the chance to meet the British community during the SymfonyLive London 2019. We were thrilled to welcome more than 250 people, 14 speakers and our amazing sponsors at the 8th...
View ArticleA Week of Symfony #665 (23-29 September 2019)
This week, Symfony worked on several pending features in preparation for the "feature freeze" period which starts next week: stateful firewalls now turn responses private only when needed,...
View ArticleA Week of Symfony #666 (30 September - 6 October 2019)
This week, Symfony continued fixing bugs and polishing the new features of the upcoming Symfony 4.4 version. Meanwhile, the new String component introduced in Symfony 5.0 added a locale-aware Slugger...
View ArticleSymfony 3.4.32 released
Symfony 3.4.32 has just been released. Here is a list of the most important changes:bug #33834 [Validator] Fix ValidValidator group cascading usage (@fancyweb)bug #33841 [VarDumper] fix dumping...
View ArticleSymfony 4.3.5 released
Symfony 4.3.5 has just been released. Here is a list of the most important changes:bug #33742 [Crawler] document $default as string|null (@nicolas-grekas)bug #32308 [Messenger] DoctrineTransport:...
View ArticleNew in Symfony 4.4: Signing and Encrypting Email Messages
Contributed by Sebastiaan Stok in #30981.Symfony 4.4 will be released in November 2019. This is the first article of the series that shows the most important new features introduced by this Symfony...
View ArticleNew in Symfony 4.4: New DomCrawler Methods
Contributed by Grégoire Pineau in #33144.The DomCrawler component is mostly used in Symfony applications via functional tests, to filter the DOM nodes of HTML/XML documents. The methods provided by...
View ArticleA Week of Symfony #667 (7-13 October 2019)
This week, Symfony 3.4.32 and 4.3.5 maintenance versions were released. Meanwhile, the upcoming Symfony 4.4 version improved the syntax for defining method calls in YAML, improved performance of...
View ArticleNew in Symfony 4.4: Improved Type Constraint
Contributed by Jan Schädlich in #31351.The Type constraint included in the Validator component validates that a given value is of a specific data type. This type can be any of thevalid PHP types, any...
View ArticleNew in Symfony 4.4: Messenger Middleware to Clear Doctrine Entity Manager
Contributed by Konstantin Myakshin in #31334.In the Messenger component, middleware is used to configure what happens when you dispatch a message to a message bus. In Symfony 4.4 we've added a new...
View ArticleNew in Symfony 4.4: PHPUnit Assertions for Email Messages
Contributed by Fabien Potencier in #32930 and #33203.The new Mailer and Mime components were introduced in Symfony 4.3 to replace the previous solution based on SwiftMailer. In Symfony 4.4 we've...
View ArticleNew in Symfony 4.4: Password Migrations
Contributed by Nicolas Grekas in #31594,#31597, and #31843.In Symfony 4.3 we introduced a native password encoder to hash your user passwords with the best possible algorithm available in your...
View ArticleScholarship program and its fundraising are open at SymfonyCon Amsterdam 2019
For the third year in a row, we’re very pleased to launch our scholarship program! We are super excited to open the scholarship process for this year’s SymfonyCon Amsterdam 2019, November 21st to 23rd....
View ArticleNew in Symfony 4.4: Improved Welcome Page
Contributed by Yonel Ceruto in #33189.When you browse a newly created Symfony project, you see a special "Welcome page" that looks like this:Even if this is an error page (you are seeing that page...
View ArticleA Week of Symfony #668 (14-20 October 2019)
This week, the upcoming Symfony 4.4. version added a new feature for lazy computation of string values injected into services and continued working on the new feature to store secrets. Finally, the...
View Article