Releases: symfony/http-client
Releases · symfony/http-client
v5.3.13
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
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
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
Changelog (v5.4.0...v5.4.1)
- bug #44361 Fix handling error info in MockResponse (fancyweb)
v6.0.0
Changelog (v6.0.0-RC1...v6.0.0)
- no significant changes
v5.4.0
Changelog (v5.4.0-RC1...v5.4.0)
- no significant changes
v6.0.0-RC1
Changelog (v6.0.0-BETA3...v6.0.0-RC1)
- bug #44119 Add correct IDN flags for IDNA2008 compliance (j-bernard)
v5.4.0-RC1
Changelog (v5.4.0-BETA3...v5.4.0-RC1)
- bug #44119 Add correct IDN flags for IDNA2008 compliance (j-bernard)
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)