Skip to content

Symfony Blog

All about Symfony releases, new Symfony features, and other important announcements

In Symfony 4.1 the AdvancedUserInterface has been deprecated, but you can define your own "user checkers" to get the same functionality.
March 2, 2018 #Living on the edge 👍 1
March 1, 2018 #Releases
March 1, 2018 #Releases
March 1, 2018 #Releases
March 1, 2018 #Releases
In Symfony 4.1 the logic to redirect from URLs with trailing slashes to URLs without them finally works in both ways.
March 1, 2018 #Living on the edge
In Symfony 4.1, the commands passed to the process component can contain placeholders whose values are defined at runtime or obtained through environment variables.
February 28, 2018 #Living on the edge
In Symfony 4.1 you can configure the cost of hashing a password with the Argon2i algorithm thanks to three new options called memory_cost, time_cost and threads.
February 27, 2018 #Living on the edge
This week, development activity was focused on finishing some of the new features for the upcoming Symfony 4.1 version: added support for 307 and 308 HTTP redirections, allowed writing prepared console commands, added support for configuring Argon2i encryption and deprecated the bundle notation.
February 25, 2018 #A week of symfony
In Symfony 4.1, the bundle notation has been deprecated in favor of regular PHP namespaces.
February 23, 2018 #Living on the edge