This week, Symfony 2.8 added a way to define the priority of service decorators. Meanwhile, Debug component improved DebugClassLoader performance significantly on Mac OS X. Lastly, the SymfonyCon Paris 2015 conference announced its full schedule.

Symfony2 development highlights

2.3 changelog:

  • 6c22f0a: [HttpFoundation] fixed the check of 'proxy-revalidate' in Response::mustRevalidate()
  • 8d2b888: [Twig Bridge] do not remove white space between attributes in form theme
  • ce2a371, 4dd0de6: build PHPUnit with local components

2.7 changelog:

  • af0b8eb: [Debug] enhanced DebugClassLoader performance on MacOSX

2.8 changelog:

  • 68f0818: [Config] allowed to define Enum nodes with 1 single element
  • f5ca270: [Console] handle false return value from readline
  • a00687f: [DependencyInjection] added a way to define the priority of service decoration
  • 060c167: [FrameworkBundle] fixed serializer config check

Master changelog:

  • 7c4f921: [SecurityBundle] removed deprecated code

Newest issues and pull requests

Silex development highlights

Master changelog:

  • 091240e, 401674e, b510e5a: used shared RouteCollection among nested routes and apply prefix to route path before generating unique route name
  • 721043c: updated the docs to show how to restrict a firewall by more than just the URL
  • fe7403d: Added support for Symfony ConstraintValidatorFactory

They talked about us

Published in #A week of symfony