This week Symfony published the first beta of Symfony 3.2.0. In addition, it enhanced Google App Engine compatibility by removing some realpath() calls and improved support for PHP \Throwable exceptions.

Symfony development highlights

2.7 changelog:

  • 6bca8af: [HttpFoundation] fixed edge case with StreamedResponse where headers are sent twice
  • 7f3ce9a: [DependencyInjection] merged tags instead of completely replacing them
  • 0d545b2: fixed compatibility with Twig 1.27
  • 0572866: enhanced Google App Engine compatibility by removing some realpath() calls

2.8 changelog:

  • 74ed9e1: [VarDumper] fixed dumping Twig source in stack traces

3.1 changelog:

  • 1c6093e: [DependencyInjection] removed old code in XML loader
  • a70e033: [PhpUnitBridge] fixed undefined variable
  • cd9bbb5: [DoctrineBridge] removed unneeded code in DoctrineType

Master changelog:

  • 3a86cee: [TwigBundle] made Twig cache independent of the project root directory
  • f2768dc: added a default ide file link web view
  • b0e94f1: [Console] fixed empty COLUMNS/LINES env vars
  • 1d96df0: [VarDumper] fixed source links to Twig files
  • 46a8ede: [Config] fixed YamlReferenceDumper unnamed nested prototypes

Newest issues and pull requests

Twig development highlights

Master changelog:

  • cefaecf: deprecated Twig_Compiler::addIndentation()
  • 9cab8b9: deprecated Twig_Parser::addHandler() and Twig_Parser::addNodeVisitor()

They talked about us

Published in #A week of symfony