
Symfony 6.0.0 has just been released. Here is a list of the most important changes: bug #44309 [Messenger] Leverage DBAL's getNativeConnection() method (@derrabus) bug #44300 [FrameworkBundle] Fix property-info phpstan extractor discovery (@1ed) feature #44271 [Notifier] add Vonage bridge to replace the Nexmo one (@nicolas-grekas) bug #44187 [Translation] [Loco] Fix idempotency of LocoProvider write method (@welcoMattic) bug #43992 [Security] Do not overwrite already stored toke

This week, Symfony 4.4.35 and 5.3.12 releases were published to address some potential security vulnerabilities. In addition, Symfony 5.4.0-RC1 and 6.0.0-RC1 were published in preparation for their imminent stable release. Lastly, Symfony announced the last days of its Black Friday 2021 deals which end on November 29.
Symfony development highlights
This week, 64 pull requests were merged (41 in code and 23 in docs) and 41 issues were closed (38 in code and 3 in docs). Excludin

The Notifier component was introduced in Symfony 5.2 as the best way to send notifications via one or more channels (email, SMS, chats, etc.) The component is already integrated with dozens of services, but in Symfony 5.4 we've added many more integrations: SMS services sms77 added by André Matthies in PR 43134 smsc.ru added by Valentin Nazarov in PR 42180 Mailjet SMS added by Jérôme Nadaud in PR 41705 Telnyx SMS and MMS added by Vasilij Duško in PR 41172 MessageMedia SMS added

Symfony Black Friday 2021 deals will end in just three days, on Monday, November 29, 2021. Here's a quick recap of this year's deals: 30% discount on Symfony and Twig certifications Certification exams are online, so you can take them from your home or office from anywhere in the world; You can take the exam up to one year after your voucher purchase; Vouchers are valid for any present or future Symfony exam version, so you will be allowed to take the upcoming Symfony 6 exam whe

In addition to the redesigned logs panel, Symfony 5.4 includes other improvements related to the Symfony profiler.
Conditional profiling
Contributed by Kévin Dunglas
in #43138.
Symfony profiler provides an immense amount of debug information to quickly find the cause of any problem. However, that comes at a price, because the profiler must collect all that information while serving the r

The SymfonyWorld Online 2021 Winter Edition conference will take place in just two weeks, on December 9-10, 2021. The event includes 25 talks covering a wide range of topics related to Symfony and its ecosystem: Talks are in English and they provide manually-reviewed subtitles in English; You won't miss a talk, because all of them are recorded in video and published for attendees right after the conference; You can watch the talk videos as many times as you want after the event

Configurable handlers with PHP attributes
Contributed by Alireza Mirsepassi
in #43588.
PHP attributes are a great way of adding metadata to PHP code. In Symfony we're adding the option of using PHP attributes to configure most things. That's why in Symfony 5.4 we're allowing to configure message handlers with attributes. Instead of having to implement the MessageHandlerInterface, you can

Symfony 4.4.35 has just been released. Here is a list of the most important changes: security #cve-2021-41270 [Serializer] Use single quote to escape formulas (@jderusse) bug #44232 [Cache] fix connecting to local Redis sockets (@nicolas-grekas) bug #44204 [HttpClient] fix closing curl multi handle when destructing client (@nicolas-grekas) bug #44208 [Process] exclude argv/argc from possible default env vars (@nicolas-grekas) Want to upgrade to this new release? Because Symfony

Symfony 5.3.12 has just been released. Here is a list of the most important changes: security #cve-2021-41268 [SecurityBundle] Default signature_properties to the previous behavior (@wouterj) security #cve-2021-41267 [HttpKernel] Fix missing extra trusted header in sub-request (@jderusse) security #cve-2021-41270 [Serializer] Use single quote to escape formulas (@jderusse) bug #44232 [Cache] fix connecting to local Redis sockets (@nicolas-grekas) bug #44204 [HttpClient] fix clos

Symfony 6.0.0-RC1 has just been released. Here is a list of the most important changes: security #cve-2021-41268 [SecurityBundle] Default signature_properties to the previous behavior (@wouterj) security #cve-2021-41267 [HttpKernel] Fix missing extra trusted header in sub-request (@jderusse) security #cve-2021-41270 [Serializer] Use single quote to escape formulas (@jderusse) bug #44230 [Console] Add Suggestion class for more advanced completion suggestion (@wouterj) bug #44232