Skip to content

« Living on the edge » blog posts

A series of posts showcasing the new features introduced by each Symfony version.

Filter posts by Symfony release

Symfony 4.4 will include a new WeekType form field to deal with week numbers as defined in the ISO 8601 standard.
November 6, 2019 #Living on the edge
In Symfony 4.4, forms can style checkboxes with Bootstrap's custom switches.
November 4, 2019 #Living on the edge
In Symfony 4.4, stateful firewalls only create the user object when the application actually uses it, allowing more responses to be cacheable and improving the application performance.
October 31, 2019 #Living on the edge
Symfony 4.4 will provide several polyfills for PHPUnit so you can use the same tests with different versions of PHP and PHPUnit.
October 30, 2019 #Living on the edge
Symfony 4.4 will include a feature to create notification emails, which are standardized messages intended to send notifications to yourself.
October 29, 2019 #Living on the edge
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
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