Releases: symfony/http-client
Releases · symfony/http-client
v6.4.0-RC1
Changelog (v6.4.0-BETA3...v6.4.0-RC1)
- no significant changes
v7.0.0-BETA3
Changelog (v7.0.0-BETA2...v7.0.0-BETA3)
- bug symfony/symfony#52472 [HttpClient][WebProfilerBundle] Do not generate cURL command when files are uploaded (@MatTheCat)
- bug symfony/symfony#52429 [HttpClient] Replace
escapeshellarg
to prevent overpassingARG_MAX
(@alexandre-daubois) - bug symfony/symfony#52442 Disable the "Copy as cURL" button when the debug info are disabled (@stof)
v6.4.0-BETA3
Changelog (v6.4.0-BETA2...v6.4.0-BETA3)
- bug symfony/symfony#52472 [HttpClient][WebProfilerBundle] Do not generate cURL command when files are uploaded (@MatTheCat)
- bug symfony/symfony#52429 [HttpClient] Replace
escapeshellarg
to prevent overpassingARG_MAX
(@alexandre-daubois) - bug symfony/symfony#52442 Disable the "Copy as cURL" button when the debug info are disabled (@stof)
v6.3.8
Changelog (v6.3.7...v6.3.8)
- bug symfony/symfony#52472 [HttpClient][WebProfilerBundle] Do not generate cURL command when files are uploaded (@MatTheCat)
- bug symfony/symfony#52429 [HttpClient] Replace
escapeshellarg
to prevent overpassingARG_MAX
(@alexandre-daubois) - bug symfony/symfony#52442 Disable the "Copy as cURL" button when the debug info are disabled (@stof)
v5.4.31
Changelog (v5.4.30...v5.4.31)
- bug symfony/symfony#52329 [HttpClient] Psr18Client: parse HTTP Reason Phrase for Response (@Hanmac)
v4.4.51
Changelog (v4.4.50...v4.4.51)
- no significant changes
v7.0.0-BETA2
Changelog (v7.0.0-BETA1...v7.0.0-BETA2)
- bug symfony/symfony#52329 [HttpClient] Psr18Client: parse HTTP Reason Phrase for Response (@Hanmac)
v6.4.0-BETA2
Changelog (v6.4.0-BETA1...v6.4.0-BETA2)
- bug symfony/symfony#52329 [HttpClient] Psr18Client: parse HTTP Reason Phrase for Response (@Hanmac)
v6.3.7
Changelog (v6.3.6...v6.3.7)
- bug symfony/symfony#52329 [HttpClient] Psr18Client: parse HTTP Reason Phrase for Response (@Hanmac)
v7.0.0-BETA1
Changelog (v6.3.6...v7.0.0-BETA1)
- feature symfony/symfony#51558 [HttpClient] Enable using EventSourceHttpClient::connect() for both GET and POST (@wivaku)
- feature symfony/symfony#49815 [HttpClient][Messenger] add
PingWebhookMessage
andPingWebhookMessageHandler
(@kbond) - feature symfony/symfony#50807 [HttpClient] Add an HAR response factory for testing (@GaryPEGEOT)
- feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
- feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
- feature symfony/symfony#50862 [HttpClient] Remove implementing
Http\Message\RequestFactory
fromHttplugClient
(@nicolas-grekas) - feature symfony/symfony#50240 [HttpClient] Add
max_retries
option toRetryableHttpClient
(@danielburger1337) - feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)