New in Symfony: Reproducible builds
Contributed by Lars Strojny in #25958.Reproducible builds are a set of software development practices that create"a verifiable path from human readable source code to the binary code used by...
View ArticleNew in Symfony 4.1: Fastest PHP Router
Contributed by Nicolas Grekas in #26059 and#26169.Symfony 4 is the fastest PHP framework according to independent benchmarks, but we are continuously working on making it faster. In Symfony 4.1, we...
View ArticleA week of symfony #581 (12-18 February 2018)
This week Symfony added support for reproducible builds. In addition, it finished the feature to make Symfony's router the fastest PHP router and it also improved the dependency injection container...
View ArticleNew in Symfony 4.1: Validator improvements
Deprecated the checkDNS option of the URL validator¶ Contributed by Roland Franssen in #25516.In Symfony 4.1, the checkDNS option (and its related dnsMessage option) of the Url constraint has been...
View ArticleNew in Symfony 4.1: 307 and 308 redirections
Contributed by Paweł Smoliński in #26213.In web applications is common to use the 301 HTTP status code to make permanent redirections and the 302 code to make temporary redirections. However, a...
View ArticleNew in Symfony 4.1: Deprecated the bundle notation
Contributed by Tobias Schultze in #26085.In modern Symfony applications, it's no longer recommended toorganize your business logic using bundles. However, it was still possible to use the "bundle...
View ArticleA week of symfony #582 (19-25 February 2018)
This week, development activity was focused on finishing some of the new features for the upcoming Symfony 4.1 version: added support for 307 and 308 HTTP redirections, allowed writing prepared console...
View ArticleNew in Symfony 4.1: Argon2i configuration
Contributed by Dominik Müller in #26175.In Symfony 3.4 we introduced the Argon2i password hasher as an alternative to the popular Bcrypt hasher. In the case of Bcrypt you can configure it with the...
View ArticleNew in Symfony 4.1: Prepared commands
Contributed by Hamza Amrouche in #24763.In Symfony 4.1 we improved the Process component to allow writing "prepared commands", a concept similar to prepared statements in SQL. The basic idea is to...
View ArticleNew in Symfony 4.1: Smarter URL redirections
Contributed by Nicolas Grekas in #26283.Historically, URLs have followed the UNIX convention of adding trailing slashes for directories and removing them to refer to files:https://example.com/foo/ is...
View ArticleSymfony 2.7.42 released
Symfony 2.7.42 has just been released. Here is a list of the most important changes:bug #26338 [Debug] Keep previous errors of Error instances (@Philipp91)bug #26312 [Routing] Don't throw 405 when...
View ArticleSymfony 2.8.35 released
Symfony 2.8.35 has just been released. Here is a list of the most important changes:bug #26338 [Debug] Keep previous errors of Error instances (@Philipp91)bug #26312 [Routing] Don't throw 405 when...
View ArticleSymfony 3.4.5 released
Symfony 3.4.5 has just been released. Here is a list of the most important changes:bug #26327 [Form][WCAG] Errors sign for people that do not see colors (@Nyholm)bug #26326 [Form][WCAG] Added...
View ArticleSymfony 4.0.5 released
Symfony 4.0.5 has just been released. Here is a list of the most important changes:bug #26327 [Form][WCAG] Errors sign for people that do not see colors (@Nyholm)bug #26326 [Form][WCAG] Added...
View ArticleNew in Symfony 4.1: Deprecated the AdvancedUserInterface
Contributed by Iltar van der Berg in #23508.Security is the trickiest part of any application, but the SymfonySecurity component helps you solve most of those problems. However, providing simple...
View ArticleA week of symfony #583 (26 February - 4 March 2018)
This week, Symfony 2.7.42, 2.8.35, 3.4.5 and 4.0.5 maintenance versions were published. In addition, Symfony improved the accessibility of the Bootstrap 4 form theme to comply with the WCAG standard:...
View ArticleSymfony 2.7.43 released
Symfony 2.7.43 has just been released. Here is a list of the most important changes:bug #26368 [WebProfilerBundle] Fix Debug toolbar breaks app (@xkobal)Want to upgrade to this new release?...
View ArticleSymfony 2.8.36 released
Symfony 2.8.36 has just been released. Here is a list of the most important changes:bug #26368 [WebProfilerBundle] Fix Debug toolbar breaks app (@xkobal)Want to upgrade to this new release?...
View ArticleSymfony 3.4.6 released
Symfony 3.4.6 has just been released. Here is a list of the most important changes:bug #26393 [DI] Skip resource tracking if disabled (@chalasr)bug #26355 [DI] Fix missing "id" normalization when...
View ArticleSymfony 4.0.6 released
Symfony 4.0.6 has just been released. Here is a list of the most important changes:bug #26393 [DI] Skip resource tracking if disabled (@chalasr)bug #26403 fix the handling of timestamp in the...
View Article