* 7.0:
[Validator] Missing translations for Estonian (et)
[HttpFoundation] Prevent duplicated headers when using Early Hints
[VarDumper] Fix configuring CliDumper with SYMFONY_IDE env var
[Cache] improve BC with 5.4 pools
[PhpUnitBridge][VarDumper] fix color detection
[CI] Make sure we preserve file->header when we run sync-translations.php
[Cache] Fix BC layer with pre-6.1 cache items
Review validators.sl.xlf
[Mailer][Postmark][Webhook] Don't require tag and metadata
[Scheduler] Fix messenger receiver with no alias
* 6.4:
[Validator] Missing translations for Estonian (et)
[HttpFoundation] Prevent duplicated headers when using Early Hints
[VarDumper] Fix configuring CliDumper with SYMFONY_IDE env var
[Cache] improve BC with 5.4 pools
[PhpUnitBridge][VarDumper] fix color detection
[CI] Make sure we preserve file->header when we run sync-translations.php
[Cache] Fix BC layer with pre-6.1 cache items
Review validators.sl.xlf
[Mailer][Postmark][Webhook] Don't require tag and metadata
[Scheduler] Fix messenger receiver with no alias
* 7.0:
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
Fix bad merge
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
List CS fix in .git-blame-ignore-revs
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
[Messenger][AmazonSqs] Allow async-aws/sqs version 2
* 6.4:
Fix implicitly-required parameters
minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
Fix bad merge
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
List CS fix in .git-blame-ignore-revs
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
[Messenger][AmazonSqs] Allow async-aws/sqs version 2
* 6.3:
minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
Fix bad merge
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
List CS fix in .git-blame-ignore-revs
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
* 6.4: (33 commits)
[Console][FrameworkBundle][HttpKernel][WebProfilerBundle] Enable profiling commands
[AssetMapper] Disable profiler when the "dev server" respond
Adds translations for Portuguese (pt)
[AssetMapper] Link needs as="style"
Allow Symfony 7.0 on Phrase translation provider
[Mime] Throw InvalidArgumentException on invalid form field type inside array
[Mailer][Bridges] Allow Symfony 7
[Tests] Use `JsonMockResponse` where applicable
[FrameworkBundle][HttpKernel] Introduce `$buildDir` argument to `WarmableInterface::warmup` to warm read-only artefacts in `build_dir`
[ErrorHandler] Fix expected missing return types
[Form] Fix merging params & files when "multiple" is enabled
[HttpFoundation] Do not swallow trailing `=` in cookie value
Fix markdown in README files
Handle Sendinblue error responses without a message key
Handle Brevo error responses without a message key
[Scheduler] Add failureEvent
[Notifier][Bridges] Allow Symfony 7
[Mailer][Brevo][Sendinblue] Fix typo
[Serializer] Fix collecting only first missing constructor argument
[ErrorHandler] Fix file link format call in trace view
...
- Avoid repeating file link format guessing (logic is already in FileLinkFormatter class)
- Always set a fileLinkFormat to a FileLinkFormatter object to handle path mappings properly