Releases: symfony/http-client
Releases · symfony/http-client
v4.4.35
Changelog (v4.4.34...v4.4.35)
- bug #44204 fix closing curl multi handle when destructing client (nicolas-grekas)
v5.3.11
Changelog (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)
v4.4.34
Changelog (v4.4.33...v4.4.34)
- 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)
v6.0.0-BETA3
Changelog (v6.0.0-BETA2...v6.0.0-BETA3)
- no significant changes
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)