* 6.3:
[AssetMapper] Handle assets with non-ascii characters in dev server
[Translation] Fix `TranslationNodeVisitor` with constant domain
[Messenger] [AMQP] Throw exception on `nack` callback
[Validator] revise Latvian translations
[ErrorHandler] Fix `RecursiveDirectoryIterator` exception with wrong composer autoload
[HttpFoundation] Request without content-type or content-length header should result in null values, not empty strings
[Cache] Fix possible infinite loop in `CachePoolPass`
grab a service from the container only if it exists
[Mime] Fix undefined array key 0 when empty sender
[Console] Allow '0' as a $shortcut in InputOption.php
fix multi-byte code area to convert
[Validator] Make it explicit when English translation differs from its resource name
* 5.4:
[Translation] Fix `TranslationNodeVisitor` with constant domain
[Messenger] [AMQP] Throw exception on `nack` callback
[Validator] revise Latvian translations
[ErrorHandler] Fix `RecursiveDirectoryIterator` exception with wrong composer autoload
[HttpFoundation] Request without content-type or content-length header should result in null values, not empty strings
[Cache] Fix possible infinite loop in `CachePoolPass`
[Mime] Fix undefined array key 0 when empty sender
[Console] Allow '0' as a $shortcut in InputOption.php
fix multi-byte code area to convert
[Validator] Make it explicit when English translation differs from its resource name
* 5.4:
fix SQLSRV throws for method_exists()
[HttpKernel] Add basic support for language negotiation
[Messenger] Add a middleware to log when transaction has been left open
[HttpClient] Add method to set response factory in mock client
Move array_merge calls out of loops to improve performance
Remove references to DBALException
[VarDumper] Fix handling of "new" in initializers on PHP 8.1
* 4.4:
[Debug] fix test
consistently use same types for strict comparisons
[PhpUnitBridge] Skip internal classes in CoverageListenerTrait
[VarExporter] unserialize() might throw an Exception on php 8.
[ErrorHandler] Parse "x not found" errors correctly on php 8.
Prevent parsing invalid octal digits as octal numbers
remove unnecessary check for existing request
[DI] fix ContainerBuilder on PHP8
[Console] Make sure $maxAttempts is an int or null.
[VarDumper] Fix caster for invalid SplFileInfo objects on php 8.
[Intl] Skip test cases that produce a TypeError on php 8.
[PhpUnitBridge] Adjust output parsing for PHPUnit 9.3.
[PhpUnitBridge] CoverageListenerTrait update for PHPUnit 8.5/9.x
add bosnian (bs) translation
[Debug] Parse "x not found" errors correctly on php 8.