This week, Symfony master branch added some cool new features, such as: a new way to match a specific scheme in RequestMatcher, added support for Yaml object maps and added a new acl:set command.

Symfony2 development highlights

2.3 changelog:

  • 58b0aef: added phpdoc for Cache-Control directives methods
  • a0e1d4d: [Doctrine Bridge] fixed DBAL session handler according to PdoSessionHandler
  • 14a4e4d: [Twig Bridge] replaced deprecated features
  • 15f081d: [DomCrawler] fixed empty select with attribute name=foo[] bug
  • 3e62ad8: [HttpFoundation] officialize the 308 redirect RFC

2.5 changelog:

  • 8e9cc35: [Debug] fixed wrong case mismatch exception
  • 48d9f36: [Serializer] fixed bc-break with cdata-section nodes
  • e1ba70e: [Debug] fixed debug handlers config
  • 724bb50: [Console] OutputFormatter Unset Bold has wrong id
  • 466a3d7: [serializer] fixed whitespace issue when decoding xml

Master changelog:

  • be6aac2: [Security] allowed overloading ContextListener::refreshUser()
  • 1181bdc: [DomCrawler] added support for slicing nodes
  • 787ae07: [HttpFoundation] added a way to match a specific scheme in RequestMatcher
  • 4c12b7b: [SecurityBundle] added acl:set command
  • e2d5468, 0cee604: [Yaml] added support for object maps
  • be65226: [WebProfilerBundle] added simple placeholders into search form
  • 7928767: [Stopwatch] added retrieval of sections
  • 3dfaa19: [Security] username in UsernameNotFoundException message data

Newest issues and pull requests

Silex development highlights

Master changelog:

  • 7d6298d: improved exception messages for mount()

They talked about us

Published in #A week of symfony