A Week of Symfony #812 (18-24 July 2022)

This week was the most intense in Symfony development activity in months. We completed and merged tens of new features and improvements for the upcoming Symfony 6.2 version, including: a Doctrine entity argument resolver, options to sort files in case insensitive mode and by extension and size, console autocompletion for zsh shells, security logout improvements and new options, etc.

Symfony development highlights

This week, 107 pull requests were merged (69 in code and 38 in docs) and 64 issues were closed (33 in code and 31 in docs). Excluding merges, 49 authors made 615,118 additions and 489,977 deletions. See details for code and docs.

4.4 changelog:

  • ab1a02f: [PropertyInfo] make sure nested composite types do not crash ReflectionExtractor
  • a9ab336: [FrameworkBundle] fix tests that use deprecated callable syntax
  • 52a2eab: [Mime] fix inline parts when added via attachPart()
  • 64afde5: [DependencyInjection] fail gracefully when attempting to autowire composite types
  • 8e72b1f: [FrameworkBundle] fail gracefully when forms use disabled CSRF
  • 080b8f3: [Mime] quote address names if they contain parentheses
  • fa063a1: [HttpKernel] don't throw on 304 Not Modified in HttpCache

5.4 changelog:

  • 14d5083: [Serializer] fix inconsistent behaviour of nullable objects in key/value arrays
  • c89721e: [Serializer] ignore getter with required parameters
  • 47cb70b: [DoctrineBridge] avoid calling AbstractPlatform::hasNativeGuidType()
  • 8e34f9a: [Console] get full command path for command in search path

6.2 changelog:

  • abcbbf2: [Form] ChoiceType choices must support TranslatableInterface
  • 485843e: [VarDumper] add FFI\CData and FFI\CType types
  • c5aeafe: [Mailer] add Infobip bridge
  • ca4615a: [Dotenv] variable filter added to debug command
  • e6b8029: [DoctrineBridge] add NAME const for UID types
  • c3288f6: [Uid] add toHex()) method to AbstractUid class
  • c61154d: [Mailer] allow custom hosts for ses+smtp with amazon mailer
  • 86f78aa: [Security] add a method in the security helper to ease programmatic logout
  • 2949e9c: [Messenger] make Redis messages countable
  • 5d9b6d2: [Security] don't allow empty username or empty password
  • 397abb6: [Mailer] make max_per_second option configurable via DSN
  • 5675aa8: [DoctrineBridge] add an Entity Argument Resolver
  • 703596e: [Mailer] SMTP Transport to provide the (final) Message-ID if available
  • e89f0ff: [Security] allow configuring a target url when switching user
  • ab3d9fc: [Console] refactor isTtySupported()
  • 303ea78: [Validator] add the match option to the Choice constraint
  • 8876dbc: [Messenger] add options to FailedMessagesShowCommand
  • c7d7ce9: [FrameworkBundle] add service and alias deprecation message to debug:container
  • 951352e: [SecurityBundle] add shortcut option to enable logout CSRF protection
  • ef33227: [FrameworkBundle] add resolve-env option to debug:config command
  • 9ccf365: [Validator] add "negate" option to Expression constraint
  • 8f7d72e: [Security] set custom lifetime for login link
  • ac87122: [Serializer] add visibility context option in PropertyNormalizer
  • ddf63bd: [Cache, WebProfilerBundle] add adapter class to Cache DataCollector
  • 57b24fe: [HttpFoundation] rename Request::getContentType to getContentTypeFormat
  • 25c8806: [Finder] case insensitive file sort
  • 3c19f30: [Finder] add methods to sort by extension & size
  • 7b5cb25: explain status codes in comments
  • 6babf86: [Console] fix comparison with completion API version
  • 8be4d28: [Dotenv] run test in a separate process to have clean global state
  • b0dc3f3: [HttpFoundation] fix deprecation message style
  • d3a98ba: [DependencyInjection] update ContainerBag to throw ParameterNotFoundException instead of InvalidArgumentException
  • 79ee957: [Console] zsh shell autocompletion
  • 6c8c93d: [Console] add Ansi8 (256 color) support, improve true color (Ansi24) support detection
  • 17ae148: [Notifier] add Notification::exception()
  • 7f7d839: [Mime] add DataPart::setContentId()
  • 9b6dba1: [Console] add support for resuming a progress bar

Newest issues and pull requests

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:

They talked about us

Call to Action

            <hr style="margin-bottom: 5px" />
            <div style="font-size: 90%">
                <a href="https://symfony.com/sponsor">Sponsor</a> the Symfony project.
            </div>

https://symfony.com/blog/a-week-of-symfony-812-18-24-july-2022?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

Vytvorené 3y | 24. 7. 2022, 9:20:04


Ak chcete pridať komentár, prihláste sa

Ostatné príspevky v tejto skupine

Case study: A Long-Term Powerhouse Behind Vente-unique.com's E-Commerce Success (Zero Churn, All Wins!)

Vente-unique.com, a leading European online retailer of furniture and home decor, operates in 11 countries, powered by a team of 400 professionals and serving more than 3 million customers. From 15 ye

2. 7. 2025, 9:10:03 | Symfony
A Week of Symfony #965 (June 23–29, 2025)

This week, Symfony 6.4.23, 7.2.8 and 7.3.1 maintenance versions were released. Meanwhile, the upcoming Symfony 7.4 version continued adding new features such as better controller helpers, more precisi

29. 6. 2025, 9:10:15 | Symfony
Symfony 6.4.23 released

Symfony 6.4.23 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in you

28. 6. 2025, 9:50:15 | Symfony
Symfony 7.2.8 released

Symfony 7.2.8 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your

28. 6. 2025, 9:50:15 | Symfony
Symfony 7.3.1 released

Symfony 7.3.1 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your

28. 6. 2025, 9:50:14 | Symfony
A Week of Symfony #964 (June 16–22, 2025)

This week, development activity was intense, with many bug fixes in the maintained branches, numerous deprecation removals in the 8.0 branch, and new features added to the 7.4 branch, including tighte

22. 6. 2025, 8:10:05 | Symfony
SymfonyOnline June 2025: Speakers, Stats & Replays!

Thank you for joining us at SymfonyOnline June 2025!

What a great edition of SymfonyOnline we’ve just wrapped up! 🎉

We were thrilled to welcome 300 participants from 35 different countries—a

18. 6. 2025, 8:50:17 | Symfony