This week Symfony 2.2.4 was released to fix some minor bugs. In addition, the regenerate method of NativeSessionStorage was fixed for cases when a previous session didn't exist and the Security component prevented listeners from clearing unrelated tokens.

Symfony2 development highlights

2.2 changelog:

  • 52e530d: [HttpFoundation] fixed NativeSessionStorage:regenerate when does not exists
  • 242b318: [DependencyInjection] added exception for service name not dumpable in PHP
  • 2ebb783: [Propel Bridge] fixed issue when modelChoiceList calls getPrimaryKey on a non object
  • 2317443: [Security] fixed issue where authentication listeners clear unrelated tokens
  • d6cafcd: [PropertyAccess] added the 'moves' word to pluralMap

Master changelog:

  • b960004: [SecurityBundle] inject the schema instead of the whole container in the AclSchemaListener
  • 15bf1d7: [SwiftmailerBridge] marked MessageDataCollector as deprecated

They talked about us

Published in #A week of symfony