Releases: symfony/http-client
Releases · symfony/http-client
v5.1.2
Changelog (v5.1.1...v5.1.2)
- no changes
v5.1.1
Changelog (v5.1.0...v5.1.1)
- bug #37191 fix offset computation for data chunks (nicolas-grekas)
- bug #37190 disable AMP's inactivity timeout, we deal with it on our own already (nicolas-grekas)
- bug #37048 fix monitoring timeouts when other streams are active (nicolas-grekas)
- bug #37065 Throw JsonException instead of TransportException on empty response in Response::toArray() (jeroennoten)
v5.0.10
Changelog (v5.0.9...v5.0.10)
- bug #37191 fix offset computation for data chunks (nicolas-grekas)
- bug #37048 fix monitoring timeouts when other streams are active (nicolas-grekas)
- bug #37065 Throw JsonException instead of TransportException on empty response in Response::toArray() (jeroennoten)
v4.4.10
Changelog (v4.4.9...v4.4.10)
- bug #37191 fix offset computation for data chunks (nicolas-grekas)
- bug #37048 fix monitoring timeouts when other streams are active (nicolas-grekas)
- bug #37065 Throw JsonException instead of TransportException on empty response in Response::toArray() (jeroennoten)
v5.1.0
Changelog (v5.1.0-RC2...v5.1.0)
- no changes
v5.0.9
Changelog (v5.0.8...v5.0.9)
- bug #36908 Made method signatures compatible with their corresponding traits (derrabus)
- bug #36823 fix PHP warning + accept status code >= 600 (nicolas-grekas)
v4.4.9
Changelog (v4.4.8...v4.4.9)
- bug #36908 Made method signatures compatible with their corresponding traits (derrabus)
- bug #36823 fix PHP warning + accept status code >= 600 (nicolas-grekas)
v5.1.0-RC2
Changelog (v5.1.0-RC1...v5.1.0-RC2)
- bug #36960 fix management of shorter-than-requested timeouts with AmpHttpClient (nicolas-grekas)
- bug #36935 Adjust AmpResponse to the stricter trait handling in php 8 (derrabus)
- bug #36908 Made method signatures compatible with their corresponding traits (derrabus)
v5.1.0-RC1
Changelog (v5.1.0-BETA1...v5.1.0-RC1)
- bug #36823 fix PHP warning + accept status code >= 600 (nicolas-grekas)
- bug #36773 preserve the identity of responses streamed by TraceableHttpClient (nicolas-grekas)
- bug #36766 add TimeoutExceptionInterface (nicolas-grekas)
- bug #36765 fix dealing with informational response (nicolas-grekas)
v5.0.8
Changelog (v5.0.7...v5.0.8)
- bug #36422 fix HTTP/2 support on non-SSL connections - CurlHttpClient only (nicolas-grekas)