* 6.4:
[HttpClient] Fix `ScopingHttpClient` to always pass `base_uri` as `string` instead of parsed `array`
[PropertyInfo] Fix PseudoType support in PhpDocTypeHelper
fix: fix property info var tag extractor
[DependencyInjection] Fix sharing services used only by tagged iterators
[DependencyInjection] Handle recursive factory reentry for shared services in PhpDumper
[HttpClient] Fix PHP deprecation when using AmpHttpClient
[HttpClient] Fix copy as curl for arrays with resources & unreachable host
[PropertyInfo] Fix inconsistency between isWritable and getWriteInfo
* 6.4:
register attribute loader arguments in a forward-compatible way
mark test using a Redis connection as an integration test
ensure compatibility with Relay extension 0.20.0
[DependencyInjection] Fix `query_string` env processor for URLs without query string
[DependencyInjection] Fix state corruption in PhpFileLoader during recursive imports
[FrameworkBundle] Add missing `useAttributeAsKey` calls
[DependencyInjection] Fix loose validation in #[Autowire] attribute
[HttpClient] Fix releasing uploaded stream resources
* 7.2:
Fixes XliffFileDumperTest for 6.4
[HttpClient] Don't send any default content-type when the body is empty
[VarExporter] Fix lazy objects with hooked properties
[Translation] check empty notes
ntfy-notifier: tfix in description
* 6.4:
Fixes XliffFileDumperTest for 6.4
[HttpClient] Don't send any default content-type when the body is empty
[VarExporter] Fix lazy objects with hooked properties
[Translation] check empty notes
ntfy-notifier: tfix in description
* 7.1:
fix merge
fix merge
Bump Symfony version to 7.1.9
Work around parse_url() bug (bis)
Update VERSION for 7.1.8
Update CHANGELOG for 7.1.8
Bump Symfony version to 6.4.16
fix PHP 7.2 compatibility
silence PHP warnings issued by Redis::connect()
Update VERSION for 6.4.15
Update CHANGELOG for 6.4.15
Bump Symfony version to 5.4.48
Update VERSION for 5.4.47
Update CHANGELOG for 5.4.47
[Routing] Fix: lost priority when defining hosts in configuration
fix dumping tests to skip with data providers
* 6.4:
Work around parse_url() bug (bis)
Bump Symfony version to 6.4.16
fix PHP 7.2 compatibility
silence PHP warnings issued by Redis::connect()
Update VERSION for 6.4.15
Update CHANGELOG for 6.4.15
Bump Symfony version to 5.4.48
Update VERSION for 5.4.47
Update CHANGELOG for 5.4.47
[Routing] Fix: lost priority when defining hosts in configuration
fix dumping tests to skip with data providers
* 5.4:
Work around parse_url() bug (bis)
fix PHP 7.2 compatibility
silence PHP warnings issued by Redis::connect()
Bump Symfony version to 5.4.48
Update VERSION for 5.4.47
Update CHANGELOG for 5.4.47
[Routing] Fix: lost priority when defining hosts in configuration
fix dumping tests to skip with data providers
* 7.1:
fix merge
[Intl] Update ICU data from 74.1 to 75.1
use DeprecatedCallableInfo for Twig callables if possible
[Filesystem] Add a warning about `chown()` and `chgrp()` on Windows
[String] Update wcswidth data with Unicode 16
PhpSubprocess: Add flag PREG_OFFSET_CAPTURE to preg_match to identify the offset
Work around parse_url() bug
[Ldap] Clean `ldap_connect()` call in `LdapTestCase`
[HttpFoundation] Update links for X-Accel-Redirect and fail properly when X-Accel-Mapping is missing
* 6.4:
fix merge
[Intl] Update ICU data from 74.1 to 75.1
use DeprecatedCallableInfo for Twig callables if possible
[Filesystem] Add a warning about `chown()` and `chgrp()` on Windows
[String] Update wcswidth data with Unicode 16
PhpSubprocess: Add flag PREG_OFFSET_CAPTURE to preg_match to identify the offset
Work around parse_url() bug
[Ldap] Clean `ldap_connect()` call in `LdapTestCase`
[HttpFoundation] Update links for X-Accel-Redirect and fail properly when X-Accel-Mapping is missing
* 5.4:
[Intl] Update ICU data from 74.1 to 75.1
use DeprecatedCallableInfo for Twig callables if possible
[Filesystem] Add a warning about `chown()` and `chgrp()` on Windows
[String] Update wcswidth data with Unicode 16
Work around parse_url() bug
[Ldap] Clean `ldap_connect()` call in `LdapTestCase`
[HttpFoundation] Update links for X-Accel-Redirect and fail properly when X-Accel-Mapping is missing
* 7.1:
[DoctrineBridge] Fix the `LockStoreSchemaListener`
add German translations for the Week constraint messages
sync Week constraint messages translations
[Validator] Add `D` regex modifier in relevant validators
[Validator] Add French translation for the `Week` constraint
skip transient Redis integration tests on AppVeyor
reject malformed URLs with a meaningful exception
[Mime] Add tests on constraints
fix denormalizing mixed collection values
* 6.4:
[DoctrineBridge] Fix the `LockStoreSchemaListener`
add German translations for the Week constraint messages
sync Week constraint messages translations
[Validator] Add `D` regex modifier in relevant validators
[Validator] Add French translation for the `Week` constraint
skip transient Redis integration tests on AppVeyor
reject malformed URLs with a meaningful exception
[Mime] Add tests on constraints
* 5.4:
add German translations for the Week constraint messages
sync Week constraint messages translations
[Validator] Add `D` regex modifier in relevant validators
[Validator] Add French translation for the `Week` constraint
reject malformed URLs with a meaningful exception
[Mime] Add tests on constraints
* 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.2:
[Validator] Add missing validator translations in Polish language
[HttpClient] Fix encoding some characters in query strings
[SecurityBundle] Remove last usages of tag `security.remember_me_aware`
[VarDumper] Dumping DateTime throws error if getTimezone is false
Only update autoload_runtime.php when it changed
[Intl] Update the ICU data to 73.2
[HttpClient] Force int conversion for floated multiplier for GenericRetryStrategy
[FrameworkBundle] Ignore missing directories in about command
Revert "[Messenger] Respect `isRetryable` decision of the retry strategy when deciding if failed message should be re-delivered"
[Validator][Translator] Fix xlf files for en & fr translations. Bug introduced by #50590
Add missing EN and FR translations for newest constraints
* 5.4:
[Validator] Add missing validator translations in Polish language
[HttpClient] Fix encoding some characters in query strings
[FrameworkBundle] Ignore missing directories in about command
Revert "[Messenger] Respect `isRetryable` decision of the retry strategy when deciding if failed message should be re-delivered"
* 6.2:
[HttpClient] fix proxied redirects in curl client
Fix serializer normalize attribute context
Bump Symfony version to 6.2.10
Update VERSION for 6.2.9
Update CHANGELOG for 6.2.9
[Intl] Update the ICU data to 73.1
[Console] Restoring the ability to output unicode text to the Win10 console
[Mailer] Add brifge documentation
* 5.4:
[HttpClient] fix proxied redirects in curl client
[Intl] Update the ICU data to 73.1
[Console] Restoring the ability to output unicode text to the Win10 console
[Mailer] Add brifge documentation
* 6.2:
re-allow phpdocumentor/type-resolver 1.7
skip test using attributes on PHP 7
[HttpClient] Encode and decode curly brackets {}
fix: GetSetMethodNormalizer::supportss should not check ignored methods
Stop stopwatch events in case of exception
add translations for the filename max length validator option
[Validator] Update BIC validator IBAN mappings
[String] Correct inflection of 'codes' and 'names'
* 5.4:
re-allow phpdocumentor/type-resolver 1.7
skip test using attributes on PHP 7
[HttpClient] Encode and decode curly brackets {}
fix: GetSetMethodNormalizer::supportss should not check ignored methods
Stop stopwatch events in case of exception
add translations for the filename max length validator option
[Validator] Update BIC validator IBAN mappings
[String] Correct inflection of 'codes' and 'names'