Symfony 7.2.0-BETA1 has just been released.
Here is the list of the most important changes since 7.1:
Symfony 7.2.0-BETA1 has just been released.
Here is the list of the most important changes since 7.1:
Symfony 7.1.6 has just been released.
Here is the list of the most important changes since 7.1.5:
Symfony 6.4.13 has just been released.
Here is the list of the most important changes since 6.4.12:
Symfony 5.4.45 has just been released.
Here is the list of the most important changes since 5.4.44:
This week, the upcoming Symfony 7.2 version improved the translation extract command with a new option, added a StringNode to the Config component, and fixed ClockMock and DnsMock support with PHPUnit 10+.
Symfony provides many ready-to-use integrations with third-party services to
send emails and notifications. From Google, Microsoft, and Amazon to smaller
services available only in certain countries, Symfony offers a variety of
integrations to enhance your productivity.
In Symfony 7.2 we've introduced some new integrations:
Notifier component:
The Compound constraint allows you to group other constraints into a single
reusable constraint to apply the same validation in different parts of your application.
For example, you can validate your password policy by checking all conditions with
a set of constraints like this:
The String component provides an object-oriented API to strings and deals with
bytes, UTF-8 code points, and grapheme clusters in a unified way. In Symfony 7.2
we've improved it with new features.