Filter posts by Symfony release
Symfony 6.3 introduces a new ValueResolver attribute to explicitly select the argument resolver to use in the controller arguments.
April 21, 2023
#Living on the edge
❤️ 1
Symfony 6.3 introduces two new PHP attributes to map the incoming request data into typed objects like DTOs and validates them automatically.
April 20, 2023
#Living on the edge
🚀 2
Symfony 6.3 introduces two new attributes to configure the status code, headers and log level of your HTTP exceptions.
April 19, 2023
#Living on the edge
❤️ 1
Symfony 6.3 includes a new NoSuspiciousCharacters constraint to avoid spoofing security attacks based on using characters that are different but look the same.
April 18, 2023
#Living on the edge
Symfony 6.3 adds support for Early Hints, which allows browsers to download assets while servers are still preparing a response. This improves perceived performance significantly.
April 17, 2023
#Living on the edge
Symfony 6.2 redesigns the profiler and the web debug toolbar to give them a modern look.
November 28, 2022
#Living on the edge
👍 1
In Symfony 6.2, Console improves DX, allows resuming progress bars, improves color support, adds autocompletion for Zsh shells and allows to set the height of sections.
November 25, 2022
#Living on the edge
Symfony 6.2 simplifies programmatic user logout, adds new hashing options to password fields, eases logout CSRF protection and makes it easier to get the firewall configuration.
November 24, 2022
#Living on the edge
In Symfony 6.2, logging in users programmatically is easier, each firewall can use multiple user checkers, the impersonating target URL is customizable and login links can override the global link lifetime.
November 23, 2022
#Living on the edge
In Symfony 6.2, the Mailer component is more extensible thanks to new events, dynamic bus/transport selection and a simpler addition of email parts.
November 21, 2022
#Living on the edge