A week of symfony #593 (7-13 May 2018)
This week, the first beta of Symfony 4.1 was released, allowing you to test it more easily in your projects. We also posted some important updates about our diversity initiative. Lastly, we unveiled...
View ArticleDiversity Initiative: The CARE Team
Adopting a Code of Conduct was a great step forward for the Symfony community. Now, if a community member encounters an issue of harassment or other unwanted behavior, they need to be able to report it...
View ArticleNew in Symfony 4.1: Hidden services
Contributed by Nicolas Grekas in #26921.In Symfony 3.4 we made all Symfony services private by default. This is generally better and makes applications more robust (as explained in the previous post)...
View ArticleNew in Symfony 4.1: Form field help
Contributed by Mathieu Piot in #26332.Adding help messages to form fields is a common need in web applications. However, the Symfony Form component doesn't provide this feature and you need to create...
View ArticleNew in Symfony 4.1: Faster serializer
Contributed byKƩvin Dunglas andNicolas Grekas in #27049 and #27105.The Serializer component will be much faster in Symfony 4.1, improving the performance of your applications up to 40%. Best of all,...
View ArticleA week of symfony #594 (14-20 May 2018)
This week, we continued polishing Symfony 4.1 before its stable release in two weeks. Our focus was on the Messenger component, which gained a ChainSender to implement multiple senders and also added...
View ArticleSymfony 2.7.47 released
Symfony 2.7.47 has just been released. Here is a list of the most important changes:bug #26781 [Form] Fix precision of MoneyToLocalizedStringTransformer's divisions on transform() (@syastrebov)bug...
View ArticleSymfony 2.8.40 released
Symfony 2.8.40 has just been released. Here is a list of the most important changes:bug #26781 [Form] Fix precision of MoneyToLocalizedStringTransformer's divisions on transform() (@syastrebov)bug...
View ArticleSymfony 3.4.10 released
Symfony 3.4.10 has just been released. Here is a list of the most important changes:bug #27264 [Validator] Use strict type in URL validator (@mimol91)bug #27267 [DependencyInjection] resolve array env...
View ArticleSymfony 4.0.10 released
Symfony 4.0.10 has just been released. Here is a list of the most important changes:bug #27264 [Validator] Use strict type in URL validator (@mimol91)bug #27267 [DependencyInjection] resolve array env...
View ArticleSymfony 4.1.0-BETA2 released
Symfony 4.1.0-BETA2 has just been released. Here is a list of the most important changes:bug #27312 Supress deprecation notices thrown when getting private servies from container in tests...
View ArticleNew in Symfony 4.1: Configurable trailing slash on imported routes
Contributed by Nicolas Grekas in #26284.In Symfony 4.1 we worked hard on the Routing component to make itthe fastest PHP router, to allow to translate route paths, to makeroute config more concise and...
View ArticleNew in Symfony 4.1: Misc. improvements (part 1)
During the past months we've published almost 40 blog posts about the mainnew features of Symfony 4.1. In this article you'll find some of the other small but nice new features.Made csrf_token() usable...
View ArticleNew in Symfony 4.1: Misc. improvements (part 2)
New choice_translation_locale option¶ Contributed by Yonel Ceruto in #26825.In Symfony 4.1, the CountryType, CurrencyType, LanguageType andLocaleType form fields define a new choice_translation_locale...
View ArticleSymfony 2.7.48 released
Symfony 2.7.48 has just been released. Here is a list of the most important changes:bug #27359 [HttpFoundation] Fix perf issue during MimeTypeGuesser intialization (@nicolas-grekas)security...
View ArticleSymfony 2.8.41 released
Symfony 2.8.41 has just been released. Here is a list of the most important changes:bug #27359 [HttpFoundation] Fix perf issue during MimeTypeGuesser intialization (@nicolas-grekas)security...
View ArticleSymfony 3.3.17 released
Symfony 3.3.17 has just been released. Here is a list of the most important changes:security #cve-2018-11407 [Ldap] cast to string when checking empty passwordssecurity #cve-2018-11408 [SecurityBundle]...
View ArticleSymfony 3.4.11 released
Symfony 3.4.11 has just been released. Here is a list of the most important changes:bug #27364 [DI] Fix bad exception on uninitialized references to non-shared services (@nicolas-grekas)bug #27359...
View ArticleSymfony 4.0.11 released
Symfony 4.0.11 has just been released. Here is a list of the most important changes:bug #27364 [DI] Fix bad exception on uninitialized references to non-shared services (@nicolas-grekas)bug #27359...
View ArticleCVE-2018-11386: Denial of service when using PDOSessionHandler
Affected versionsSymfony 2.7.0 to 2.7.47, 2.8.0 to 2.8.40, 3.3.0 to 3.3.16, 3.4.0 to 3.4.10, and 4.0.0 to 4.0.10 versions of the Symfony http-foundation component are affected by this security...
View Article