Skip to content

Releases: symfony/http-client

v4.4.41

27 Apr 17:19
v4.4.41
Compare
Choose a tag to compare

Changelog (v4.4.40...v4.4.41)

  • bug #45998 Fix sending content-length when streaming the body (nicolas-grekas)

v6.1.0-BETA1

15 Apr 10:23
v6.1.0-BETA1
Compare
Choose a tag to compare
v6.1.0-BETA1 Pre-release
Pre-release

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

02 Apr 07:04
v6.0.7
Compare
Choose a tag to compare

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)

v5.4.7

02 Apr 06:33
v5.4.7
Compare
Choose a tag to compare

Changelog (v5.4.6...v5.4.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)

v4.4.40

02 Apr 06:02
v4.4.40
Compare
Choose a tag to compare

Changelog (v4.4.39...v4.4.40)

  • 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)

v4.4.39

05 Mar 21:14
v4.4.39
Compare
Choose a tag to compare

Changelog (v4.4.38...v4.4.39)

  • bug #45585 fix checking for unset property on PHP <= 7.1.4 (nicolas-grekas)

v6.0.5

28 Feb 08:11
v6.0.5
Compare
Choose a tag to compare

Changelog (v6.0.4...v6.0.5)

  • bug #45527 Fix overriding default options with null (nicolas-grekas)
  • bug #45261 Fix Content-Length header when possible (nicolas-grekas)

v5.4.5

28 Feb 08:05
v5.4.5
Compare
Choose a tag to compare

Changelog (v5.4.4...v5.4.5)

  • bug #45527 Fix overriding default options with null (nicolas-grekas)
  • bug #45261 Fix Content-Length header when possible (nicolas-grekas)

v4.4.38

28 Feb 07:57
v4.4.38
Compare
Choose a tag to compare

Changelog (v4.4.37...v4.4.38)

  • bug #45527 Fix overriding default options with null (nicolas-grekas)
  • bug #45261 Fix Content-Length header when possible (nicolas-grekas)

v6.0.3

28 Jan 13:07
v6.0.3
Compare
Choose a tag to compare

Changelog (v6.0.2...v6.0.3)

  • bug #45073 Fix Failed to open stream: Too many open files (adrienfr)
  • bug #45015 fix resetting DNS/etc when calling CurlHttpClient::reset() (nicolas-grekas)
  • bug #45004 Remove deprecated usage of GuzzleHttp\Promise\promise_for (plozmun)
  • bug #44890 Remove deprecated usage of GuzzleHttp\Promise\queue (GrahamCampbell)
  • bug #44878 Turn negative timeout to a very long timeout (fancyweb)