Symfony 4.3.0 released
May 30, 2019 • Published by Fabien Potencier
Warning: Symfony 4.3 is no longer supported. Consider upgrading your applications to the most recent Symfony version.
Symfony 4.3.0 has just been released. Here is a list of the most important changes:
- bug #31654 [HttpFoundation] Do not set X-Accel-Redirect for paths outside of X-Accel-Mapping (@vilius-g)
Want to upgrade to this new release? Fortunately, because Symfony protects backwards-compatibility very closely, this should be quite easy. Read our upgrade documentation to learn more.
Want to be notified whenever a new Symfony release is published? Or when a version is not maintained anymore? Or only when a security issue is fixed? Consider subscribing to the Symfony Roadmap Notifications.
Help the Symfony project!
As with any Open-Source project, contributing code or documentation is the most common way to help, but we also have a wide range of sponsoring opportunities.
Comments are closed.
To ensure that comments stay relevant, they are closed for old posts.
If you want to check the real changelog of new Symfony 4.3 features, check this:
1) https://symfony.com/blog/symfony-4-3-curated-new-features
2) https://symfony.com/blog/category/living-on-the-edge/4.3
generated on July 28, 2016. I would like to read it on ebook reader, reading on laptop is not best option for my eyes ;)
@Michal 7.2.9 for now at least yes! That's already merged.
Sounds super reasonable. And that version will have support until 2029 on RHEL/CentOS.
One of my favorite parts of Symfony is the clear and concise roadmap. New versions are always released on time :)
But after update to Symfony 4.3.1, I can not use:
@ORM\Column(type="bigint") in my entity
I have message validator after submit form:
This value should be of type string.