This week, Symfony released the 2.7.27, 2.8.20 and 3.2.8 maintenance versions and the first beta of Symfony 3.3. Meanwhile, we continued making changes related to the services and the dependency injection: services in config files now default to being private, tags under _defaults always apply and a new --types option was added to the debug:container command.
Symfony development highlights
- 2d88787: [DependencyInjection] made tags under _defaults always apply
- c89d2f9: [DependencyInjection] defaults to public=false in all service config files
- 09f22f4: [FrameworkBundle] show private aliases in debug:container
- deda9ea: [WebServerBundle] added some missing docs for the web server bundle
- f583291: [Config] fixed resource tracking with new GlobResource
- 0f526c9: [WebServerBundle] made commands private
- f6043bb: [FramewrokBundle] added "debug:container --types" to show classes/interfaces
- e5bb8fa: [DependencyInjection] improved autowire exception when you type-hint a class & alias is available
Newest issues and pull requests
- [Proposal] Use explicit global namespace for PHP version constants
- [Console] Add a way to remove commands
- [Console] Issues when rendering nested exceptions
- [Session] MockFileSessionStorage is not persistent
- Add HTML5 input type color in Form Component
- [DoctrineBridge] UniqueEntity validator problem with entityClass
Silex development highlights
- 1a0b1e1: fixed deprecation notice with symfony/twig-bridge 3.2+ in TwigServiceProvider
- 24ad5c3: added parameters to configure the Twig core extension behavior
- 590ca76: added WebLink component integration
- 284533e: added more options to security.firewalls
- d5a9d9a: Released the 2.1.0 version
SwiftMailer development highlights
- a2caa64: fixed sorting MIME children when their types are equal
- a773780: fixed addPart() does not inherit encoding
Hi, Very Nice Post.