« A week of symfony » blog posts
A Week of Symfony #826 (24-30 October 2022)
This week, Symfony 4.4.48, 5.4.15, 6.0.15 and 6.1.7 maintenance versions were released. In addition, Symfony 6.2 beta 1 and beta 2 were published so you can test the upcoming Symfony version in your own projects. Finally, the first conference about Sylius, the e-commerce platform based on Symfony, took place with great success in Poland.
October 30, 2022 · Published in #A week of symfonyA Week of Symfony #825 (17-23 October 2022)
This week, Symfony 6.2 development activity focused on merging lots of new features that will be polished during the next weeks until the Symfony 6.2 release at the end of November 2022. We introduced a PSR-4 directory routing loader, a new hash_property_path option for password form fields, a better AST-based extractor for translations and support for friendsofphp/well-known-implementations in HttpClient.
October 23, 2022 · Published in #A week of symfonyA Week of Symfony #824 (10-16 October 2022)
This week, Symfony 4.4.47, 5.4.14, 6.0.14 and 6.1.6 maintenance versions were released. In addition, we added some new features to the upcoming Symfony 6.2 version, such as listing namespaced commands when running only the namespace as the command name and adding new configurable blocks to the Bootstrap 5 form theme.
October 16, 2022 · Published in #A week of symfonyA Week of Symfony #823 (3-9 October 2022)
This week, Symfony development activity focused on bug fixes and feature polishing for the upcoming Symfony 6.2 version, such us: improve console scripts security by guarding them from being run in non-CLI contexts, updates related to Unicode 15 in the String component and some more design fixes for the Symfony Profiler redesign.
October 9, 2022 · Published in #A week of symfonyA Week of Symfony #822 (26 September - 2 October 2022)
This week, Symfony 4.4.46, 5.4.13, 6.0.13 and 6.1.5 maintenance versions were released. Meanwhile, we continued merging new features into the upcoming Symfony 6.2 version: simplified adding MIME parts to email messages, allow creating lazy-loading classes using constructors, redesigned the mailer panel in the Profiler, and added an option to make the YamlEncoder indentation configurable.
October 2, 2022 · Published in #A week of symfonyA Week of Symfony #821 (19-25 September 2022)
This week, Symfony development activity focused on finishing and polishing some new features for the upcoming Symfony 6.2 version, such us: updating codebase to use modern PHP features like null coalescing assignment and match statements; adding new config options for HttpCache; and updating some new panels in the Symfony Profiler.
September 25, 2022 · Published in #A week of symfonyA Week of Symfony #820 (12-18 September 2022)
This week, development activity focused on tweaking and finishing some of the new features of Symfony 6.2, to be released at the end of November 2022. In addition to a new ChainUserChecker that allows calling multiple user checkers for a firewall, we merged the Symfony Profiler redesign which refreshes the look and feel of this debugging tool.
September 18, 2022 · Published in #A week of symfonyA Week of Symfony #819 (5-11 September 2022)
This week, Symfony development activity focused on ULID and UUID generation. In addition to fixing some bugs and adding new Max UUID and Max ULID values, we added support for UUID v7 and v8. Lastly, we published an article about solving the SPA or traditional app dilemma in Symfony applications.
September 11, 2022 · Published in #A week of symfonyA Week of Symfony #818 (29 August - 4 September 2022)
This week, development activity mainly focused on fixing bugs and polishing existing features. The upcoming Symfony 6.2 version improved lazy services by generating lazy-loading virtual proxies for non-ghostable lazy services. Lastly, we published an article about revisiting lazy-loading proxies in PHP to explain the latest Symfony changes around lazy-loading objects.
September 4, 2022 · Published in #A week of symfonyA Week of Symfony #817 (22-28 August 2022)
This week, Symfony 4.4.45, 5.4.12, 6.0.12 and 6.1.4 maintenance versions were released. In addition, the upcoming Symfony 6.2 version introduced a new ValueResolverInterface to replace and simplify the existing ArgumentValueResolverInterface.
August 28, 2022 · Published in #A week of symfony