Contributed by
HypeMC
The ExpressionLanguage component provides an engine that can compile and
evaluate expressions. The main purpose of the component is to allow users to use
expressions inside configuration for more complex logic. In Symfony 7.2, we've
improved it with new features.
As developers, we spend a lot of time in the terminal running dozens of
commands. Some commands can be long to type or tricky and be similar to other
tools but not exactly the same! That is why a lot of us loves autocompletion.
The good news is that starting with Symfony CLI v5.10, the Symfony CLI provides
an auto-completion for Bash, ZSH, and Fish shells.
This week, development activity focused on Symfony 7.2, as tweaks and features continue to be merged ahead of its release at the end of November 2024. Additionally, we published the first post in the new in Symfony 7.2 series. Lastly, we shared more details about some of the talks from the SymfonyCon Vienna 2024 conference.
This is the first article of the series that shows the most important new features
introduced by Symfony 7.2, which will be released at the end of November 2024.
This week, Symfony 7.2 entered into its stabilization period before its final release at the end of November 2024.
This week, the upcoming Symfony 7.2 version added new features such as support for defining trusted hosts and headers using env vars, improve the debug:asset-mapper command to search and filter assets and allow request parsers to return multiple RemoteEvent in webhooks.