Skip to content

Symfony Blog

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

In Symfony 4.1, when importing some routes under a common prefix, you can configure whether or not the root route adds a trailing slash to its path.
May 22, 2018 #Living on the edge
May 21, 2018 #Releases
May 21, 2018 #Releases
May 21, 2018 #Releases
May 21, 2018 #Releases
May 21, 2018 #Releases
This week, we continued polishing Symfony 4.1 before its stable release in two weeks. Our focus was on the Messenger component, which gained a ChainSender to implement multiple senders and also added support for middleware factories in config. Meanwhile, the work on Symfony 4.2 has already started and we added support for meta refresh in the BrowserKit component. Lastly, the dates for the SymfonyCon 2018 conference in Lisbon (Portugal) were announced for December 6th to 8th.
May 20, 2018 #A week of symfony
In Symfony 4.1 some operations of the Serializer component have been cached, improving the application performance up to 40%.
May 18, 2018 #Living on the edge
In Symfony 4.1 form fields can define their own help messages with a new help option.
May 17, 2018 #Living on the edge
In Symfony 4.1, the debug:container command displays both public and private services by default. That's why you can now also define hidden services, to not display them in the debug:container output.
May 16, 2018 #Living on the edge