« Living on the edge » blog posts
A series of posts showcasing the new features introduced by each Symfony version.
Filter posts by Symfony release
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
Symfony 4.3 adds a new and modern HttpClient component to help you make and process HTTP requests.
May 15, 2019
#Living on the edge
Symfony 4.3 will include many new features to improve the Symfony Forms, such as row attributes, custom errors in data mappers and a better form debug command.
May 10, 2019
#Living on the edge
The new Mime component introduced in Symfony 4.3 helps you create and manipulate the MIME messages used to send emails and provides utilities related to MIME types.
May 7, 2019
#Living on the edge
In Symfony 4.3, the Messenger component allows to collect messages that fail on all their retries to inspect them and retry/delete them if wanted.
May 3, 2019
#Living on the edge
In Symfony 4.3, the usage of PHP to create templates and form themes has been deprecated (and it will be removed in Symfony 5.0).
April 30, 2019
#Living on the edge
Symfony 4.3 adds four new constraints related to numbers: Positive, Negative, PositiveOrZero, NegativeOrZero.
April 26, 2019
#Living on the edge