This week, Symfony project finished testing minimal versions of Symfony requirements for all its components. In addition, the upcoming Symfony 2.7 version introduced its first feature: inherited security roles are now displayed in the web profiler.

Symfony2 development highlights

2.3 changelog:

  • a14153a: [FrameworkBundle] fixed cache:clear command
  • c6bcf05: [Debug] added a limit and a test to FlattenExceptionTest
  • ef4ae63: [Tests] silenced all deprecations in tests for 2.3
  • 5dd11e6: [Security] deleted old session on auth strategy migrate
  • c9acca7: [SecurityBundle] added unit tests suite for SecurityDataCollector clas

2.6 changelog:

  • 9a44aa8: [WebProfilerBundle] fixed placeholder date format
  • 91b4d1d: [DebugBundle] fixed link format handling with disabled templating
  • 8425e4d: [DependencyInjection] unified the way to provide expression functions for the DI container
  • beff6fa, 1008991: [FrameworkBundle] skip LoggingTranslatorPass if TranslatorBagInterface doesn't exist
  • 5847771, c0925e4: [FrameworkBundle] updated debug commands references
  • cdb6c43: [DebugBundle] enabled the DumpDataCollectorPass
  • 513ebff: [DependencyInjection] added the function providers as container resources

2.7 changelog:

  • cb70632: [HttpKernel] fixed deprecation notice for Kernel::init()
  • ab4d9b8: [Form] added a deprecation note about CsrfProviderInterface
  • e2a19ee, 1d58df4: [Form] added a deprecation note about VirtualFormAwareIterator
  • badf8fc: [Form] logged deprecation of constants
  • 2d17a0c: [Security] added the triggering of the security.interactive_login event after set of token

Newest issues and pull requests

They talked about us

Published in #A week of symfony