Releases: symfony/http-client
Releases · symfony/http-client
v6.0.9
Changelog (v6.0.8...v6.0.9)
- bug #46382 Honor "max_duration" when replacing requests with async decorators (nicolas-grekas)
- bug #46380 Add missing HttpOptions::setMaxDuration() (nicolas-grekas)
v5.4.9
Changelog (v5.4.8...v5.4.9)
- bug #46382 Honor "max_duration" when replacing requests with async decorators (nicolas-grekas)
- bug #46380 Add missing HttpOptions::setMaxDuration() (nicolas-grekas)
v4.4.42
Changelog (v4.4.41...v4.4.42)
- bug #46380 Add missing HttpOptions::setMaxDuration() (nicolas-grekas)
v6.1.0-RC1
Changelog (v6.1.0-BETA2...v6.1.0-RC1)
- bug #46293 "debug" is missing if a request failed to even start (weaverryan)
v6.1.0-BETA2
Changelog (v6.1.0-BETA1...v6.1.0-BETA2)
- no significant changes
v6.0.8
Changelog (v6.0.7...v6.0.8)
- bug #45998 Fix sending content-length when streaming the body (nicolas-grekas)
v5.4.8
Changelog (v5.4.7...v5.4.8)
- bug #45998 Fix sending content-length when streaming the body (nicolas-grekas)
v4.4.41
Changelog (v4.4.40...v4.4.41)
- bug #45998 Fix sending content-length when streaming the body (nicolas-grekas)
v6.1.0-BETA1
Changelog (v6.0.7...v6.1.0-BETA1)
- feature #45812 Improve default content-type handling (nicolas-grekas)
- feature #43931 Add button to copy a request as a cURL command (Deuchnord)
- feature #45616 Remove credentials from requests redirected to same host but different port (GromNaN)
- feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)
- feature #44568 Allow yielding Exception from MockResponse's $body to mock transport errors (fancyweb)
v6.0.7
Changelog (v6.0.6...v6.0.7)
- bug #45906 on redirections don't send content related request headers (xabbuh)
- bug #45814 Let curl handle Content-Length headers (nicolas-grekas)
- bug #45813 Move Content-Type after Content-Length (nicolas-grekas)
- bug #45678 Fix reading proxy settings from dotenv when curl is used (nicolas-grekas)