Releases: symfony/http-client
Releases · symfony/http-client
v5.4.0-BETA3
Changelog (v6.0.0-BETA2...v5.4.0-BETA3)
- no significant changes
v6.0.0-BETA2
Changelog (v6.0.0-BETA1...v6.0.0-BETA2)
- feature #43985 Implement ResetInterface for all http clients (rmikalkenas)
- bug #43961 Curl http client has to reinit curl multi handle on reset (rmikalkenas)
v5.4.0-BETA2
Changelog (v5.4.0-BETA1...v5.4.0-BETA2)
- feature #43985 Implement ResetInterface for all http clients (rmikalkenas)
- bug #43961 Curl http client has to reinit curl multi handle on reset (rmikalkenas)
v6.0.0-BETA1
Changelog (v5.3.10...v6.0.0-BETA1)
- feature #42471 Add generic types to traversable implementations (derrabus)
- feature #43411 Deprecate passing null as $requestIp in IpUtils (W0rma)
- feature #43280 Add method to set response factory in mock client (greeflas)
- feature #42088 add return types and bump to v3 (nicolas-grekas)
- feature #41770 Add default base_uri to MockHttpClient (nicolas-grekas)
- feature #41359 Removed deprecated code (malteschlueter)
- feature #41282 Bump Symfony 6 to PHP 8 (nicolas-grekas)
v5.4.0-BETA1
Changelog (v5.3.10...v5.4.0-BETA1)
- feature #42471 Add generic types to traversable implementations (derrabus)
- feature #43411 Deprecate passing null as $requestIp in IpUtils (W0rma)
- feature #43280 Add method to set response factory in mock client (greeflas)
- feature #41770 Add default base_uri to MockHttpClient (nicolas-grekas)
v5.3.10
Changelog (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)
v4.4.33
Changelog (v4.4.32...v4.4.33)
- bug #43569 fix collecting debug info on destruction of CurlResponse (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)
v5.3.8
Changelog (v5.3.7...v5.3.8)
- bug #42896 Fix handling timeouts when responses are destructed (nicolas-grekas)
v4.4.31
Changelog (v4.4.30...v4.4.31)
- bug #42896 Fix handling timeouts when responses are destructed (nicolas-grekas)
v5.3.7
Changelog (v5.3.6...v5.3.7)
- bug #42769 Don't pass float to
usleep()
(derrabus)