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
Symfony 4.1 adds support for making 307 and 308 redirections, which are similar to 301 and 302 redirections but they don't allow changing the request method.
February 22, 2018
#Living on the edge
In Symfony 4.1, the Url, Locale and Expression constraints have been improved with new config options.
February 19, 2018
#Living on the edge
This week Symfony added support for reproducible builds. In addition, it finished the feature to make Symfony's router the fastest PHP router and it also improved the dependency injection container performance.
February 18, 2018
#A week of symfony