Skip to content

Symfony Blog

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

In Symfony 4.1, working with Single-Page Applications will be easier thanks to the self-updating debug toolbar
April 30, 2018 #Living on the edge
April 30, 2018 #Releases
This week, development activity was focused on improving the new Messenger component to allow defining multiple buses, adding a memory limit option to ConsumeMessagesCommand and generating better logs for received messages. In addition, we improved the performance of the resource loading in the Translator component and the performance of the normalizer in the Serializer component.
April 29, 2018 #Living on the edge
April 27, 2018 #Releases
In Symfony 4.1 sessions can be migrated to new storage handlers and some requests that use sessions can now be cached.
April 26, 2018 #Living on the edge
Symfony 4.1 introduces new exception classes and improves the exception pages design to be more actionable and display more accurate information.
April 24, 2018 #Living on the edge
Symfony 4.1 introduces a new utility class to work with HTTP headers, adds support for default values in Accept headers and it allows to bypass HTTP headers when submitting forms in tests.
April 23, 2018 #Living on the edge
This week, Symfony improved the performance of the Cache component inlining some function calls and simplified the usage of the new Messenger component allowing to omit the sender tag name and to use the adapter name instead of the service name. In addition, we added a new dd() helper which is useful when you can't or don't want to use a debugger.
April 22, 2018 #A week of symfony
In Symfony 4.1 the serializer can normalize validation errors automatically, it can define default constructor arguments when denormalizing contents, it allows to use custom max depth handlers and it ignores XML comments by default.
April 20, 2018 #Living on the edge
In Symfony 4.1 it's easier to make Ajax requests in functional tests and the Ajax panel in the debug toolbar has been improved.
April 19, 2018 #Living on the edge