This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| symfony/asset (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/browser-kit (source) | require-dev | major | ^5.3
-> ^6.0
|
| symfony/console (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/css-selector (source) | require-dev | major | ^5.3
-> ^6.0
|
| symfony/debug-bundle (source) | require-dev | major | ^5.3
-> ^6.0
|
| symfony/dotenv (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/expression-language (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/form (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/framework-bundle (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/http-client (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/intl (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/mailer (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/mime (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/notifier (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/phpunit-bridge (source) | require-dev | major | ^5.3
-> ^6.0
|
| symfony/process (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/property-access (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/property-info (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/proxy-manager-bridge (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/runtime (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/security-bundle (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/serializer (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/stopwatch (source) | require-dev | major | ^5.3
-> ^6.0
|
| symfony/string (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/translation (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/twig-bundle (source) | require | major | ^5.3
-> ^6.0
|
| symfony/validator (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/var-dumper (source) | require-dev | major | ^5.3
-> ^6.0
|
| symfony/web-link (source) | require | major | 5.3.*
-> 6.0.*
|
| symfony/web-profiler-bundle (source) | require-dev | major | ^5.3
-> ^6.0
|
| symfony/yaml (source) | require | major | 5.3.*
-> 6.0.*
|
Release Notes
symfony/asset
Compare Source
Changelog (https://github.com/symfony/asset/compare/v6.0.2...v6.0.3)
Compare Source
Changelog (https://github.com/symfony/asset/compare/v6.0.0...v6.0.1)
- bug #44494 Remove FQCN type hints on properties (fabpot)
Compare Source
Changelog (https://github.com/symfony/asset/compare/v6.0.0-RC1...v6.0.0)
Compare Source
Changelog (https://github.com/symfony/asset/compare/v5.4.2...v5.4.3)
Compare Source
Changelog (https://github.com/symfony/asset/compare/v5.4.0-RC1...v5.4.0)
Compare Source
Changelog (https://github.com/symfony/asset/compare/v5.3.13...v5.3.14)
Compare Source
Changelog (https://github.com/symfony/asset/compare/v5.3.10...v5.3.11)
- bug #43948 Fixed leftover deprecations PHP 8.1 (michaljusiega)
symfony/browser-kit
Compare Source
Changelog (https://github.com/symfony/browser-kit/compare/v6.0.2...v6.0.3)
Compare Source
Changelog (https://github.com/symfony/browser-kit/compare/v6.0.0...v6.0.1)
- bug #44494 Remove FQCN type hints on properties (fabpot)
Compare Source
Changelog (https://github.com/symfony/browser-kit/compare/v6.0.0-RC1...v6.0.0)
Compare Source
Changelog (https://github.com/symfony/browser-kit/compare/v5.4.2...v5.4.3)
Compare Source
Changelog (https://github.com/symfony/browser-kit/compare/v5.4.1...v5.4.2)
Compare Source
Changelog (https://github.com/symfony/browser-kit/compare/v5.4.0-RC1...v5.4.0)
Compare Source
Changelog (https://github.com/symfony/browser-kit/compare/v5.3.13...v5.3.14)
symfony/console
Compare Source
Changelog (https://github.com/symfony/console/compare/v6.0.4...v6.0.5)
- bug #45546 Fix null handling in formatAndWrap() (derrabus)
- bug #45240 Revert StringInput bc break from #45088 (bobthecow)
Compare Source
Changelog (https://github.com/symfony/console/compare/v6.0.2...v6.0.3)
- bug #43149 Silence warnings during tty detection (neclimdul)
- bug #45181 Fix PHP 8.1 deprecation in ChoiceQuestion (BrokenSourceCode)
- bug #45109 fix restoring stty mode on CTRL+C (nicolas-grekas)
- bug #45088 fix parsing escaped chars in StringInput (nicolas-grekas)
- bug #45053 use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (nicolas-grekas)
- bug #44912 Allow OutputFormatter::escape() to be used for escaping URLs used in (Seldaek)
Compare Source
Changelog (https://github.com/symfony/console/compare/v6.0.1...v6.0.2)
- bug #44730 Fix autocompletion of argument with default value (GromNaN)
Compare Source
Changelog (https://github.com/symfony/console/compare/v6.0.0...v6.0.1)
- bug #44523 Fix polyfill-php73 requirement (Seldaek)
- bug #44494 Remove FQCN type hints on properties (fabpot)
- bug #44475 Handle alias in completion script (GromNaN)
- bug #44467 Fix parameter types for
ProcessHelper::mustRun()
(derrabus)
Compare Source
Changelog (https://github.com/symfony/console/compare/v6.0.0-RC1...v6.0.0)
Compare Source
Changelog (https://github.com/symfony/console/compare/v5.4.4...v5.4.5)
- bug #45546 Fix null handling in formatAndWrap() (derrabus)
- bug #45240 Revert StringInput bc break from #45088 (bobthecow)
Compare Source
Changelog (https://github.com/symfony/console/compare/v5.4.2...v5.4.3)
- bug #43149 Silence warnings during tty detection (neclimdul)
- bug #45181 Fix PHP 8.1 deprecation in ChoiceQuestion (BrokenSourceCode)
- bug #45109 fix restoring stty mode on CTRL+C (nicolas-grekas)
- bug #45088 fix parsing escaped chars in StringInput (nicolas-grekas)
- bug #45053 use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (nicolas-grekas)
- bug #44912 Allow OutputFormatter::escape() to be used for escaping URLs used in (Seldaek)
Compare Source
Changelog (https://github.com/symfony/console/compare/v5.4.1...v5.4.2)
- bug #44730 Fix autocompletion of argument with default value (GromNaN)
Compare Source
Changelog (https://github.com/symfony/console/compare/v5.4.0...v5.4.1)
- bug #44523 Fix polyfill-php73 requirement (Seldaek)
- bug #44475 Handle alias in completion script (GromNaN)
- bug #44467 Fix parameter types for
ProcessHelper::mustRun()
(derrabus)
Compare Source
Changelog (https://github.com/symfony/console/compare/v5.4.0-RC1...v5.4.0)
Compare Source
Changelog (https://github.com/symfony/console/compare/v5.3.15...v5.3.16)
Compare Source
Changelog (https://github.com/symfony/console/compare/v5.3.13...v5.3.14)
- bug #43149 Silence warnings during tty detection (neclimdul)
- bug #45181 Fix PHP 8.1 deprecation in ChoiceQuestion (BrokenSourceCode)
- bug #45109 fix restoring stty mode on CTRL+C (nicolas-grekas)
- bug #45088 fix parsing escaped chars in StringInput (nicolas-grekas)
- bug #45053 use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (nicolas-grekas)
- bug #44912 Allow OutputFormatter::escape() to be used for escaping URLs used in (Seldaek)
Compare Source
Changelog (https://github.com/symfony/console/compare/v5.3.12...v5.3.13)
- bug #44467 Fix parameter types for
ProcessHelper::mustRun()
(derrabus)
Compare Source
Changelog (https://github.com/symfony/console/compare/v5.3.10...v5.3.11)
- bug #44176 Default ansi option to null (jderusse)
- bug #43884 Runtime conflict for psr/log >= 3.0 instead of composer conflict (fancyweb)
Compare Source
Changelog (https://github.com/symfony/console/compare/v5.3.9...v5.3.10)
symfony/css-selector
Compare Source
Changelog (https://github.com/symfony/css-selector/compare/v6.0.2...v6.0.3)
Compare Source
Changelog (https://github.com/symfony/css-selector/compare/v6.0.1...v6.0.2)
Compare Source
Changelog (https://github.com/symfony/css-selector/compare/v6.0.0...v6.0.1)
- bug #44494 Remove FQCN type hints on properties (fabpot)
Compare Source
Changelog (https://github.com/symfony/css-selector/compare/v6.0.0-RC1...v6.0.0)
Compare Source
Changelog (https://github.com/symfony/css-selector/compare/v5.4.2...v5.4.3)
Compare Source
Changelog (https://github.com/symfony/css-selector/compare/v5.4.1...v5.4.2)
Compare Source
Changelog (https://github.com/symfony/css-selector/compare/v5.4.0-RC1...v5.4.0)
Compare Source
Changelog (https://github.com/symfony/css-selector/compare/v5.3.13...v5.3.14)
symfony/debug-bundle
Compare Source
Changelog (https://github.com/symfony/debug-bundle/compare/v6.0.2...v6.0.3)
Compare Source
Changelog (https://github.com/symfony/debug-bundle/compare/v6.0.1...v6.0.2)
Compare Source
Changelog (https://github.com/symfony/debug-bundle/compare/v6.0.0-RC1...v6.0.0)
Compare Source
Changelog (https://github.com/symfony/debug-bundle/compare/v5.4.2...v5.4.3)
Compare Source
Changelog (https://github.com/symfony/debug-bundle/compare/v5.4.1...v5.4.2)
Compare Source
Changelog (https://github.com/symfony/debug-bundle/compare/v5.4.0-RC1...v5.4.0)
Compare Source
Changelog (https://github.com/symfony/debug-bundle/compare/v5.3.13...v5.3.14)
Compare Source
Changelog (https://github.com/symfony/debug-bundle/compare/v5.3.12...v5.3.13)
symfony/dotenv
Compare Source
Changelog (https://github.com/symfony/dotenv/compare/v6.0.4...v6.0.5)
- bug #45430 Fix reading config for symfony/runtime when running dump command (nicolas-grekas)
Compare Source
Changelog (https://github.com/symfony/dotenv/compare/v6.0.2...v6.0.3)
- bug #45188 Fix bootEnv() override with .env.local.php when the env key already exists (fancyweb)
Compare Source
Changelog (https://github.com/symfony/dotenv/compare/v6.0.1...v6.0.2)
Compare Source
Changelog (https://github.com/symfony/dotenv/compare/v6.0.0...v6.0.1)
- bug #44494 Remove FQCN type hints on properties (fabpot)
Compare Source
Changelog (https://github.com/symfony/dotenv/compare/v6.0.0-RC1...v6.0.0)
Compare Source
Changelog (https://github.com/symfony/dotenv/compare/v5.4.4...v5.4.5)
- bug #45430 Fix reading config for symfony/runtime when running dump command (nicolas-grekas)
Compare Source
Changelog (https://github.com/symfony/dotenv/compare/v5.4.2...v5.4.3)
- bug #45188 Fix bootEnv() override with .env.local.php when the env key already exists (fancyweb)
Compare Source
Changelog (https://github.com/symfony/dotenv/compare/v5.4.1...v5.4.2)
Compare Source
Changelog (https://github.com/symfony/dotenv/compare/v5.4.0-RC1...v5.4.0)
Compare Source
Changelog (https://github.com/symfony/dotenv/compare/v5.3.13...v5.3.14)
Compare Source
Changelog (https://github.com/symfony/dotenv/compare/v5.3.12...v5.3.13)
Compare Source
Changelog (https://github.com/symfony/dotenv/compare/v5.3.9...v5.3.10)
- bug #43798 Duplicate $_SERVER values in $_ENV if they don't exist (fancyweb)
symfony/expression-language
Compare Source
Changelog (https://github.com/symfony/expression-language/compare/v6.0.2...v6.0.3)
Compare Source
Changelog (https://github.com/symfony/expression-language/compare/v6.0.0...v6.0.1)
- bug #44494 Remove FQCN type hints on properties (fabpot)
Compare Source
Changelog (https://github.com/symfony/expression-language/compare/v6.0.0-RC1...v6.0.0)
Compare Source
Changelog (https://github.com/symfony/expression-language/compare/v5.4.2...v5.4.3)
Compare Source
Changelog (https://github.com/symfony/expression-language/compare/v5.4.0-RC1...v5.4.0)
Compare Source
Changelog (https://github.com/symfony/expression-language/compare/v5.3.13...v5.3.14)
Compare Source
Changelog (https://github.com/symfony/expression-language/compare/v5.3.10...v5.3.11)
symfony/form
Compare Source
Changelog (https://github.com/symfony/form/compare/v6.0.4...v6.0.5)
- bug #45322 Fix generic type for FormErrorIterator (akalineskou)
- bug #42253 Do not fix URL protocol for relative URLs (bogkonstantin)
Compare Source
Changelog (https://github.com/symfony/form/compare/v6.0.2...v6.0.3)
- bug #44939 UrlType should not add protocol to emails (GromNaN)
Compare Source
Changelog (https://github.com/symfony/form/compare/v6.0.1...v6.0.2)
- bug #44764 Expand FormView key to include int (biozshock)
Compare Source
Changelog (https://github.com/symfony/form/compare/v6.0.0...v6.0.1)
- bug #44494 Remove FQCN type hints on properties (fabpot)
Compare Source
Changelog (https://github.com/symfony/form/compare/v6.0.0-RC1...v6.0.0)
Compare Source
Changelog (https://github.com/symfony/form/compare/v5.4.4...v5.4.5)
- bug #45322 Fix generic type for FormErrorIterator (akalineskou)
- bug #42253 Do not fix URL protocol for relative URLs (bogkonstantin)
Compare Source
Changelog (https://github.com/symfony/form/compare/v5.4.2...v5.4.3)
- bug #44939 UrlType should not add protocol to emails (GromNaN)
Compare Source
Changelog (https://github.com/symfony/form/compare/v5.4.1...v5.4.2)
- bug #44764 Expand FormView key to include int (biozshock)
Compare Source
Changelog (https://github.com/symfony/form/compare/v5.4.0-RC1...v5.4.0)
Compare Source
Changelog (https://github.com/symfony/form/compare/v5.3.13...v5.3.14)
- bug #44939 UrlType should not add protocol to emails (GromNaN)
Compare Source
Changelog (https://github.com/symfony/form/compare/v5.3.12...v5.3.13)
Compare Source
Changelog (https://github.com/symfony/form/compare/v5.3.10...v5.3.11)
- bug #44042 Fix DateIntervalToStringTransformer::transform() doc (BenMorel)
Compare Source
Changelog (https://github.com/symfony/form/compare/v5.3.9...v5.3.10)
- bug #41534 Fix ChoiceType to effectively set and use translator (marek-binkowski-sim)
symfony/framework-bundle
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v6.0.5...v6.0.6)
- bug #45637 do not pass DBAL connections to PDO adapters (xabbuh)
- bug #45595 Fix resetting container between tests (nicolas-grekas)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v6.0.4...v6.0.5)
- bug #45479 Reset services between requests performed by KernelBrowser (nicolas-grekas)
- bug #45414 KernelTestCase resets internal state on tearDown (core23)
- bug #45399 Fix sorting bug in sorting of tagged services by priority (Ahummeling)
- bug #45281 Fix connecting to Redis via a socket file (alebedev80)
- bug #44868 Fix using PHP 8.1 enum as parameters (ogizanagi)
- bug #45299 Fix AsEventListener not working on decorators (LANGERGabrielle)
- bug #45289 Fix log channel of TagAwareAdapter (fancyweb)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v6.0.3...v6.0.4)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v6.0.2...v6.0.3)
- bug #45193 Fix missing arguments when a serialization default context is bound (ArnoudThibaut)
- bug #44998 Allow default cache pools to be overwritten by user (Seldaek)
- bug #44976 Avoid calling rtrim(null, '/') in AssetsInstallCommand (pavol-tk, GromNaN)
- bug #44920 Use correct tag for ExpoTransportFactory service (jschaedl)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v6.0.1...v6.0.2)
- bug #44682 alias
cache.app.taggable
to cache.app
if using cache.adapter.redis_tag_aware
(kbond)
- bug #43164 Fix cache pool configuration with one adapter and one provider (fancyweb)
- bug #44565 Use correct cookie domain in loginUser() (wouterj)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v6.0.0...v6.0.1)
- bug #44494 Remove FQCN type hints on properties (fabpot)
- bug #44490 Add auto-registration for BatchHandlerInterface (GaryPEGEOT)
- bug #44481 Fix loginUser() causing deprecation (wouterj)
- bug #44427 Fix compatibility with symfony/security-core 6.x (deps=high tests) (wouterj)
- bug #44359 Avoid duplicated session listener registration in tests (alexander-schranz)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v6.0.0-RC1...v6.0.0)
- feature #44271 add Vonage bridge to replace the Nexmo one (nicolas-grekas)
- bug #44300 Fix property-info phpstan extractor discovery (1ed)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.5...v5.4.6)
- bug #45637 do not pass DBAL connections to PDO adapters (xabbuh)
- bug #45595 Fix resetting container between tests (nicolas-grekas)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.4...v5.4.5)
- bug #45479 Reset services between requests performed by KernelBrowser (nicolas-grekas)
- bug #45414 KernelTestCase resets internal state on tearDown (core23)
- bug #45399 Fix sorting bug in sorting of tagged services by priority (Ahummeling)
- bug #45281 Fix connecting to Redis via a socket file (alebedev80)
- bug #44868 Fix using PHP 8.1 enum as parameters (ogizanagi)
- bug #45299 Fix AsEventListener not working on decorators (LANGERGabrielle)
- bug #45289 Fix log channel of TagAwareAdapter (fancyweb)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.3...v5.4.4)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.2...v5.4.3)
- bug #45193 Fix missing arguments when a serialization default context is bound (ArnoudThibaut)
- bug #44998 Allow default cache pools to be overwritten by user (Seldaek)
- bug #44976 Avoid calling rtrim(null, '/') in AssetsInstallCommand (pavol-tk, GromNaN)
- bug #44920 Use correct tag for ExpoTransportFactory service (jschaedl)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.1...v5.4.2)
- bug #44682 alias
cache.app.taggable
to cache.app
if using cache.adapter.redis_tag_aware
(kbond)
- bug #43164 Fix cache pool configuration with one adapter and one provider (fancyweb)
- bug #44565 Use correct cookie domain in loginUser() (wouterj)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.0...v5.4.1)
- bug #44490 Add auto-registration for BatchHandlerInterface (GaryPEGEOT)
- bug #44481 Fix loginUser() causing deprecation (wouterj)
- bug #44427 Fix compatibility with symfony/security-core 6.x (deps=high tests) (wouterj)
- bug #44359 Avoid duplicated session listener registration in tests (alexander-schranz)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.0-RC1...v5.4.0)
- feature #44271 add Vonage bridge to replace the Nexmo one (nicolas-grekas)
- bug #44300 Fix property-info phpstan extractor discovery (1ed)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.14...v5.3.15)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.13...v5.3.14)
- bug #44998 Allow default cache pools to be overwritten by user (Seldaek)
- bug #44976 Avoid calling rtrim(null, '/') in AssetsInstallCommand (pavol-tk, GromNaN)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.12...v5.3.13)
- bug #44682 alias
cache.app.taggable
to cache.app
if using cache.adapter.redis_tag_aware
(kbond)
- bug #43164 Fix cache pool configuration with one adapter and one provider (fancyweb)
- bug #44565 Use correct cookie domain in loginUser() (wouterj)
- bug #44481 Fix loginUser() causing deprecation (wouterj)
- bug #44427 Fix compatibility with symfony/security-core 6.x (deps=high tests) (wouterj)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.10...v5.3.11)
- bug #44110 Fix default PHP attributes support in validation and serializer configuration when doctrine/annotations is not installed with PHP 8 (fancyweb)
- bug #44108 remove
FlattenExceptionNormalizer
definition if serializer not available (kbond)
- bug #44050 Fix package names (fabpot)
- bug #43981 fix registering late resettable services (nicolas-grekas)
Compare Source
Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.9...v5.3.10)
- bug #43627 Fix service definition when local vault is disabled (GromNaN)
symfony/http-client
Compare Source
Changelog (https://github.com/symfony/http-client/compare/v6.0.4...v6.0.5)
- bug #45527 Fix overriding default options with null (nicolas-grekas)
- bug #45261 Fix Content-Length header when possible (nicolas-grekas)
Compare Source
Changelog (https://github.com/symfony/http-client/compare/v6.0.2...v6.0.3)
- bug #45073 Fix Failed to open stream: Too many open files (adrienfr)
- bug #45015 fix resetting DNS/etc when calling CurlHttpClient::reset() (nicolas-grekas)
- bug #45004 Remove deprecated usage of GuzzleHttp\Promise\promise_for (plozmun)
- bug #44890 Remove deprecated usage of
GuzzleHttp\Promise\queue
(GrahamCampbell)
- bug #44878 Turn negative timeout to a very long timeout (fancyweb)
Compare Source
Changelog (https://github.com/symfony/http-client/compare/v6.0.1...v6.0.2)
- bug #44743 fix checking for recent curl consts (nicolas-grekas)
- bug #44671 Fix tracing requests made after calling withOptions() (nicolas-grekas)
- bug #44625 fix monitoring responses issued before reset() (nicolas-grekas)
- bug #44623 Fix dealing with "HTTP/1.1 000 " responses (nicolas-grekas)
- bug #44601 Fix closing curl-multi handle too early on destruct (nicolas-grekas)
- bug #44571 Don't reset timeout counter when initializing requests (nicolas-grekas)
- bug #44479 Double check if handle is complete (Nyholm)
- bug #44438 Fix handling thrown \Exception in \Generator in MockResponse (fancyweb)
- bug #44428 Fix response id property check in MockResponse (fancyweb)
Compare Source
Changelog (https://github.com/symfony/http-client/compare/v6.0.0...v6.0.1)
- bug #44494 Remove FQCN type hints on properties (fabpot)
- bug #44361 Fix handling error info in MockResponse (fancyweb)
Compare Source
Changelog (https://github.com/symfony/http-client/compare/v6.0.0-RC1...v6.0.0)
Compare Source
Changelog (https://github.com/symfony/http-client/compare/v5.4.4...v5.4.5)
- bug #45527 Fix overriding default options with null (nicolas-grekas)
- bug #45261 Fix Content-Length header when possible (nicolas-grekas)
Compare Source
Changelog (https://github.com/symfony/http-client/compare/v5.4.2...v5.4.3)
- bug #45073 Fix Failed to open stream: Too many open files (adrienfr)
- bug #45015 fix resetting DNS/etc when calling CurlHttpClient::reset() (nicolas-grekas)
- bug #45004 Remove deprecated usage of GuzzleHttp\Promise\promise_for (plozmun)
- bug #44890 Remove deprecated usage of
GuzzleHttp\Promise\queue
(GrahamCampbell)
- bug #44878 Turn negative timeout to a very long timeout (fancyweb)
Compare Source
Changelog (https://github.com/symfony/http-client/compare/v5.4.1...v5.4.2)
- bug #44743 fix checking for recent curl consts (nicolas-grekas)
- bug #44671 Fix tracing requests made after calling withOptions() (nicolas-grekas)
- bug #44625 fix monitoring responses issued before reset() (nicolas-grekas)
- bug #44623 Fix dealing with "HTTP/1.1 000 " responses (nicolas-grekas)
- bug #44601 Fix closing curl-multi handle too early on destruct (nicolas-grekas)
- bug #44571 Don't reset timeout counter when initializing requests (nicolas-grekas)
- bug #44479 Double check if handle is complete (Nyholm)
- bug #44438 Fix handling thrown \Exception in \Generator in MockResponse (fancyweb)
Compare Source
Changelog (https://github.com/symfony/http-client/compare/v5.4.0...v5.4.1)
- bug #44361 Fix handling error info in MockResponse (fancyweb)
Compare Source
Changelog (https://github.com/symfony/http-client/compare/v5.4.0-RC1...v5.4.0)
Compare Source
Changelog (https://github.com/symfony/http-client/compare/v5.3.13...v5.3.14)
- bug #45073 Fix Failed to open stream: Too many open files (adrienfr)
- bug #45015 fix resetting DNS/etc when calling CurlHttpClient::reset() (nicolas-grekas)
- bug #45004 Remove deprecated usage of GuzzleHttp\Promise\promise_for (plozmun)
- bug #44890 Remove deprecated usage of
GuzzleHttp\Promise\queue
(GrahamCampbell)
- bug #44878 Turn negative timeout to a very long timeout (fancyweb)
Compare Source
Changelog (https://github.com/symfony/http-client/compare/v5.3.12...v5.3.13)
- bug #44743 fix checking for recent curl consts (nicolas-grekas)
- bug #44671 Fix tracing requests made after calling withOptions() (nicolas-grekas)
- bug #44625 fix monitoring responses issued before reset() (nicolas-grekas)
- bug #44623 Fix dealing with "HTTP/1.1 000 " responses (nicolas-grekas)
- bug #44601 Fix closing curl-multi handle too early on destruct (nicolas-grekas)
- bug #44571 Don't reset timeout counter when initializing requests (nicolas-grekas)
- bug #44479 Double check if handle is complete (Nyholm)
- bug #44438 Fix handling thrown \Exception in \Generator in MockResponse (fancyweb)
- bug #44361 Fix handling error info in MockResponse (fancyweb)
Compare Source
Changelog (https://github.com/symfony/http-client/compare/v5.3.10...v5.3.11)
- bug #44119 Add correct IDN flags for IDNA2008 compliance (j-bernard)
- bug #43961 Curl http client has to reinit curl multi handle on reset (rmikalkenas)
Compare Source
Changelog (https://github.com/symfony/http-client/compare/v5.3.9...v5.3.10)
- bug #43569 fix collecting debug info on destruction of CurlResponse (nicolas-grekas)
- bug #43537 fix RetryableHttpClient when a response is canceled (nicolas-grekas)
- bug #43333 fix missing kernel.reset tag on TraceableHttpClient services (nicolas-grekas)
- bug #43243 accept headers when CURLE_RECV_ERROR is received before the content (nicolas-grekas)
symfony/intl
Compare Source
Changelog (https://github.com/symfony/intl/compare/v6.0.4...v6.0.5)
- bug #45460 fix wrong offset timezone PHP 8.1 (Lenny4)
Compare Source
Changelog (https://github.com/symfony/intl/compare/v6.0.2...v6.0.3)
Compare Source
Changelog (https://github.com/symfony/intl/compare/v6.0.0...v6.0.1)
- bug #44494 Remove FQCN type hints on properties (fabpot)
Compare Source
Changelog (https://github.com/symfony/intl/compare/v6.0.0-RC1...v6.0.0)
Compare Source
Changelog (https://github.com/symfony/intl/compare/v5.4.4...v5.4.5)
- bug #45460 fix wrong offset timezone PHP 8.1 (Lenny4)
Compare Source
Changelog (https://github.com/symfony/intl/compare/v5.4.2...v5.4.3)
Compare Source
Changelog (https://github.com/symfony/intl/compare/v5.4.1...v5.4.2)
Compare Source
Changelog (https://github.com/symfony/intl/compare/v5.4.0-RC1...v5.4.0)
Compare Source
Changelog (https://github.com/symfony/intl/compare/v5.3.13...v
Configuration
📅 Schedule: "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Europe/Helsinki.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.