Releases: symfony/http-client
Releases · symfony/http-client
v5.2.0-RC1
Changelog (v5.2.0-BETA3...v5.2.0-RC1)
- bug #38977 Check status code before decoding content in TraceableResponse (chalasr)
v5.1.8
Changelog (v5.1.7...v5.1.8)
- bug #38647 relax auth bearer format requirements (xabbuh)
- bug #38551 Remove content-type check on toArray methods (jderusse)
- bug #38530 fix reading the body after a ClientException (nicolas-grekas)
- bug #38493 Fix CurlHttpClient memory leak (HypeMC)
v4.4.16
Changelog (v4.4.15...v4.4.16)
- bug #38647 relax auth bearer format requirements (xabbuh)
- bug #38551 Remove content-type check on toArray methods (jderusse)
- bug #38530 fix reading the body after a ClientException (nicolas-grekas)
- bug #38493 Fix CurlHttpClient memory leak (HypeMC)
v5.1.7
Changelog (v5.1.6...v5.1.7)
- bug #38388 Always "buffer" empty responses (nicolas-grekas)
- bug #38375 fix using proxies with NativeHttpClient (nicolas-grekas)
- bug #38368 Fix using https with proxies (bohanyang)
v4.4.15
Changelog (v4.4.14...v4.4.15)
- bug #38388 Always "buffer" empty responses (nicolas-grekas)
- bug #38375 fix using proxies with NativeHttpClient (nicolas-grekas)
- bug #38368 Fix using https with proxies (bohanyang)
v5.1.6
Changelog (v5.1.5...v5.1.6)
- bug #38248 Allow bearer token with colon (stephanvierkant)
- bug #38215 Support for CURLOPT_LOCALPORT (derrabus)
- bug #38173 don't calculate alternatives if option is auth_ntlm (ybenhssaien)
- bug #38148 fail properly when the server replies with HTTP/0.9 (nicolas-grekas)
- bug #38122 Fix Array to string conversion notice when parsing JSON error body with non-scalar detail property (emarref)
- bug #38086 with "bindto" with NativeHttpClient (nicolas-grekas)
v4.4.14
Changelog (v4.4.13...v4.4.14)
- bug #38248 Allow bearer token with colon (stephanvierkant)
- bug #38215 Support for CURLOPT_LOCALPORT (derrabus)
- bug #38173 don't calculate alternatives if option is auth_ntlm (ybenhssaien)
- bug #38148 fail properly when the server replies with HTTP/0.9 (nicolas-grekas)
- bug #38122 Fix Array to string conversion notice when parsing JSON error body with non-scalar detail property (emarref)
- bug #38086 with "bindto" with NativeHttpClient (nicolas-grekas)
v5.1.5
Changelog (v5.1.4...v5.1.5)
- no changes
v4.4.13
Changelog (v4.4.12...v4.4.13)
- no changes
v5.1.4
Changelog (v5.1.3...v5.1.4)
- bug #37966 Throw when the response factory callable does not return a valid response (fancyweb)
- bug #37927 fix chaining promises returned by HttplugClient (CthulhuDen)