SymfonyLive London 2019: the website is online!
Save the date for SymfonyLive London 2019: the conference will take place on September 13th at the Park Plaza Westminster Bridge!We're very pleased to announce that the SymfonyLive London 2019 website...
View ArticleDiversity Update for 2019
SymfonyConAt SymfonyCon I had the pleasure of presenting a talk on what happened during the first year of the diversity initiative. While admittedly there were phases during 2018 where the initiative...
View ArticleFostering diversity of thought
During the SymfonyCon hackathon members of the diversity initiative met to discuss how to improve diversity in the Symfony community. Increasing diversity of thought is a huge opportunity to grow...
View ArticleA Week of Symfony #628 (7-13 January 2019)
This week, thanks to the low development activity, we enabled the usage of the PHP short array notation on Symfony code. In the coming weeks we'll update all our code at once to minimize merge...
View ArticleSymfonyLive Lille 2019: discover the conference schedule!
We're very pleased to share the conference schedule for SymfonyLive Lille, the French conference, now available online!Nous avons le plaisir de vous partager le programme complet de la conférence...
View ArticleSecurity Bug Bounty Program for Symfony
Building secure software is a high priority for any project and Symfony is no exception. Symfony has for a long time now had a process for people to responsibly disclose security issues in order that...
View ArticleNew in Symfony 4.3: DomCrawler improvements
Extract Element Names¶ Contributed by Andrey Helldar in #29127.The extract() method returns the attribute and/or node values from a given list of nodes. You can use the special attribute _text to get...
View ArticleA Week of Symfony #629 (14-20 January 2019)
This week, Symfony finally made the switch to the short array notation on its entire codebase. In addition, a security bug bounty program was announced for the Symfony project. Finally, the schedule of...
View ArticleSymfonyLive Warszawa 2019: the website is released!
We are super pleased to announce the release of the website for the SymfonyLive Warszawa conference next June! This conference will be held in Polish, except for the Keynotes and the pre-conference...
View ArticleSymfony Code of Conduct Transparency Report 2018
Last year, May 2018, Symfony adopted a Code of Conduct (CoC). Émilie Lorenzo,Tobias Nyholm and I, Michelle Sanver were entrusted with the task of CARE, CoC Active Response Ensurers. You can read more...
View ArticleDiversity Initiative Governance, Donations and Speaker Mentoring
SymfonyCon talkSymfonyCasts has published the video of my “One year diversity initiative” talk at SymfonyCon, which includes a transcript. As the title implies, this talk gives an overview of what was...
View ArticleA Week of Symfony #630 (21-27 January 2019)
This week, the upcoming Symfony 4.3 version added support for deprecating service aliases and introduced native PHP serialization for the Messenger transport. Meanwhile, the Symfony diversity...
View ArticleNew in Symfony 4.3: Deprecating service aliases
Contributed byJoost van Driel andRenan in #29968.Deprecations are the key of our backward compatibility promise, which ensures smooth upgrades of your projects between minor versions (e.g. from 4.0 to...
View ArticleSymfonyLive Paris 2019: the first selected talks are online!
We've selected the first talks for SymfonyLive Paris 2019, a huge thank you to all the people who submitted a talk proposal for the conference!La première partie du programme du SymfonyLive Paris 2019...
View ArticleSymfony 4.1.11 released
Symfony 4.1.11 has just been released. Here is a list of the most important changes:bug #30013 [Routing] dont redirect routes with greedy trailing vars with no explicit slash (@nicolas-grekas)bug...
View ArticleNew in Symfony 4.3: Improved the NotBlank Validator
Contributed by Kévin Dunglas in #29641.The NotBlank constraint of the Validator component checks that a value is not false, null, an empty array or an empty string. Most of the other constraints...
View ArticleA Week of Symfony #631 (28 January - 3 February 2019)
This week, Symfony 4.1.1 was released, marking the end of regular releases for the 4.1 branch. In addition, the Symfony Security Bug Bounty started this week. Lastly, the first speakers of SymfonyLive...
View ArticleSymfony 3.4.22 released
Symfony 3.4.22 has just been released. Here is a list of the most important changes:bug #30046 [DI] Fix dumping Doctrine-like service graphs (@nicolas-grekas)bug #30028 [Form] fix some docblocks and...
View ArticleSymfony 4.2.3 released
Symfony 4.2.3 has just been released. Here is a list of the most important changes:bug #30050 [Cache] fix pruning pdo cache for vendors that throw on execute (@bendavies)bug #30046 [DI] Fix dumping...
View ArticleNew in Symfony 4.3: Iterable progress bars
Contributed by Jérôme Vasseur in #29753.The common workflow for Symfony Console progress bars is to start them, advance them according to your task progress and finish them: 1 2 3 4 5 6 7 8 9...
View Article