This week, Symfony celebrated the SymfonyLive Paris 2022 conference, the first official non-virtual Symfony conference since the COVID-19 pandemic started. The next opportunity to meet the community in person will be the SymfonyCon Disneyland Paris 2022 conference on November 17-18, 2022. Meanwhile, we started publishing the New in Symfony 6.1 blog posts in preparation for its upcoming release.
Symfony development highlights
This week, 31 pull requests were merged (19 in code and 12 in docs) and 37 issues were closed (30 in code and 7 in docs). Excluding merges, 25 authors made 24,208 additions and 6,033 deletions. See details for code and docs.
4.4 changelog:
81c9e39: [Process] fix Process::getEnv() when setEnv() hasn't been called before 0a0345a: [FrameworkBundle] fix error related to debug:router --no-interaction 7f0edd6: [Intl] update the ICU data to 71.1 69f7f6e: [Console] fix table header seperator wrapping
5.4 changelog:
2195545: [RateLimiter] adding default empty string value on Security::LAST_USERNAME dcd1c32: [HttpKernel] fix use_cookies framework session configuration
6.1 changelog:
1b75cc0: [ExpressionLanguage] add support for null-safe operator 9c37015: [TwigBridge] make LintCommand::$namePatterns private fb40adc: [Notifier] improve some type annotations f923f15: [Notifier] add no_stop_clause to DSN in OvhCloud 1f514f9: use modern PHP features such as array_is_list(), get_debug_type(), is_countable(), is_iterable(), str_contains() and str_starts_with()
Newest issues and pull requests
[RFC] Change the way deprecations are reported? Automatically disable http client tracing / logging when approaching memory limit [Translation] Add support for named arguments in PhpExtractor Annotation or Attribute to set parameters similar to bind Set memory limit for preloading [Lock] Log successfully released lock
SymfonyCasts Updates
SymfonyCasts is the official way to learn Symfony. Select a track for a guided path through 100+ video tutorial courses about Symfony, PHP and JavaScript.
These were some of the most relevant SymfonyCasts updates of the week:
(Video) Symfony 6 course, Chapter 13: Smart Routes: GET-only & Validate {Wildcards} (Video) Symfony 6 course, Chapter 14: Service Objects (Video) Symfony 6 course, Chapter 15: The Twig Service & Profiler for API Requests (Video) Symfony 6 course, Chapter 16: Setting up Webpack Encore (Video) Symfony 6 course, Chapter 17: Packaging JS and CSS with Encore (Video) EasyAdmin course, Chapter 38: A Global "Export" Action (Video) EasyAdmin course, Chapter 39: Linking to EasyAdmin from Twig (Video) EasyAdmin course, Chapter 40: Form Panels
They talked about us
Symfony Station Communiqué - 8 April 2022 Symfony ElasticSearch, Front Controller, API documentation
Call to Action
Follow Symfony on Twitter and retweet this article. Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Sponsor the Symfony project.
Jelentkezéshez jelentkezzen be
EGYÉB POSTS Ebben a csoportban

Symfony's bridge packages integrate third-party services, such as mailers, notifiers, and translation providers, into Symfony applications. With more than 120 bridges available today, Symfony supports

Symfony Messenger component keeps evolving to meet the needs of complex, modern applications. In Symfony 7.3, we're introducing several powerful features to it.
Run Process Using the Shell… https://s

The Routing component provides an impressive list of features to map incoming URLs to your application code. Symfony 7.3 pushes it even further with a set of new features that improve developer experi

Contributed by Mathias Arlaud in

Affected versions
Symfony UX symfony/ux-live-component and symfony/ux-twig-component versions <2.25.1 are affected by this security issue.
The issue has been fixed in the 2.25.1 version of these

Symfony has been reducing the need for configuration in applications for several years now. Thanks to PHP attributes, you can now configure most things alongside the relevant code, removing the need f

This week, development activity focused on polishing Symfony 7.3 ahead of its final release in two weeks. We also continued publishing articles highlighting the new features of Symfony 7.3 and shared