Releases: symfony/http-client
Releases · symfony/http-client
v7.3.2
Changelog (v7.3.1...v7.3.2)
- bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot) - bug symfony/symfony#61031 [HttpClient] return early if handle has been cleaned up before (@xabbuh)
v7.2.9
Changelog (v7.2.8...v7.2.9)
- bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot) - bug symfony/symfony#61031 [HttpClient] return early if handle has been cleaned up before (@xabbuh)
v6.4.24
Changelog (v6.4.23...v6.4.24)
- bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot)
v7.3.1
Changelog (v7.3.0...v7.3.1)
- bug symfony/symfony#60806 [HttpClient] Limit curl's connection cache size (@nicolas-grekas)
v7.2.8
Changelog (v7.2.7...v7.2.8)
- bug symfony/symfony#60806 [HttpClient] Limit curl's connection cache size (@nicolas-grekas)
v6.4.23
Changelog (v6.4.22...v6.4.23)
- bug symfony/symfony#60806 [HttpClient] Limit curl's connection cache size (@nicolas-grekas)
v7.3.0
Changelog (v7.3.0-RC1...v7.3.0)
- no significant changes
v7.3.0-RC1
Changelog (v7.3.0-BETA2...v7.3.0-RC1)
- no significant changes
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)