Filter posts by Symfony release
In Symfony 4.4, user passwords can be rehashed automatically when a better hashing algorithm is available.
October 17, 2019
#Living on the edge
In Symfony 4.4, you can use new PHPUnit assertions to test the email messages and their contents.
October 16, 2019
#Living on the edge
In Symfony 4.4, the Messenger component added a new middleware to clear the Doctrine entity manager when a message is consumed to avoid memory leaks and side-effects.
October 15, 2019
#Living on the edge
In Symfony 4.4, the Type constraint can check that the given value type is one of several possible types.
October 14, 2019
#Living on the edge
In Symfony 4.4, the DomCrawler component will add three new methods called matches(), closest() and outerHtml() and it will add a new feature to remove all white spaces from text.
October 11, 2019
#Living on the edge
In Symfony 4.4, the Mailer and Mime components will add support for signing an encrypting email messages to improve their integrity and security.
October 10, 2019
#Living on the edge
Symfony 4.3 added a new Mailer component with support for local SMTP servers, third-party mailing services (Amazon, Mailgun, Google, etc.) and the option to send emails asynchronously.
June 5, 2019
#Living on the edge
In Symfony 4.3, the translation:update command has been improved to also extract translation contents from PHP files.
May 24, 2019
#Living on the edge
Symfony 4.3 will improve support of timezones in the Intl, Validator and Form components.
May 21, 2019
#Living on the edge
Symfony 4.3 introduces a new native password encoder to auto-select the best possible hashing algorithm available to hash user passwords.
May 17, 2019
#Living on the edge