Skip to content

Symfony Blog

All about Symfony releases, new Symfony features, and other important announcements

Symfony 4.4 will include a new feature to manage encrypted secrets, which is useful to store sensitive configuration values such as passwords, tokens, certificates, etc.
October 24, 2019 #Living on the edge
In Symfony 4.4, event listeners no longer require to define the event name in the service configuration and Doctrine entity listeners added support for __invoke() methods.
October 23, 2019 #Living on the edge
Symfony 4.4 will add support for Redis Sentinel and it will improve the Redis tag-aware cache to consume less memory and support up to 4 billion keys per tag.
October 22, 2019 #Living on the edge
In Symfony 4.4, commands will add new ways of displaying tabular data: horizontal tables and definition lists.
October 21, 2019 #Living on the edge
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 SymfonyCon Amsterdam 2019 conference announced a fundraising for its scholarship program.
October 20, 2019 #A week of symfony
In Symfony 4.4, the Welcome Page displayed when you haven't configured any URL, has been revamped to show a better design and more useful resources.
October 18, 2019 #Living on the edge
We're very pleased to launch our scholarship program for SymfonyCon Amsterdam 2019! We're also launching a fundraising campaign to finance the scholarship program, check here all the details!
In Symfony 4.4, user passwords can be rehashed automatically when a better hashing algorithm is available.
October 17, 2019 #Living on the edge
In Symfony 4.4, you can use new PHPUnit assertions to test the email messages and their contents.
October 16, 2019 #Living on the edge
In Symfony 4.4, the Messenger component added a new middleware to clear the Doctrine entity manager when a message is consumed to avoid memory leaks and side-effects.
October 15, 2019 #Living on the edge