Skip to content

Releases: symfony/http-client

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)

v4.4.33

29 Oct 08:36
v4.4.33
Compare
Choose a tag to compare

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

28 Sep 08:55
v5.3.8
Compare
Choose a tag to compare

Changelog (v5.3.7...v5.3.8)

  • bug #42896 Fix handling timeouts when responses are destructed (nicolas-grekas)

v4.4.31

28 Sep 08:51
v4.4.31
Compare
Choose a tag to compare

Changelog (v4.4.30...v4.4.31)

  • bug #42896 Fix handling timeouts when responses are destructed (nicolas-grekas)

v5.3.7

30 Aug 12:42
v5.3.7
Compare
Choose a tag to compare

Changelog (v5.3.6...v5.3.7)

  • bug #42769 Don't pass float to usleep() (derrabus)