Skip to content

Releases: symfony/http-client

v5.3.13

29 Dec 13:19
v5.3.13

Choose a tag to compare

Changelog (v5.3.12...v5.3.13)

  • bug #44743 fix checking for recent curl consts (nicolas-grekas)
  • bug #44671 Fix tracing requests made after calling withOptions() (nicolas-grekas)
  • bug #44625 fix monitoring responses issued before reset() (nicolas-grekas)
  • bug #44623 Fix dealing with "HTTP/1.1 000 " responses (nicolas-grekas)
  • bug #44601 Fix closing curl-multi handle too early on destruct (nicolas-grekas)
  • bug #44571 Don't reset timeout counter when initializing requests (nicolas-grekas)
  • bug #44479 Double check if handle is complete (Nyholm)
  • bug #44438 Fix handling thrown \Exception in \Generator in MockResponse (fancyweb)
  • bug #44361 Fix handling error info in MockResponse (fancyweb)

v4.4.36

29 Dec 13:08
v4.4.36

Choose a tag to compare

Changelog (v4.4.35...v4.4.36)

  • bug #44625 fix monitoring responses issued before reset() (nicolas-grekas)
  • bug #44623 Fix dealing with "HTTP/1.1 000 " responses (nicolas-grekas)
  • bug #44601 Fix closing curl-multi handle too early on destruct (nicolas-grekas)
  • bug #44571 Don't reset timeout counter when initializing requests (nicolas-grekas)
  • bug #44479 Double check if handle is complete (Nyholm)
  • bug #44438 Fix handling thrown \Exception in \Generator in MockResponse (fancyweb)
  • bug #44361 Fix handling error info in MockResponse (fancyweb)

v6.0.1

09 Dec 13:47
v6.0.1

Choose a tag to compare

Changelog (v6.0.0...v6.0.1)

  • bug #44494 Remove FQCN type hints on properties (fabpot)
  • bug #44361 Fix handling error info in MockResponse (fancyweb)

v5.4.1

09 Dec 13:41
v5.4.1

Choose a tag to compare

Changelog (v5.4.0...v5.4.1)

  • bug #44361 Fix handling error info in MockResponse (fancyweb)

v6.0.0

29 Nov 17:09
v6.0.0

Choose a tag to compare

Changelog (v6.0.0-RC1...v6.0.0)

  • no significant changes

v5.4.0

29 Nov 17:01
v5.4.0

Choose a tag to compare

Changelog (v5.4.0-RC1...v5.4.0)

  • no significant changes

v6.0.0-RC1

24 Nov 09:05
v6.0.0-RC1

Choose a tag to compare

v6.0.0-RC1 Pre-release
Pre-release

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

  • bug #44119 Add correct IDN flags for IDNA2008 compliance (j-bernard)

v5.4.0-RC1

24 Nov 08:57
v5.4.0-RC1

Choose a tag to compare

v5.4.0-RC1 Pre-release
Pre-release

Changelog (v5.4.0-BETA3...v5.4.0-RC1)

  • bug #44119 Add correct IDN flags for IDNA2008 compliance (j-bernard)

v4.4.35

24 Nov 08:45
v4.4.35

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

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)