Releases: symfony/http-client
Releases · symfony/http-client
v7.3.0-BETA1
Changelog (v7.2.6...v7.3.0-BETA1)
- feature symfony/symfony#59370 [HttpClient] Allow using HTTP/3 with the
CurlHttpClient
(@MatTheCat) - feature symfony/symfony#59068 [HttpClient] Add IPv6 support to NativeHttpClient (@dmitrii-baranov-tg)
v7.2.4
Changelog (v7.2.3...v7.2.4)
- bug symfony/symfony#59763 [HttpClient] Don't send any default content-type when the body is empty (@nicolas-grekas)
- bug symfony/symfony#59727 [HttpClient] Fix activity tracking leading to negative timeout errors (@nicolas-grekas)
- bug symfony/symfony#59689 [HttpClient] Fix buffering AsyncResponse with no passthru (@nicolas-grekas)
- bug symfony/symfony#59654 [HttpClient] Fix uploading files > 2GB (@nicolas-grekas)
- bug symfony/symfony#59648 [HttpClient] Fix retrying requests with
Psr18Client
and NTLM connections (@nicolas-grekas, @ajgarlag)
v6.4.19
Changelog (v6.4.18...v6.4.19)
- bug symfony/symfony#59763 [HttpClient] Don't send any default content-type when the body is empty (@nicolas-grekas)
- bug symfony/symfony#59727 [HttpClient] Fix activity tracking leading to negative timeout errors (@nicolas-grekas)
- bug symfony/symfony#59689 [HttpClient] Fix buffering AsyncResponse with no passthru (@nicolas-grekas)
- bug symfony/symfony#59654 [HttpClient] Fix uploading files > 2GB (@nicolas-grekas)
v7.2.3
Changelog (v7.2.2...v7.2.3)
- bug symfony/symfony#59631 [HttpClient] Fix processing a NativeResponse after its client has been reset (@Jean-Beru)
- bug symfony/symfony#58901 [HttpClient] Ignore RuntimeExceptions thrown when rewinding the PSR-7 created in HttplugWaitLoop::createPsr7Response (@KurtThiemann)
- bug symfony/symfony#59046 [HttpClient] Fix Undefined array key
connection
(@PhilETaylor) - bug symfony/symfony#59320 [HttpClient] fix amphp http client v5 unix socket (@praswicaksono)
v7.1.11
Changelog (v7.1.10...v7.1.11)
- bug symfony/symfony#59631 [HttpClient] Fix processing a NativeResponse after its client has been reset (@Jean-Beru)
- bug symfony/symfony#58901 [HttpClient] Ignore RuntimeExceptions thrown when rewinding the PSR-7 created in HttplugWaitLoop::createPsr7Response (@KurtThiemann)
- bug symfony/symfony#59046 [HttpClient] Fix Undefined array key
connection
(@PhilETaylor)
v6.4.18
Changelog (v6.4.17...v6.4.18)
- bug symfony/symfony#59631 [HttpClient] Fix processing a NativeResponse after its client has been reset (@Jean-Beru)
- bug symfony/symfony#58901 [HttpClient] Ignore RuntimeExceptions thrown when rewinding the PSR-7 created in HttplugWaitLoop::createPsr7Response (@KurtThiemann)
- bug symfony/symfony#59046 [HttpClient] Fix Undefined array key
connection
(@PhilETaylor)
v7.2.2
Changelog (v7.2.1...v7.2.2)
- bug symfony/symfony#59250 [HttpClient] Fix a typo in NoPrivateNetworkHttpClient (@Jontsa)
v7.1.10
Changelog (v7.1.9...v7.1.10)
- bug symfony/symfony#59250 [HttpClient] Fix a typo in NoPrivateNetworkHttpClient (@Jontsa)
- bug symfony/symfony#59062 [HttpClient] Always set CURLOPT_CUSTOMREQUEST to the correct HTTP method in CurlHttpClient (@KurtThiemann)
- bug symfony/symfony#59023 [HttpClient] Fix streaming and redirecting with NoPrivateNetworkHttpClient (@nicolas-grekas)
v6.4.17
Changelog (v6.4.16...v6.4.17)
- bug symfony/symfony#59250 [HttpClient] Fix a typo in NoPrivateNetworkHttpClient (@Jontsa)
- bug symfony/symfony#59062 [HttpClient] Always set CURLOPT_CUSTOMREQUEST to the correct HTTP method in CurlHttpClient (@KurtThiemann)
- bug symfony/symfony#59023 [HttpClient] Fix streaming and redirecting with NoPrivateNetworkHttpClient (@nicolas-grekas)
v7.2.1
Changelog (v7.2.0...v7.2.1)
- bug symfony/symfony#59062 [HttpClient] Always set CURLOPT_CUSTOMREQUEST to the correct HTTP method in CurlHttpClient (@KurtThiemann)