Filter posts by Symfony release
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
DoctrineBundle 1.11.0 has been released with a simpler configuration for Symfony Cache pools, new Messenger middleware services and new utilities to debug failing queries.
May 13, 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
In Symfony 4.3, the DomCrawler component provides optional integration with the masterminds/html5 library to improve the parsing of HTML5 contents.
April 25, 2019
#Living on the edge
In Symfony 4.3, the HttpCache responses can include more logging info so you can process it later to find more caching opportunities.
April 24, 2019
#Living on the edge