Skip to content

Symfony Blog

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

The PHPUnitBridge component is mostly used for its "deprecation helper" which detects the deprecated Symfony features used by your application. In Symfony 3.1, the deprecation helper has been improved to help you find and fix deprecations more easily.
April 18, 2016 #Living on the edge
This week Symfony continued working on stabilizing the new features introduced in Symfony 3.1, which is six weeks away from its release. Meanwhile, minor improvements were added to previous Symfony versions, such as using proper ANSI escape sequences in the ProgressBar and replaced iconv_*() calls by mb_*() to improve performance.
April 17, 2016 #A week of symfony
The Serializer component has been greatly improved in Symfony 3.1. The DateTime normalizer is one of its many new features.
April 15, 2016 #Living on the edge
Symfony 3.1 will improve the security profiler panel to display the list of security voters and the full log of access decisions made during the rendering of the page.
April 14, 2016 #Living on the edge
Symfony 3.1 adds a feature to mock the network in DNS sensitive tests. This reduces the risk of having transient tests, which fail randomly and make your test suite unreliable.
April 13, 2016 #Living on the edge
In Symfony 3.1, a new DataUriNormalizer has been added to turn file objects into data:URI strings.
April 11, 2016 #Living on the edge
This week, Symfony 3.1 entered feature freeze. During the next weeks, we'll focus on finishing its proposed new features and fixing the reported bugs. Some of the features finished this week were the new kernel.controller_arguments event and the integration of the Cache component.
April 10, 2016 #A week of symfony
In Symfony 3.1, the Web Debug Toolbar and the Profiler have introduced lots of new features. The major new features will be explained in upcoming blog posts, so in this article we'll focus on smaller but useful changes that will improve your day-to-day work.
April 8, 2016 #Living on the edge
The Process component of Symfony 3.1 has added new features to simplify process output streaming and to allow streaming the input provided to processes.
April 7, 2016 #Living on the edge
In Symfony 3.1, the Table helper of the Console component lets you define the width of any or all the table columns to have a better control of the table design.
April 6, 2016 #Living on the edge