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 5.2 provides a special HTTP client to listen to server-sent events, similar to what you can do with EventSource JavaScript objects.
September 23, 2020 #Living on the edge ❤️ 2 👍 1 🚀 2 🎉 1
In Symfony 5.2, Console applications can use 24-bit colors to define the text and background colors.
September 22, 2020 #Living on the edge
Symfony 5.2 adds support for pseudo-localization, a software testing method used for testing internationalization.
September 21, 2020 #Living on the edge
Symfony 5.1 will allow to include the severity in ConstraintViolationList, will add a new mailer log handler and a new deprecation contract, and will enable "dark mode" in exception pages.
May 29, 2020 #Living on the edge
Symfony 5.1 will include a stand-alone YAML linter command, a better RoundRobin mailer transport, a separate log channel for deprecations and support for tags/metadata in mailers.
May 28, 2020 #Living on the edge
Some of the minor new features included in Symfony 5.1 will make your work easier, such as using constants for command exit codes, a better tempnam() function and customized random strings.
May 27, 2020 #Living on the edge
Symfony 5.1 includes a new Security system which simplifies the existing security features while giving developers more flexibility in a much more approachable way.
May 26, 2020 #Living on the edge
Symfony 5.1 automates the creation of the database tables required by some components to store their contents (Messenger, Lock, Cache, etc.)
May 22, 2020 #Living on the edge
Symfony 5.1 adds a new InputBag class, adds support for encrypting session data, adds more cache-control directives and allows to build cookie objects more easily.
May 20, 2020 #Living on the edge
Symfony 5.1 improves forms to validate HTML5 colors, allow rounding percent values, display HTML contents in labels, simplify timezone management, provide better defaults for inputmode option and other improvements in choice types.
May 19, 2020 #Living on the edge