This week, Symfony continued merging the last new features before the Symfony 3.2 final release at the end of this month. A new firewall config class was introduced and integrated into the Symfony profiler. In addition, the autowiring setter injection support was reverted to make it more robust and add it back in Symfony 3.3.
Symfony development highlights
- 620ea20: [Form] fixed UrlType transforms valid protocols
- 16b29a1: [SecurityBundle] changed encoder configuration example to bcrypt
- 74e65e1: [Console] fixed infinite loop on missing input
- f37ac13: [HttpFoundation] fixed memcache session handler
- 779a6df: [Console] simplified code related to outputting lines with the same length
- 8fd9721: [WebProfilerBundle] improved the design of the metrics in the profiler
- 031f4c2: [SecurityBundle] fixed term width in UserPasswordEncoderCommandTest
- 172d0a4: [Yaml] set arguments depending on the PHP version
- bf91eda: [DependencyInjection] reverted the setter injection support for autowiring
- a257cb5: [Yaml] fixed string offset cast error in Inline parser
- 34e5613: [HttpKernel] base DataCollector throws warning on unsupported scheme strings
- 904e90b, 706d925, 48ff2bd, fc557db: [SecurityBundle] introduced a FirewallConfig class accessible from FirewallContext
- f747fff, 4459598, 3625a6e, a559036: [SecurityBundle] integrated current firewall in Profiler
- 9e2ad93: [DependencyInjection] fixed INI file values conversion
- 79259aa: [DependencyInjection] added missing deprecation in ContainerBuilder::addCompilerPass
- 5bd3a00: [DependencyInjection, Serializer] added missing deprecations
- 2dd77a6: [Monolog Bridge] added and wired a DebugProcessor
Newest issues and pull requests
- Proposal: new Lock component
- [ProxyManager] Support final classes
- [Cache] apcu_bc needed when upgrading to PHP7
- [Translation] not including fallback locales in cache meta files
- [DX] More details about events fired in web profiler
- [Form] Ease filter forms with GET
They talked about us
- How to solve the client side Access-Control-Allow-Origin request error with your own Symfony 3 API
- Symfony: The PHP Framework to Develop Robust Web Applications
- How to install Symfony3 under shared webhosting in Developement mode
- SymfonyDay 2016: retrospettiva
- Symfony Bundle oluşturmak
- Symfony Best Practiceを読もう!(ついでに翻訳した話)
- 最近作ったBundle