Skip to content

Releases: symfony/http-client

v4.4.35

24 Nov 08:45
v4.4.35
Compare
Choose a tag to compare

Changelog (v4.4.34...v4.4.35)

  • bug #44204 fix closing curl multi handle when destructing client (nicolas-grekas)

v5.3.11

22 Nov 14:33
v5.3.11
Compare
Choose a tag to compare

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

22 Nov 14:16
v4.4.34
Compare
Choose a tag to compare

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

18 Nov 15:36
v6.0.0-BETA3
Compare
Choose a tag to compare
v6.0.0-BETA3 Pre-release
Pre-release

Changelog (v6.0.0-BETA2...v6.0.0-BETA3)

  • no significant changes

v5.4.0-BETA3

18 Nov 15:46
v5.4.0-BETA3
Compare
Choose a tag to compare
v5.4.0-BETA3 Pre-release
Pre-release

Changelog (v6.0.0-BETA2...v5.4.0-BETA3)

  • no significant changes

v6.0.0-BETA2

14 Nov 17:23
v6.0.0-BETA2
Compare
Choose a tag to compare
v6.0.0-BETA2 Pre-release
Pre-release

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

14 Nov 16:54
v5.4.0-BETA2
Compare
Choose a tag to compare
v5.4.0-BETA2 Pre-release
Pre-release

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

05 Nov 08:17
v6.0.0-BETA1
Compare
Choose a tag to compare
v6.0.0-BETA1 Pre-release
Pre-release

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

05 Nov 07:19
v5.4.0-BETA1
Compare
Choose a tag to compare
v5.4.0-BETA1 Pre-release
Pre-release

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

29 Oct 08:40
v5.3.10
Compare
Choose a tag to compare

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)