Skip to content

Releases: symfony/http-client

v5.1.6

27 Sep 04:37
v5.1.6

Choose a tag to compare

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

27 Sep 04:30
v4.4.14

Choose a tag to compare

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

02 Sep 08:20
v5.1.5

Choose a tag to compare

Changelog (v5.1.4...v5.1.5)

  • no changes

v4.4.13

02 Sep 08:14
v4.4.13

Choose a tag to compare

Changelog (v4.4.12...v4.4.13)

  • no changes

v5.1.4

31 Aug 06:22
v5.1.4

Choose a tag to compare

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)

v4.4.12

31 Aug 06:14
v4.4.12

Choose a tag to compare

Changelog (v4.4.11...v4.4.12)

  • bug #37966 Throw when the response factory callable does not return a valid response (fancyweb)

v5.1.3

24 Jul 04:28
v5.1.3

Choose a tag to compare

Changelog (v5.1.2...v5.1.3)

  • bug #37491 Fix promise behavior in HttplugClient (brentybh)
  • bug #37484 Fix http_version option usage (fancyweb)
  • bug #37486 fix parsing response headers in CurlResponse (nicolas-grekas)
  • bug #37440 fix casting TraceableResponse to php streams (nicolas-grekas)
  • bug #37379 Support for cURL handler objects (derrabus)
  • bug #37400 unset activity list when creating CurlResponse (nicolas-grekas)
  • bug #37319 Convert CurlHttpClient::handlePush() to instance method (mpesari)

v5.0.11

24 Jul 04:20
v5.0.11

Choose a tag to compare

Changelog (v5.0.10...v5.0.11)

  • bug #37491 Fix promise behavior in HttplugClient (brentybh)
  • bug #37484 Fix http_version option usage (fancyweb)
  • bug #37486 fix parsing response headers in CurlResponse (nicolas-grekas)
  • bug #37379 Support for cURL handler objects (derrabus)
  • bug #37400 unset activity list when creating CurlResponse (nicolas-grekas)
  • bug #37319 Convert CurlHttpClient::handlePush() to instance method (mpesari)

v4.4.11

24 Jul 04:14
v4.4.11

Choose a tag to compare

Changelog (v4.4.10...v4.4.11)

  • bug #37491 Fix promise behavior in HttplugClient (brentybh)
  • bug #37484 Fix http_version option usage (fancyweb)
  • bug #37486 fix parsing response headers in CurlResponse (nicolas-grekas)
  • bug #37379 Support for cURL handler objects (derrabus)
  • bug #37400 unset activity list when creating CurlResponse (nicolas-grekas)
  • bug #37319 Convert CurlHttpClient::handlePush() to instance method (mpesari)

v5.1.2

15 Jun 14:01
v5.1.2

Choose a tag to compare

Changelog (v5.1.1...v5.1.2)

  • no changes