A week of symfony #524 (9-15 January 2017)
This week Symfony published the 2.7.23, 2.8.16, 3.1.9 and 3.2.2 maintenance versions. In addition, the upcoming Symfony 3.3 version added a File\Stream class for size-unknown BinaryFileResponse,...
View ArticleSymfonyLive Paris conference is coming, early bird registration ends on...
The SymfonyLive Paris is the French edition of the SymfonyLive conference and therefore entirely held in French. The following blog post aims to explain the conference organization to the French...
View ArticleA week of symfony #525 (16-22 January 2017)
This week, Symfony 3.3 added a new data collector and profiler panel for the Cache component. In addition, the autowiring feature was simplified to always autowire the constructors. Finally, the...
View ArticleExperimental Features
As Symfony grows, we do our best to formalize and document our processes to give a strong and clear promise to our users. One of them is our well-known Backwards Compatibility Promise.This is great as...
View ArticleSymfony 3.1.10 released
Symfony 3.1.10 has just been released. Here is a list of the most important changes:bug #21431 [DoctrineBridge] always check for all fields to be mapped (xabbuh)bug #21360 [PropertyAccess] Handle...
View ArticleA week of symfony #526 (23-29 January 2017)
This week Symfony released the last maintenance version of Symfony 3.1. Meanwhile, we also introduced the concept of Experimental Features which will allow us to mark the API of some new features as...
View ArticleNew in Symfony 3.3: Simple Cache
Contributed by Nicolas Grekas in #20694.In Symfony 3.1, we added a new Cache component that implemented thePSR-6: Caching Interface standard. In Symfony 3.2 we improved the component with tagged...
View ArticleNew in Symfony 3.3: Automatic Console logging
Contributed by Robin Chalas and James Halsall in #21003.The Console component doesn't provide any logging capabilities out of the box because you normally run console commands yourself and observe the...
View ArticleStandardizing the GitHub Topics for Symfony repositories
GitHub has introduced a new feature called Topics that are "labels that create subject-based connections between GitHub repositories". In other words, they are tags that allow you to explore projects...
View ArticleA week of symfony #527 (30 January - 5 February 2017)
This week, development activity focused on the DependencyInjection component: we enhanced the logs generated during the execution of the compiler passes, we added getter injection as an experimental...
View ArticleSymfony 2.7.24 released
Symfony 2.7.24 has just been released. Here is a list of the most important changes:bug #21063 [Form] Fixed DateType format option for single text widget (HeahDude)bug #21430 Casting TableCell value to...
View ArticleSymfony 2.8.17 released
Symfony 2.8.17 has just been released. Here is a list of the most important changes:bug #20844 [Config] Fix checking cache for non existing meta file (hason)bug #21063 [Form] Fixed DateType format...
View ArticleSymfony 3.2.3 released
Symfony 3.2.3 has just been released. Here is a list of the most important changes:bug #21528 [Cache] Fix class exists checks in PhpArrayAdapter (nicolas-grekas)bug #20844 [Config] Fix checking cache...
View ArticleNew in Symfony 3.3: PSR-11 containers
Contributed by Grégoire Paris in #21265.Symfony project implements lots of PHP-FIG PSR standards, such as PSR-2 (code styling), PSR-3 (Logger interface), PSR-4 (autoloader), PSR-6 (caching interface)...
View ArticleNew in Symfony 3.3: Getter autowiring
Contributed by Kévin Dunglas in #21031.Autowiring is a set of features that enable RAD ("Rapid Application Development") on Symfony applications. Some projects and developers need this kind of...
View ArticleSymfony Demo 1.0.0 released
The Symfony Demo application is a fully-functional Symfony application developed as a learning resource and the reference implementation of theSymfony Best Practices.This application was introduced in...
View ArticleA week of symfony #528 (6-12 February 2017)
This week, the Symfony Demo application reached an important milestone with the release of its 1.0.0 version. Meanwhile, Symfony 3.3 added support for PSR-11 containers and custom Yaml tags.Symfony...
View ArticleNew in Symfony 3.3: Custom YAML tags
Contributed by Guilhem Niot in #21194.The YAML format is well known for being simple and readable, but under the hood it defines lots of advanced features for complex needs. One of those features are...
View ArticleNew in Symfony 3.3: Import config files with glob patterns
Contributed by Pierre du Plessis in #21270.The Symfony DependencyInjection component is pretty flexible in the way you can import other files in your application configuration. You can for example mix...
View ArticleSymfony 3.2.4 released
Symfony 3.2.4 has just been released. Here is a list of the most important changes:bug #21634 [VarDumper] Added missing persistent stream cast (lyrixx)bug #21436 [DependencyInjection] check for...
View Article