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

Utworzony 3y | 24 lip 2022, 09:20:04


Zaloguj się, aby dodać komentarz

Inne posty w tej grupie

Symfony 7.2.6 released

Symfony 7.2.6 has just been released. Here is the list of the most important changes since 7.2.5:

bug #60288 [VarExporter] dump default value for property hooks if present (@xabbuh)

bug #60267 [C

2 maj 2025, 12:40:05 | Symfony
Symfony 7.3.0-BETA1 released

Symfony 7.3.0-BETA1 has just been released. Here is the list of the most important changes since 7.2:

feature #60232 Add PHP config support for routing (@fabpot)

feature #60102 [HttpFoundation] A

2 maj 2025, 12:40:04 | Symfony
SymfonyOnline June 2025 : Efficient Web Scraping with Symfony & PHP

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:

June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

2 maj 2025, 12:40:03 | Symfony
New in Symfony 7.3: Configurable Compound Rate Limiter

Contributed by Kevin Bond in

2 maj 2025, 10:20:09 | Symfony
Symfony 6.4.21 released

Symfony 6.4.21 has just been released. Here is the list of the most important changes since 6.4.20:

bug #60288 [VarExporter] dump default value for property hooks if present (@xabbuh)

bug #60268

2 maj 2025, 10:20:08 | Symfony
New in Symfony 7.3: Extra Runtime Dot Env Files

Contributed by Nathan Page in

1 maj 2025, 08:40:12 | Symfony
SymfonyOnline June 2025: Where Have the Women of Tech History Gone?

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:

June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

30 kwi 2025, 14:20:02 | Symfony