The Symfony Blog

New in Symfony 3.1: Input and Output Stream for Processes

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.

New in Symfony 3.1: Explicit Column Widths in Console Tables

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.

New in Symfony 3.1: Strict Image Validation

In Symfony 3.1, the Image validation constraint defines a new configuration option to detect images which are corrupted.

Symfony 3.1 Enters Feature Freeze

Symfony project follows a time-based development process where two new minor versions are released each year. The next minor version is 3.1 which will be released at the end of May. This means that 3.1 has entered "feature freeze" and we won't add any other new feature to it.

A week of symfony #483 (28 March - 3 April 2016)

This week, the upcoming Symfony 3.1 version entered into its "feature freeze" period. No new features will be added to 3.1, so we'll focus on making the code ready to be released at the end of May 2016. These are some of the latest cool features added to 3.1: added InputStream to seamlessly feed running processes, improved the web debug toolbar and profiler to display forwards and redirects, added a new strict image validator and extracted some shared code into a new Inflector component.

Symfony 3.0.4 released

Read release notes

Symfony 2.8.4 released

Read release notes

Symfony 2.7.11 released

Read release notes

A week of symfony #482 (21-27 March 2016)

This week, Symfony 2.7.11 maintenance version was released. In addition, all Symfony versions improved PropertyAccess performance significantly and they added support for including parameters in custom MIME types. Lastly, PHPUnit Bridge defined a new "disabled" mode.

A week of symfony #481 (14-20 March 2016)

This week, Symfony 2.3.39 maintenance version was released. Meanwhile, Symfony added some new interesting features, such as a checkdnsrr() mock to create faster and more reliable tests, support for sending raw cookies in the response, a Redis adapter for the Cache component and the option to register private console commands.