Symfony 5.4.0-BETA2 has just been released. Here is a list of the most
important changes:
Symfony 5.4.0-BETA2 has just been released. Here is a list of the most
important changes:
This week, Symfony development activity focused on polishing and tweaking the upcoming Symfony 5.4 and 6.0 releases (both will be published before the end of this month). In addition, Symfony announced a new sponsoring program for SaaS providers to back their Symfony bridges.
The Symfony Validator component provides tens of validators to validate
that a given value matches some expected constraints (e.g. not blank, being a
valid IP address, being a string shorter than 255 characters, etc.)
In Symfony 5.4 we've expanded that list with two new validators/constraints.
PHP Enumerations, or "PHP enums" for short, is one of the most anticipated
new features of PHP 8.1 (released on November 25, 2021). Their most common use
case is to group several related values. In previous PHP versions you had to
define a series of related constants to achieve that. In PHP 8.1 you can do this:
Would you like to put your brand ahead of the Symfony community? Make your Corporate social responsibility (CSR) policy a reality? The-Fast-Track book for v6 or SymfonyWorld Online conference next month are still open for sponsorship!
But in this blog post, I'd like to make a specific call to SaaS providers for whom Symfony has a bridge (aka plugins).
Symfony Controllers are the "glue code" that runs some logic and calls some
services to serve each application route. They are a very stable piece of software
that we rarely change. However, in Symfony 5.4 we've made some changes to controllers
that may impact your applications.
This week, Symfony 5.4.0-BETA1 and 6.0.0-BETA1 versions were published in preparation for their final release at the end of November 2021. We also published the first articles about the new features of Symfony 5.4.
Symfony 6.0.0-BETA1 has just been released. Here is a list of the most
important changes:
Symfony 5.4.0-BETA1 has just been released. Here is a list of the most
important changes: