New in Symfony 3.3: Cookie improvements
In Symfony 3.3, cookies include the new "max-age" attribute and they can be created via PHP strings thanks to a new named constructor.
SymfonyLive San Francisco: We’re back!
Save the date for SymfonyLive San Francisco 2017 coming back on October 19th and 20th downtown San Francisco! Website to come soon.
New in Symfony 3.3: Improved command descriptors
Symfony 3.3 improves the formatting of the JSON and Markdown descriptors for console commands.
New in Symfony 3.3: Added new shortcut methods
In addition to some large new features, Symfony 3.3 will also contain minor tweaks to make your work a bit easier.
New in Symfony 3.3: Improved the Profiler configuration panel
In Symfony 3.3, the Configuration panel of the Symfony Profiler will show more information about PHP and Symfony.
How to solve PHPUnit issues in Symfony 3.2 applications
How to solve the "Undefined class constant PARSE_CONSTANT" error displayed by PHPUnit when running tests in Symfony 3.2 applications.
New in Symfony 3.3: Added support for formaction and formmethod attributes
In Symfony 3.3, the DomCrawler component added support for the formaction and formmethod attributes that form buttons can define to override the original action and method defined by the form.
New in Symfony 3.3: JSON authentication
The Symfony Security component provides out-of-the-box support for several authentication mechanisms, such as form logins and HTTP. In Symfony 3.3 we added a new mechanism based on JSON.